Searched refs:setupGraphics (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/opengl/tests/gl2_jni/jni/ |
D | gl_code.cpp | 104 bool setupGraphics(int w, int h) { in setupGraphics() function 158 setupGraphics(width, height); in Java_com_android_gl2jni_GL2JNILib_init()
|
/frameworks/native/opengl/tests/gldual/jni/ |
D | gl_code.cpp | 104 bool setupGraphics(int w, int h) { in setupGraphics() function 158 setupGraphics(width, height); in Java_com_android_gldual_GLDualLib_init()
|
/frameworks/native/opengl/tests/gl2_basic/ |
D | gl2_basic.cpp | 143 bool setupGraphics(int w, int h) { in setupGraphics() function 345 if(!setupGraphics(w, h)) { in main()
|
/frameworks/native/opengl/tests/gl_yuvtex/ |
D | gl_yuvtex.cpp | 68 bool setupGraphics(int w, int h) { in setupGraphics() function 306 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 456 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 416 if(!setupGraphics(w, h)) { in main()
|