Searched defs:glScissor (Results 1 – 9 of 9) sorted by relevance
/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_client_context.h | 137 glScissor_client_proc_t glScissor; member
|
D | gl_entry.cpp | 1057 void glScissor(GLint x, GLint y, GLsizei width, GLsizei height) in glScissor() function
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 141 glScissor_server_proc_t glScissor; member
|
/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_client_context.h | 109 glScissor_client_proc_t glScissor; member
|
D | gl2_entry.cpp | 1046 void glScissor(GLint x, GLint y, GLsizei width, GLsizei height) in glScissor() function
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmImp.cpp | 1857 GL_API void GL_APIENTRY glScissor( GLint x, GLint y, GLsizei width, GLsizei height) { in glScissor() function
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 140 glScissor_server_proc_t glScissor; member
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv2Imp.cpp | 3441 GL_APICALL void GL_APIENTRY glScissor(GLint x, GLint y, GLsizei width, GLsizei height){ in glScissor() function
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/ |
D | gl_mangle.h | 1576 #define glScissor MANGLE(Scissor) macro
|