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.cpp799 EGLint* local_attrib_list = NULL; in eglChooseConfig() local
801 local_attrib_list = new EGLint[attribs_size]; in eglChooseConfig()
802 memcpy(local_attrib_list, attrib_list, attribs_size * sizeof(EGLint)); in eglChooseConfig()
803 EGLint* local_attrib_p = local_attrib_list; in eglChooseConfig()
815 local_attrib_list ? local_attrib_list:(EGLint*)attrib_list, in eglChooseConfig()
818 if (local_attrib_list) delete [] local_attrib_list; in eglChooseConfig()