/frameworks/base/opengl/tests/gldual/src/com/android/gldual/ |
H A D | TriangleRenderer.java | 92 gl.glViewport(0, 0, w, h);
|
/frameworks/base/opengl/tests/linetex/ |
H A D | linetex.cpp | 96 glViewport(0, 0, w, h);
|
/frameworks/base/opengl/tests/swapinterval/ |
H A D | swapinterval.cpp | 88 glViewport(0, 0, w, h);
|
/frameworks/base/opengl/tests/fillrate/ |
H A D | fillrate.cpp | 109 glViewport(0, 0, w, h);
|
/frameworks/base/opengl/tests/gl2_java/src/com/android/gl2java/ |
H A D | GL2JavaView.java | 80 GLES20.glViewport(0, 0, width, height);
|
/frameworks/base/opengl/tests/gl2_jni/jni/ |
H A D | gl_code.cpp | 121 glViewport(0, 0, w, h); 122 checkGlError("glViewport");
|
/frameworks/base/opengl/tests/gldual/jni/ |
H A D | gl_code.cpp | 121 glViewport(0, 0, w, h); 122 checkGlError("glViewport");
|
/frameworks/base/opengl/tests/filter/ |
H A D | filter.cpp | 68 glViewport(0, 0, w, h);
|
/frameworks/base/opengl/tests/gl_jni/jni/ |
H A D | gl_code.cpp | 94 glViewport(0, 0, width, height);
|
/frameworks/base/opengl/tests/lighting1709/src/com/android/lightingtest/ |
H A D | ClearActivity.java | 91 gl.glViewport(0, 0, w, h);
|
/frameworks/base/opengl/tests/tritex/ |
H A D | tritex.cpp | 187 glViewport(0, 0, 320, 480);
|
/frameworks/base/opengl/tests/gl2_basic/ |
H A D | gl2_basic.cpp | 153 glViewport(0, 0, w, h); 154 checkGlError("glViewport");
|
/frameworks/base/opengl/tests/gl_basic/ |
H A D | gl_basic.cpp | 297 glViewport(0, 0, 320, 480);
|
/frameworks/base/opengl/tools/glgen/specs/gles11/ |
H A D | GLES10.spec | 106 void glViewport ( GLint x, GLint y, GLsizei width, GLsizei height )
|
H A D | GLES20.spec | 144 void glViewport ( GLint x, GLint y, GLsizei width, GLsizei height )
|
/frameworks/base/opengl/java/android/opengl/ |
H A D | GLES10.java | 1332 // C function void glViewport ( GLint x, GLint y, GLsizei width, GLsizei height ) 1334 public static native void glViewport( method in class:GLES10
|
H A D | GLErrorWrapper.java | 840 public void glViewport(int x, int y, int width, int height) { method in class:GLErrorWrapper 842 mgl.glViewport(x, y, width, height);
|
H A D | GLES20.java | 1932 // C function void glViewport ( GLint x, GLint y, GLsizei width, GLsizei height ) 1934 public static native void glViewport( method in class:GLES20
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
H A D | GL10.java | 965 void glViewport( method in interface:GL10
|
/frameworks/base/services/surfaceflinger/ |
H A D | SurfaceFlinger.cpp | 260 glViewport(0, 0, w, h); 2101 glViewport(0, 0, sw, sh); 2148 glViewport(0, 0, hw_w, hw_h);
|
/frameworks/base/libs/rs/ |
H A D | rsContext.cpp | 173 glViewport(0, 0, mEGL.mWidth, mEGL.mHeight);
|
/frameworks/base/opengl/include/GLES/ |
H A D | gl.h | 738 GL_API void GL_APIENTRY glViewport (GLint x, GLint y, GLsizei width, GLsizei height);
|
/frameworks/base/opengl/include/GLES2/ |
H A D | gl2.h | 615 GL_APICALL void GL_APIENTRY glViewport (GLint x, GLint y, GLsizei width, GLsizei height);
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
H A D | GLImpl.java | 1140 // C function void glViewport ( GLint x, GLint y, GLsizei width, GLsizei height ) 1142 public native void glViewport( method in class:GLImpl
|
/frameworks/base/opengl/tests/angeles/ |
H A D | demo.c | 520 glViewport(0, 0, width, height);
|