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

/frameworks/native/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.java1099 // C function void glScissor ( GLint x, GLint y, GLsizei width, GLsizei height )
1101 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.java1347 // C function void glScissor ( GLint x, GLint y, GLsizei width, GLsizei height )
1349 public static native void glScissor( method in class:GLES20
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java924 // C function void glScissor ( GLint x, GLint y, GLsizei width, GLsizei height )
926 public native void glScissor( method in class:GLImpl
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java838 void glScissor( method in interface:GL10
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h747 #define glScissor wrap_glScissor macro
H A Dgles_undefine.h747 #undef glScissor macro

Completed in 767 milliseconds