Searched refs:glViewport (Results 1 - 25 of 68) 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/libs/gui/tests/
H A DSurfaceTextureMultiContextGL_test.cpp173 glViewport(0, 0, 1, 1);
205 glViewport(0, 0, 1, 1);
237 glViewport(0, 0, 1, 1);
334 glViewport(0, 0, 1, 1);
373 glViewport(0, 0, 1, 1);
H A DSurfaceTextureGL_test.cpp60 glViewport(0, 0, texWidth, texHeight);
110 glViewport(0, 0, texWidth, texHeight);
174 glViewport(0, 0, 64, 64);
300 glViewport(0, 0, texWidth, texHeight);
360 glViewport(0, 0, texWidth, texHeight);
406 glViewport(0, 0, texWidth, texHeight);
H A DMultiTextureConsumer_test.cpp77 glViewport(0, 0, getSurfaceWidth(), getSurfaceHeight());
H A DSurfaceTextureGLToGL_test.cpp132 glViewport(0, 0, texWidth, texHeight);
383 glViewport(0, 0, texWidth, texHeight);
447 glViewport(0, 0, texWidth, texHeight);
511 glViewport(0, 0, texWidth, texHeight);
/frameworks/native/opengl/tests/gl_perf/
H A Dgl2_perf.cpp123 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.cpp97 glViewport(0, 0, w, h);
/frameworks/native/opengl/tests/swapinterval/
H A Dswapinterval.cpp93 glViewport(0, 0, w, h);
/frameworks/av/cmds/screenrecord/
H A DFrameOutput.cpp53 glViewport(0, 0, width, height);
H A DOverlay.cpp146 glViewport(0, 0, width, height);
298 glViewport(0, 0, width, height);
/frameworks/native/opengl/tests/fillrate/
H A Dfillrate.cpp112 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/libs/hwui/renderstate/
H A DRenderState.cpp131 glViewport(0, 0, mViewportWidth, mViewportHeight);
185 glViewport(0, 0, mViewportWidth, mViewportHeight);
/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.cpp70 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.cpp188 glViewport(0, 0, 320, 480);

Completed in 375 milliseconds

123