Searched refs:s_configAttribs (Results 1 - 6 of 6) sorted by relevance

/frameworks/native/opengl/tests/gl_perf/
H A Dgl2_perf.cpp64 EGLint s_configAttribs[] = { local
90 returnValue = EGLUtils::selectConfigForNativeWindow(dpy, s_configAttribs, window, &myConfig);
/frameworks/native/opengl/tests/filter/
H A Dfilter.cpp24 EGLint s_configAttribs[] = { local
51 dpy, s_configAttribs, window, &config);
55 eglChooseConfig(dpy, s_configAttribs, &config, 1, &numConfigs);
/frameworks/native/opengl/tests/gl2_copyTexImage/
H A Dgl2_copyTexImage.cpp370 EGLint s_configAttribs[] = { local
411 eglChooseConfig(dpy, s_configAttribs, 0, 0, &numConfigs);
414 eglChooseConfig(dpy, s_configAttribs, configs, numConfigs, &n);
/frameworks/native/opengl/tests/gl2_basic/
H A Dgl2_basic.cpp266 EGLint s_configAttribs[] = { local
302 returnValue = EGLUtils::selectConfigForNativeWindow(dpy, s_configAttribs, window, &myConfig);
/frameworks/native/opengl/tests/gl_yuvtex/
H A Dgl_yuvtex.cpp229 EGLint s_configAttribs[] = { local
258 returnValue = EGLUtils::selectConfigForNativeWindow(dpy, s_configAttribs, window, &myConfig);
/frameworks/native/opengl/tests/gl2_yuvtex/
H A Dgl2_yuvtex.cpp339 EGLint s_configAttribs[] = { local
368 returnValue = EGLUtils::selectConfigForNativeWindow(dpy, s_configAttribs, window, &myConfig);

Completed in 153 milliseconds