/frameworks/rs/driver/ |
D | rsdFrameBufferObj.cpp | 133 RSD_CALL_GL(glViewport, 0, 0, width, height); in setActive() 147 RSD_CALL_GL(glViewport, 0, 0, mWidth, mHeight); in setActive() 155 RSD_CALL_GL(glViewport, 0, 0, rsc->getWidth(), rsc->getHeight()); in setActive()
|
/frameworks/native/opengl/tests/testViewport/ |
D | README | 24 I think the bug is that the gl.glViewport() call in onSurfaceChanged() is 27 NOTE: If a gl.glViewport call is added at the beginning of the onDrawFrame()
|
/frameworks/native/libs/gui/tests/ |
D | SurfaceTextureMultiContextGL_test.cpp | 173 glViewport(0, 0, 1, 1); in TEST_F() 205 glViewport(0, 0, 1, 1); in TEST_F() 237 glViewport(0, 0, 1, 1); in TEST_F() 334 glViewport(0, 0, 1, 1); in TEST_F() 373 glViewport(0, 0, 1, 1); in TEST_F()
|
D | SurfaceTextureGL_test.cpp | 60 glViewport(0, 0, texWidth, texHeight); in TEST_F() 110 glViewport(0, 0, texWidth, texHeight); in TEST_F() 174 glViewport(0, 0, 64, 64); in TEST_F() 300 glViewport(0, 0, texWidth, texHeight); in TEST_F() 360 glViewport(0, 0, texWidth, texHeight); in TEST_F() 406 glViewport(0, 0, texWidth, texHeight); in TEST_F()
|
D | SurfaceTextureGLToGL_test.cpp | 132 glViewport(0, 0, texWidth, texHeight); in TEST_F() 383 glViewport(0, 0, texWidth, texHeight); in TEST_F() 447 glViewport(0, 0, texWidth, texHeight); in TEST_F() 511 glViewport(0, 0, texWidth, texHeight); in TEST_F()
|
D | MultiTextureConsumer_test.cpp | 77 glViewport(0, 0, getSurfaceWidth(), getSurfaceHeight()); in TEST_F()
|
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/ |
D | CubeRenderer.java | 86 gl.glViewport(0, 0, width, height); in onSurfaceChanged()
|
/frameworks/native/opengl/tests/testFramerate/src/com/android/testframerate/ |
D | TestFramerateView.java | 84 GLES20.glViewport(0, 0, width, height); in onSurfaceChanged()
|
/frameworks/native/opengl/tests/linetex/ |
D | linetex.cpp | 97 glViewport(0, 0, w, h); in main()
|
/frameworks/native/opengl/tests/gl_perf/ |
D | gl2_perf.cpp | 123 glViewport(0, 0, w, h); in main()
|
/frameworks/av/cmds/screenrecord/ |
D | Overlay.cpp | 145 glViewport(0, 0, width, height); in setup_l() 301 glViewport(0, 0, width, height); in drawInfoPage()
|
D | FrameOutput.cpp | 53 glViewport(0, 0, width, height); in createInputSurface()
|
/frameworks/native/opengl/tests/swapinterval/ |
D | swapinterval.cpp | 93 glViewport(0, 0, w, h); in main()
|
/frameworks/rs/tests/java_api/RsNbody/src/com/example/android/rs/nbody_gl/ |
D | BasicGLRenderer.java | 65 GLES20.glViewport(0, 0, width, height); in onSurfaceChanged()
|
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/ |
D | TriangleRenderer.java | 92 gl.glViewport(0, 0, w, h); in onSurfaceChanged()
|
/frameworks/native/opengl/tests/gl2_jni/jni/ |
D | gl_code.cpp | 121 glViewport(0, 0, w, h); in setupGraphics()
|
/frameworks/native/opengl/tests/fillrate/ |
D | fillrate.cpp | 112 glViewport(0, 0, w, h); in main()
|
/frameworks/native/opengl/tests/gldual/jni/ |
D | gl_code.cpp | 121 glViewport(0, 0, w, h); in setupGraphics()
|
/frameworks/native/opengl/tests/filter/ |
D | filter.cpp | 70 glViewport(0, 0, w, h); in main()
|
/frameworks/native/opengl/tests/gl2_java/src/com/android/gl2java/ |
D | GL2JavaView.java | 80 GLES20.glViewport(0, 0, width, height); in onSurfaceChanged()
|
/frameworks/native/opengl/libs/ |
D | libGLESv2.map.txt | 204 glViewport;
|
/frameworks/native/opengl/tests/lighting1709/src/com/android/lightingtest/ |
D | ClearActivity.java | 91 gl.glViewport(0, 0, w, h); in onSurfaceChanged()
|
/frameworks/base/libs/hwui/renderstate/ |
D | RenderState.cpp | 140 glViewport(0, 0, mViewportWidth, mViewportHeight); in setViewport() 204 glViewport(0, 0, mViewportWidth, mViewportHeight); in resumeFromFunctorInvoke()
|
/frameworks/native/opengl/tests/gl_jni/jni/ |
D | gl_code.cpp | 94 glViewport(0, 0, width, height); in init_scene()
|
/frameworks/native/opengl/tests/testViewport/src/com/android/test/ |
D | TestView.java | 237 gl.glViewport(0, 0, width, height); in onSurfaceChanged()
|