Searched refs:setupGraphics (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/opengl/tests/gldual/jni/ |
D | gl_code.cpp | 109 bool setupGraphics(int w, int h) { in setupGraphics() function 163 setupGraphics(width, height); in Java_com_android_gldual_GLDualLib_init()
|
/frameworks/native/opengl/tests/gl2_jni/jni/ |
D | gl_code.cpp | 109 bool setupGraphics(int w, int h) { in setupGraphics() function 163 setupGraphics(width, height); in Java_com_android_gl2jni_GL2JNILib_init()
|
/frameworks/native/opengl/tests/gl_yuvtex/ |
D | gl_yuvtex.cpp | 68 bool setupGraphics(int w, int h) { in setupGraphics() function 305 if(!setupGraphics(w, h)) { in main()
|
/frameworks/native/opengl/tests/gl2_basic/ |
D | gl2_basic.cpp | 152 bool setupGraphics(int w, int h) { in setupGraphics() function 388 if(!setupGraphics(w, h)) { in main()
|
/frameworks/native/opengl/tests/gl2_yuvtex/ |
D | gl2_yuvtex.cpp | 160 bool setupGraphics(int w, int h) { in setupGraphics() function 415 if(!setupGraphics(w, h)) { in main()
|
/frameworks/native/opengl/tests/gl2_copyTexImage/ |
D | gl2_copyTexImage.cpp | 166 bool setupGraphics(int w, int h) { in setupGraphics() function 455 if(!setupGraphics(w, h)) { in main()
|