Searched refs:glViewport (Results 1 – 25 of 56) sorted by relevance
123
/development/samples/OpenGL/HelloOpenGLES10/src/com/example/android/opengl/ |
D | MyGLRenderer.java | 81 gl.glViewport(0, 0, width, height); in onSurfaceChanged()
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
D | FrameBufferObjectActivity.java | 84 gl.glViewport(0, 0, width, height); in onSurfaceChanged() 99 gl.glViewport(0, 0, width, height); in drawOnscreen() 137 gl.glViewport(0, 0, width, height); in drawOffscreenImage()
|
D | CubeRenderer.java | 67 gl.glViewport(0, 0, width, height); in onSurfaceChanged()
|
D | TouchRotateActivity.java | 172 gl.glViewport(0, 0, width, height); in onSurfaceChanged()
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/ |
D | KubeRenderer.java | 77 gl.glViewport(0, 0, width, height); in onSurfaceChanged()
|
/development/samples/OpenGL/HelloOpenGLES20/src/com/example/android/opengl/ |
D | MyGLRenderer.java | 97 GLES20.glViewport(0, 0, width, height); in onSurfaceChanged()
|
/development/ndk/platforms/android-21/arch-arm64/symbols/ |
D | libGLESv2.so.functions.txt | 177 glViewport
|
D | libGLESv1_CM.so.functions.txt | 238 glViewport
|
/development/ndk/platforms/android-21/arch-x86_64/symbols/ |
D | libGLESv2.so.functions.txt | 177 glViewport
|
D | libGLESv1_CM.so.functions.txt | 238 glViewport
|
/development/ndk/platforms/android-9/arch-arm/symbols/ |
D | libGLESv2.so.functions.txt | 177 glViewport
|
D | libGLESv1_CM.so.functions.txt | 238 glViewport
|
/development/ndk/platforms/android-21/arch-mips64/symbols/ |
D | libGLESv2.so.functions.txt | 177 glViewport
|
D | libGLESv1_CM.so.functions.txt | 238 glViewport
|
/development/samples/HelloEffects/src/com/example/android/mediafx/ |
D | TextureRenderer.java | 114 GLES20.glViewport(0, 0, mViewWidth, mViewHeight); in renderTexture()
|
/development/ndk/platforms/android-9/arch-mips/symbols/ |
D | libGLESv2.so.functions.txt | 202 glViewport
|
D | libGLESv1_CM.so.functions.txt | 276 glViewport
|
/development/ndk/platforms/android-9/arch-x86/symbols/ |
D | libGLESv2.so.functions.txt | 202 glViewport
|
D | libGLESv1_CM.so.functions.txt | 276 glViewport
|
/development/samples/browseable/MediaEffects/src/com.example.android.mediaeffects/ |
D | TextureRenderer.java | 114 GLES20.glViewport(0, 0, mViewWidth, mViewHeight); in renderTexture()
|
/development/ndk/platforms/android-18/arch-mips/symbols/ |
D | libGLESv3.so.functions.txt | 262 glViewport
|
/development/ndk/platforms/android-18/arch-arm/symbols/ |
D | libGLESv3.so.functions.txt | 262 glViewport
|
/development/ndk/platforms/android-18/arch-x86/symbols/ |
D | libGLESv3.so.functions.txt | 262 glViewport
|
/development/samples/ApiDemos/src/com/example/android/apis/os/ |
D | RotationVectorDemo.java | 141 gl.glViewport(0, 0, width, height); in onSurfaceChanged()
|
/development/samples/Compass/src/com/example/android/compass/ |
D | CompassActivity.java | 127 gl.glViewport(0, 0, width, height); in onSurfaceChanged()
|
123