Searched refs:local_attrib_list (Results 1 – 1 of 1) sorted by relevance
1086 EGLint* local_attrib_list = NULL; in eglChooseConfig() local1088 local_attrib_list = new EGLint[attribs_size]; in eglChooseConfig()1089 memcpy(local_attrib_list, attrib_list, attribs_size * sizeof(EGLint)); in eglChooseConfig()1090 EGLint* local_attrib_p = local_attrib_list; in eglChooseConfig()1102 local_attrib_list ? local_attrib_list:(EGLint*)attrib_list, in eglChooseConfig()1105 if (local_attrib_list) delete [] local_attrib_list; in eglChooseConfig()