Searched defs:glScissor (Results 1 – 7 of 7) sorted by relevance
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
D | MatrixTrackingGL.java | 573 public void glScissor(int x, int y, int width, int height) { in glScissor() method in MatrixTrackingGL
|
/development/tools/emulator/opengl/system/GLESv2_enc/ |
D | gl2_entry.cpp | 810 void glScissor(GLint x, GLint y, GLsizei width, GLsizei height) in glScissor() function
|
D | gl2_client_context.h | 107 glScissor_client_proc_t glScissor; member
|
/development/tools/emulator/opengl/tests/gles_android_wrapper/ |
D | gles.cpp | 681 void glScissor(GLint x, GLint y, GLsizei width, GLsizei height) in glScissor() function
|
D | gles_dispatch.h | 148 glScissor_t glScissor; member
|
/development/tools/emulator/opengl/system/GLESv1_enc/ |
D | gl_entry.cpp | 1057 void glScissor(GLint x, GLint y, GLsizei width, GLsizei height) in glScissor() function
|
D | gl_client_context.h | 135 glScissor_client_proc_t glScissor; member
|