Searched defs:glScissor (Results 1 – 10 of 10) sorted by relevance
/device/google/cuttlefish_common/guest/libs/eglwrapper/ |
D | gles1_wrapper_context.h | 137 glScissor_wrapper_proc_t glScissor; member
|
D | gles3_wrapper_context.h | 109 glScissor_wrapper_proc_t glScissor; member
|
D | gles1_wrapper_entry.cpp | 1051 void glScissor(GLint x, GLint y, GLsizei width, GLsizei height) in glScissor() function
|
D | gles3_wrapper_entry.cpp | 1003 void glScissor(GLint x, GLint y, GLsizei width, GLsizei height) in glScissor() function
|
/device/generic/goldfish-opengl/system/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
|
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
D | gl2_client_context.h | 109 glScissor_client_proc_t glScissor; member
|
D | gl2_entry.cpp | 1031 void glScissor(GLint x, GLint y, GLsizei width, GLsizei height) in glScissor() function
|
/device/generic/goldfish-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
|