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

/frameworks/native/opengl/tests/gl2_jni/jni/
H A Dgl_code.cpp104 bool setupGraphics(int w, int h) { function
110 ALOGI("setupGraphics(%d, %d)", w, h);
158 setupGraphics(width, height);
/frameworks/native/opengl/tests/gldual/jni/
H A Dgl_code.cpp104 bool setupGraphics(int w, int h) { function
110 ALOGI("setupGraphics(%d, %d)", w, h);
158 setupGraphics(width, height);
/frameworks/native/opengl/tests/gl2_basic/
H A Dgl2_basic.cpp143 bool setupGraphics(int w, int h) { function
345 if(!setupGraphics(w, h)) {
/frameworks/native/opengl/tests/gl_yuvtex/
H A Dgl_yuvtex.cpp68 bool setupGraphics(int w, int h) { function
306 if(!setupGraphics(w, h)) {
/frameworks/native/opengl/tests/gl2_copyTexImage/
H A Dgl2_copyTexImage.cpp166 bool setupGraphics(int w, int h) { function
456 if(!setupGraphics(w, h)) {
/frameworks/native/opengl/tests/gl2_yuvtex/
H A Dgl2_yuvtex.cpp160 bool setupGraphics(int w, int h) { function
416 if(!setupGraphics(w, h)) {

Completed in 101 milliseconds