Home
last modified time | relevance | path

Searched refs:setupGraphics (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/opengl/tests/gldual/jni/
Dgl_code.cpp109 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/
Dgl_code.cpp109 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/
Dgl_yuvtex.cpp68 bool setupGraphics(int w, int h) { in setupGraphics() function
305 if(!setupGraphics(w, h)) { in main()
/frameworks/native/opengl/tests/gl2_basic/
Dgl2_basic.cpp152 bool setupGraphics(int w, int h) { in setupGraphics() function
388 if(!setupGraphics(w, h)) { in main()
/frameworks/native/opengl/tests/gl2_yuvtex/
Dgl2_yuvtex.cpp160 bool setupGraphics(int w, int h) { in setupGraphics() function
415 if(!setupGraphics(w, h)) { in main()
/frameworks/native/opengl/tests/gl2_copyTexImage/
Dgl2_copyTexImage.cpp166 bool setupGraphics(int w, int h) { in setupGraphics() function
455 if(!setupGraphics(w, h)) { in main()