Searched refs:glViewport (Results 1 - 25 of 68) sorted by last modified time

123

/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
H A DMyGLSurfaceView.java141 GLES20.glViewport(0, 0, width, height);
/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/rs/java/tests/GenImages/src/com/android/rs/genimage/
H A DGenImage.java78 GLES20.glViewport(0, 0, 512, 512);
/frameworks/native/cmds/flatland/
H A DGLHelper.cpp147 glViewport(0, 0, w, h);
/frameworks/native/libs/gui/tests/
H A DGLTest.cpp107 glViewport(0, 0, w, h);
H A DMultiTextureConsumer_test.cpp77 glViewport(0, 0, getSurfaceWidth(), getSurfaceHeight());
H A DSRGB_test.cpp215 glViewport(x, y, width, height);
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);
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 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);
/frameworks/native/opengl/include/GLES/
H A Dgl.h738 GL_API void GL_APIENTRY glViewport (GLint x, GLint y, GLsizei width, GLsizei height);
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h669 GL_APICALL void GL_APIENTRY glViewport (GLint x, GLint y, GLsizei width, GLsizei height);
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h669 GL_APICALL void GL_APIENTRY glViewport (GLint x, GLint y, GLsizei width, GLsizei height);
H A Dgl31.h669 GL_APICALL void GL_APIENTRY glViewport (GLint x, GLint y, GLsizei width, GLsizei height);
H A Dgl32.h669 GL_APICALL void GL_APIENTRY glViewport (GLint x, GLint y, GLsizei width, GLsizei height);
/frameworks/native/opengl/libagl/
H A Dmatrix.cpp1088 void glViewport(GLint x, GLint y, GLsizei w, GLsizei h) function
/frameworks/native/opengl/tests/angeles/
H A Ddemo.c520 glViewport(0, 0, width, height);
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h578 GLAPI void APIENTRY glViewport (GLint x, GLint y, GLsizei width, GLsizei height);
/frameworks/native/opengl/tests/fillrate/
H A Dfillrate.cpp112 glViewport(0, 0, w, h);
/frameworks/native/opengl/tests/filter/
H A Dfilter.cpp70 glViewport(0, 0, w, h);
/frameworks/native/opengl/tests/gl2_basic/
H A Dgl2_basic.cpp153 glViewport(0, 0, w, h);
154 checkGlError("glViewport");
/frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
H A DGL2CameraEye.java235 GLES20.glViewport(0, 0, width, height);
/frameworks/native/opengl/tests/gl2_copyTexImage/
H A Dgl2_copyTexImage.cpp210 glViewport(0, 0, w, h);
211 checkGlError("glViewport");
/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");

Completed in 2926 milliseconds

123