Searched refs:glViewport (Results 1 - 25 of 53) sorted by relevance

123

/frameworks/rs/driver/
H A DrsdFrameBufferObj.cpp134 RSD_CALL_GL(glViewport, 0, 0, width, height);
148 RSD_CALL_GL(glViewport, 0, 0, mWidth, mHeight);
156 RSD_CALL_GL(glViewport, 0, 0, rsc->getWidth(), rsc->getHeight());
/frameworks/native/opengl/tests/testFramerate/src/com/android/testframerate/
H A DTestFramerateView.java84 GLES20.glViewport(0, 0, width, height);
/frameworks/native/opengl/tests/gl_perf/
H A Dgl2_perf.cpp122 glViewport(0, 0, w, h);
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
H A DTriangleRenderer.java92 gl.glViewport(0, 0, w, h);
/frameworks/native/opengl/tests/linetex/
H A Dlinetex.cpp96 glViewport(0, 0, w, h);
/frameworks/native/opengl/tests/swapinterval/
H A Dswapinterval.cpp92 glViewport(0, 0, w, h);
/frameworks/native/libs/gui/tests/
H A DSurfaceTexture_test.cpp130 glViewport(0, 0, w, h);
719 glViewport(0, 0, texWidth, texHeight);
765 glViewport(0, 0, texWidth, texHeight);
825 glViewport(0, 0, 64, 64);
949 glViewport(0, 0, texWidth, texHeight);
1005 glViewport(0, 0, texWidth, texHeight);
1047 glViewport(0, 0, texWidth, texHeight);
1519 glViewport(0, 0, texWidth, texHeight);
1709 glViewport(0, 0, texWidth, texHeight);
1770 glViewport(
[all...]
/frameworks/native/opengl/tests/fillrate/
H A Dfillrate.cpp109 glViewport(0, 0, w, h);
/frameworks/native/opengl/tests/gl2_java/src/com/android/gl2java/
H A DGL2JavaView.java80 GLES20.glViewport(0, 0, width, height);
/frameworks/native/opengl/tests/gl2_jni/jni/
H A Dgl_code.cpp121 glViewport(0, 0, w, h);
122 checkGlError("glViewport");
/frameworks/native/opengl/tests/gldual/jni/
H A Dgl_code.cpp121 glViewport(0, 0, w, h);
122 checkGlError("glViewport");
/frameworks/native/opengl/tests/filter/
H A Dfilter.cpp68 glViewport(0, 0, w, h);
/frameworks/native/opengl/tests/gl_jni/jni/
H A Dgl_code.cpp94 glViewport(0, 0, width, height);
/frameworks/native/opengl/tests/lighting1709/src/com/android/lightingtest/
H A DClearActivity.java91 gl.glViewport(0, 0, w, h);
/frameworks/native/opengl/tests/testLatency/src/com/android/testlatency/
H A DTestLatencyView.java145 GLES20.glViewport(0, 0, width, height);
/frameworks/native/opengl/tests/testViewport/src/com/android/test/
H A DTestView.java237 gl.glViewport(0, 0, width, height);
/frameworks/native/opengl/tests/tritex/
H A Dtritex.cpp187 glViewport(0, 0, 320, 480);
/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_frame.cpp233 glViewport(vp_x_, vp_y_, vp_width_, vp_height_);
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto400 glViewport = 374;
/frameworks/native/opengl/tests/gl2_basic/
H A Dgl2_basic.cpp153 glViewport(0, 0, w, h);
154 checkGlError("glViewport");
/frameworks/native/opengl/tests/gl_basic/
H A Dgl_basic.cpp297 glViewport(0, 0, 320, 480);
/frameworks/native/opengl/tests/gl_yuvtex/
H A Dgl_yuvtex.cpp69 glViewport(0, 0, w, h);
70 checkGlError("glViewport");
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
H A DMyGLSurfaceView.java141 GLES20.glViewport(0, 0, width, height);
/frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
H A DGL2CameraEye.java235 GLES20.glViewport(0, 0, width, height);
/frameworks/native/opengl/tests/gl2_copyTexImage/
H A Dgl2_copyTexImage.cpp210 glViewport(0, 0, w, h);
211 checkGlError("glViewport");

Completed in 394 milliseconds

123