HomeSort by relevance Sort by last modified time
    Searched refs:setupGraphics (Results 1 - 7 of 7) sorted by null

  /development/ndk/platforms/android-5/samples/hello-gl2/jni/
gl_code.cpp 124 bool setupGraphics(int w, int h) {
130 LOGI("setupGraphics(%d, %d)", w, h);
178 setupGraphics(width, height);
  /frameworks/native/opengl/tests/gl2_jni/jni/
gl_code.cpp 104 bool setupGraphics(int w, int h) {
110 ALOGI("setupGraphics(%d, %d)", w, h);
158 setupGraphics(width, height);
  /frameworks/native/opengl/tests/gldual/jni/
gl_code.cpp 104 bool setupGraphics(int w, int h) {
110 ALOGI("setupGraphics(%d, %d)", w, h);
158 setupGraphics(width, height);
  /frameworks/native/opengl/tests/gl2_basic/
gl2_basic.cpp 143 bool setupGraphics(int w, int h) {
345 if(!setupGraphics(w, h)) {
  /frameworks/native/opengl/tests/gl_yuvtex/
gl_yuvtex.cpp 68 bool setupGraphics(int w, int h) {
306 if(!setupGraphics(w, h)) {
  /frameworks/native/opengl/tests/gl2_copyTexImage/
gl2_copyTexImage.cpp 166 bool setupGraphics(int w, int h) {
456 if(!setupGraphics(w, h)) {
  /frameworks/native/opengl/tests/gl2_yuvtex/
gl2_yuvtex.cpp 160 bool setupGraphics(int w, int h) {
416 if(!setupGraphics(w, h)) {

Completed in 64 milliseconds