Searched defs:glViewport (Results 1 - 9 of 9) sorted by relevance

/frameworks/native/opengl/libagl/
H A Dmatrix.cpp1088 void glViewport(GLint x, GLint y, GLsizei w, GLsizei h) function
/frameworks/base/opengl/java/android/opengl/
H A DGLErrorWrapper.java840 public void glViewport(int x, int y, int width, int height) { method in class:GLErrorWrapper
842 mgl.glViewport(x, y, width, height);
H A DGLES10.java1332 // C function void glViewport ( GLint x, GLint y, GLsizei width, GLsizei height )
1334 public static native void glViewport( method in class:GLES10
H A DGLLogWrapper.java2575 public void glViewport(int x, int y, int width, int height) { method in class:GLLogWrapper
2576 begin("glViewport");
2582 mgl.glViewport(x, y, width, height);
H A DGLES20.java1974 // C function void glViewport ( GLint x, GLint y, GLsizei width, GLsizei height )
1976 public static native void glViewport( method in class:GLES20
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java1141 // C function void glViewport ( GLint x, GLint y, GLsizei width, GLsizei height )
1143 public native void glViewport( method in class:GLImpl
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java965 void glViewport( method in interface:GL10
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp911 const GLMessage_Function GLMessage::glViewport; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1244 static const Function glViewport = GLMessage_Function_glViewport; member in class:android::gltrace::GLMessage

Completed in 252 milliseconds