Searched refs:glViewport (Results 1 - 25 of 59) 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/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/
H A DCubeRenderer.java86 gl.glViewport(0, 0, width, height);
/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.cpp133 glViewport(0, 0, w, h);
426 glViewport(0, 0, getSurfaceWidth(), getSurfaceHeight());
818 glViewport(0, 0, texWidth, texHeight);
864 glViewport(0, 0, texWidth, texHeight);
924 glViewport(0, 0, 64, 64);
1047 glViewport(0, 0, texWidth, texHeight);
1103 glViewport(0, 0, texWidth, texHeight);
1145 glViewport(0, 0, texWidth, texHeight);
1606 glViewport(0, 0, texWidth, texHeight);
1845 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/base/media/mca/filterfw/native/core/
H A Dgl_frame.cpp233 glViewport(vp_x_, vp_y_, vp_width_, vp_height_);
/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/native/services/surfaceflinger/RenderEngine/
H A DGLES11RenderEngine.cpp76 glViewport(0, 0, vpw, vph);
H A DGLES20RenderEngine.cpp86 glViewport(0, 0, vpw, vph);
/frameworks/rs/java/tests/GenImages/src/com/android/rs/genimage/
H A DGenImage.java78 GLES20.glViewport(0, 0, 512, 512);
/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");

Completed in 551 milliseconds

123