/aosp12/frameworks/rs/driver/ |
H A 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()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/glwallpaper/ |
H A D | ImageWallpaperRenderer.java | 22 import static android.opengl.GLES20.glViewport; 99 glViewport(0, 0, width, height); in onSurfaceChanged() 105 glViewport(0, 0, mSurfaceSize.width(), mSurfaceSize.height()); in onDrawFrame()
|
/aosp12/frameworks/native/opengl/tests/testViewport/ |
H A 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()
|
/aosp12/frameworks/native/libs/gui/tests/ |
H A 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()
|
H A 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() 359 glViewport(0, 0, texWidth, texHeight); in TEST_F() 405 glViewport(0, 0, texWidth, texHeight); in TEST_F()
|
H A 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()
|
H A D | MultiTextureConsumer_test.cpp | 77 glViewport(0, 0, getSurfaceWidth(), getSurfaceHeight()); in TEST_F()
|
/aosp12/frameworks/native/libs/renderengine/gl/filters/ |
H A D | BlurFilter.cpp | 106 glViewport(0, 0, mCompositionFbo.getBufferWidth(), mCompositionFbo.getBufferHeight()); in setAsDrawTarget() 147 glViewport(0, 0, mPingFbo.getBufferWidth(), mPingFbo.getBufferHeight()); in prepare() 154 glViewport(0, 0, draw->getBufferWidth(), draw->getBufferHeight()); in prepare()
|
/aosp12/frameworks/av/media/libstagefright/renderfright/gl/filters/ |
H A D | BlurFilter.cpp | 106 glViewport(0, 0, mCompositionFbo.getBufferWidth(), mCompositionFbo.getBufferHeight()); in setAsDrawTarget() 147 glViewport(0, 0, mPingFbo.getBufferWidth(), mPingFbo.getBufferHeight()); in prepare() 154 glViewport(0, 0, draw->getBufferWidth(), draw->getBufferHeight()); in prepare()
|
/aosp12/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/ |
H A D | Renderer.cpp | 135 glViewport(0, 0, mSurfaceWidth, mSurfaceHeight); in SetupGraphics() 166 glViewport(0, 0, mSurfaceWidth, mSurfaceHeight); in SetupGraphics()
|
/aosp12/frameworks/base/libs/hwui/pipeline/skia/ |
H A D | GLFunctorDrawable.cpp | 123 glViewport(0, 0, info.width, info.height); in onDraw() 153 glViewport(0, 0, info.width, info.height); in onDraw()
|
/aosp12/frameworks/av/cmds/screenrecord/ |
H A D | Overlay.cpp | 145 glViewport(0, 0, width, height); in setup_l() 301 glViewport(0, 0, width, height); in drawInfoPage()
|
/aosp12/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/ |
H A D | CubeRenderer.java | 86 gl.glViewport(0, 0, width, height); in onSurfaceChanged()
|
/aosp12/frameworks/native/opengl/tests/gl_perf/ |
H A D | gl2_perf.cpp | 115 glViewport(0, 0, w, h); in main()
|
/aosp12/frameworks/native/opengl/tests/testFramerate/src/com/android/testframerate/ |
H A D | TestFramerateView.java | 84 GLES20.glViewport(0, 0, width, height); in onSurfaceChanged()
|
/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/cube/ |
H A D | CubeRenderer.java | 89 gl.glViewport(0, 0, width, height); in onSurfaceChanged()
|
/aosp12/frameworks/native/opengl/tests/linetex/ |
H A D | linetex.cpp | 97 glViewport(0, 0, w, h); in main()
|
/aosp12/frameworks/native/opengl/tests/swapinterval/ |
H A D | swapinterval.cpp | 93 glViewport(0, 0, w, h); in main()
|
/aosp12/frameworks/base/tests/GamePerformance/src/android/gameperformance/ |
H A D | CustomOpenGLView.java | 74 GLES20.glViewport(0, 0, width, height); in CustomOpenGLView()
|
/aosp12/frameworks/native/opengl/tests/gldual/src/com/android/gldual/ |
H A D | TriangleRenderer.java | 92 gl.glViewport(0, 0, w, h); in onSurfaceChanged()
|
/aosp12/frameworks/rs/tests/java_api/RsNbody/src/com/example/android/rs/nbody_gl/ |
H A D | BasicGLRenderer.java | 65 GLES20.glViewport(0, 0, width, height); in onSurfaceChanged()
|
/aosp12/frameworks/native/opengl/tests/fillrate/ |
H A D | fillrate.cpp | 112 glViewport(0, 0, w, h); in main()
|
/aosp12/packages/services/Car/cpp/evs/support_library/ |
H A D | RenderBase.cpp | 203 glViewport(0, 0, sWidth, sHeight); in attachRenderTarget()
|
/aosp12/frameworks/native/opengl/tests/filter/ |
H A D | filter.cpp | 70 glViewport(0, 0, w, h); in main()
|
/aosp12/frameworks/native/opengl/tests/gl2_jni/jni/ |
H A D | gl_code.cpp | 126 glViewport(0, 0, w, h); in setupGraphics()
|