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

/frameworks/base/opengl/libagl/
H A Dmatrix.cpp1082 void glScissor(GLint x, GLint y, GLsizei w, GLsizei h) function
/frameworks/base/opengl/java/android/opengl/
H A DGLErrorWrapper.java706 public void glScissor(int x, int y, int width, int height) { method in class:GLErrorWrapper
708 mgl.glScissor(x, y, width, height);
H A DGLES10.java1115 // C function void glScissor ( GLint x, GLint y, GLsizei width, GLsizei height )
1117 public static native void glScissor( method in class:GLES10
H A DGLLogWrapper.java2333 public void glScissor(int x, int y, int width, int height) { method in class:GLLogWrapper
2334 begin("glScissor");
2341 mgl.glScissor(x, y, width, height);
H A DGLES20.java1346 // C function void glScissor ( GLint x, GLint y, GLsizei width, GLsizei height )
1348 public static native void glScissor( method in class:GLES20
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java923 // C function void glScissor ( GLint x, GLint y, GLsizei width, GLsizei height )
925 public native void glScissor( method in class:GLImpl
/frameworks/base/opengl/libs/GLES2_dbg/src/
H A Ddebugger_message.pb.cpp335 const Message_Function Message::glScissor; member in class:com::android::glesv2debugger::Message
H A Ddebugger_message.pb.h409 static const Function glScissor = Message_Function_glScissor; member in class:com::android::glesv2debugger::Message
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java838 void glScissor( method in interface:GL10

Completed in 105 milliseconds