OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:printEGLConfigurations
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/opengl/tests/gl2_basic/
gl2_basic.cpp
229
int
printEGLConfigurations
(EGLDisplay dpy) {
294
if (!
printEGLConfigurations
(dpy)) {
295
printf("
printEGLConfigurations
failed\n");
299
checkEglError("
printEGLConfigurations
");
/frameworks/native/opengl/tests/gl_basic/
gl_basic.cpp
160
int
printEGLConfigurations
(EGLDisplay dpy) {
234
if (!
printEGLConfigurations
(eglDisplay)) {
235
printf("
printEGLConfigurations
failed.\n");
/frameworks/native/opengl/tests/gl2_copyTexImage/
gl2_copyTexImage.cpp
333
int
printEGLConfigurations
(EGLDisplay dpy) {
402
if (!
printEGLConfigurations
(dpy)) {
403
printf("
printEGLConfigurations
failed\n");
407
checkEglError("
printEGLConfigurations
");
Completed in 90 milliseconds