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
91 returnValue = EGLUtils::selectConfigForNativeWindow(dpy, s_configAttribs, window, &myConfig);
/frameworks/native/opengl/tests/filter/
H A Dfilter.cpp24 EGLint s_configAttribs[] = { local
53 dpy, s_configAttribs, window, &config);
57 eglChooseConfig(dpy, s_configAttribs, &config, 1, &numConfigs);
/frameworks/native/opengl/tests/gl2_copyTexImage/
H A Dgl2_copyTexImage.cpp370 EGLint s_configAttribs[] = { local
412 eglChooseConfig(dpy, s_configAttribs, 0, 0, &numConfigs);
415 eglChooseConfig(dpy, s_configAttribs, configs, numConfigs, &n);
/frameworks/native/opengl/tests/gl2_basic/
H A Dgl2_basic.cpp271 EGLint s_configAttribs[] = { local
308 returnValue = EGLUtils::selectConfigForNativeWindow(dpy, s_configAttribs, window, &myConfig);
/frameworks/native/opengl/tests/gl_yuvtex/
H A Dgl_yuvtex.cpp229 EGLint s_configAttribs[] = { local
259 returnValue = EGLUtils::selectConfigForNativeWindow(dpy, s_configAttribs, window, &myConfig);
/frameworks/native/opengl/tests/gl2_yuvtex/
H A Dgl2_yuvtex.cpp339 EGLint s_configAttribs[] = { local
369 returnValue = EGLUtils::selectConfigForNativeWindow(dpy, s_configAttribs, window, &myConfig);

Completed in 86 milliseconds