Home
last modified time | relevance | path

Searched refs:local_attrib_list (Results 1 – 1 of 1) sorted by relevance

/device/generic/goldfish-opengl/system/egl/
Degl.cpp976 EGLint* local_attrib_list = NULL; in eglChooseConfig() local
978 local_attrib_list = new EGLint[attribs_size]; in eglChooseConfig()
979 memcpy(local_attrib_list, attrib_list, attribs_size * sizeof(EGLint)); in eglChooseConfig()
980 EGLint* local_attrib_p = local_attrib_list; in eglChooseConfig()
992 local_attrib_list ? local_attrib_list:(EGLint*)attrib_list, in eglChooseConfig()
995 if (local_attrib_list) delete [] local_attrib_list; in eglChooseConfig()