Searched defs:glScissor (Results 1 - 9 of 9) sorted by relevance
/frameworks/native/opengl/libagl/ |
H A D | matrix.cpp | 1071 void glScissor(GLint x, GLint y, GLsizei w, GLsizei h) function
|
/frameworks/base/opengl/java/android/opengl/ |
H A D | GLErrorWrapper.java | 706 public void glScissor(int x, int y, int width, int height) { method in class:GLErrorWrapper 708 mgl.glScissor(x, y, width, height);
|
H A D | GLES10.java | 1099 // C function void glScissor ( GLint x, GLint y, GLsizei width, GLsizei height ) 1101 public static native void glScissor( method in class:GLES10
|
H A D | GLLogWrapper.java | 2333 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 D | GLES20.java | 1347 // 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 D | GLImpl.java | 924 // 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 D | GL10.java | 838 void glScissor( method in interface:GL10
|
/frameworks/base/libs/hwui/debug/ |
H A D | gles_redefine.h | 748 #define glScissor wrap_glScissor macro
|
H A D | gles_undefine.h | 747 #undef glScissor macro
|
Completed in 114 milliseconds