/hardware/qcom/sm7250/display/composer/ |
D | gl_layer_stitch_impl.cpp | 211 GL(glScissor(scissor_rect.left, scissor_rect.top, scissor_rect.right - scissor_rect.left, in ClearWithTransparency()
|
/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 135 {"glScissor", (void*)glScissor},
|
D | gl_client_context.h | 137 glScissor_client_proc_t glScissor; member
|
D | gl_client_context.cpp | 137 glScissor = (glScissor_client_proc_t) getProc("glScissor", userData); in initDispatchByName()
|
D | gl_entry.cpp | 132 void glScissor(GLint x, GLint y, GLsizei width, GLsizei height); 1057 void glScissor(GLint x, GLint y, GLsizei width, GLsizei height) in glScissor() function 1060 ctx->glScissor(ctx, x, y, width, height); in glScissor()
|
/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_ftable.h | 107 {"glScissor", (void*)glScissor},
|
D | gl2_client_context.h | 109 glScissor_client_proc_t glScissor; member
|
D | gl2_client_context.cpp | 109 glScissor = (glScissor_client_proc_t) getProc("glScissor", userData); in initDispatchByName()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles_common_for_gles1.entries | 68 void glScissor(GLint x, GLint y, GLsizei width, GLsizei height);
|
D | gles_common.entries | 67 void glScissor(GLint x, GLint y, GLsizei width, GLsizei height);
|
D | gles_common_for_gles2.entries | 68 void glScissor(GLint x, GLint y, GLsizei width, GLsizei height);
|
D | gles_common_dispatch_logging_wrappers.impl | 295 DISPATCH_DEBUG_LOG("glScissor(x:%d, y:%d, width:%d, height:%d)", x, y, width, height);
|
D | gles12tr_internal.entries | 255 void glScissor( GLint x, GLint y, GLsizei width, GLsizei height);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles_common_for_gles1_static_translator_namespaced_header.h | 69 GL_APICALL void GL_APIENTRY glScissor(GLint x, GLint y, GLsizei width, GLsizei height);
|
D | gles_common_for_gles2_static_translator_namespaced_header.h | 69 GL_APICALL void GL_APIENTRY glScissor(GLint x, GLint y, GLsizei width, GLsizei height);
|
D | gles_common_functions.h | 69 X(void, glScissor, (GLint x, GLint y, GLsizei width, GLsizei height), (x, y, width, height)) \
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 141 glScissor_server_proc_t glScissor; member
|
D | gles1_server_context.cpp | 137 glScissor = (glScissor_server_proc_t) getProc("glScissor", userData); in initDispatchByName()
|
/hardware/google/gfxstream/host/tests/ |
D | GLSnapshotPixelOperations_unittest.cpp | 107 gl->glScissor(GetParam()[0], GetParam()[1], GetParam()[2], in stateChange()
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 140 glScissor_server_proc_t glScissor; member
|
D | gles2_server_context.cpp | 109 glScissor = (glScissor_server_proc_t) getProc("glScissor", userData); in initDispatchByName()
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | gl.h | 720 GL_API void GL_APIENTRY glScissor (GLint x, GLint y, GLsizei width, GLsizei height);
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | gl.h | 510 GL_API void GL_APIENTRY glScissor (GLint x, GLint y, GLsizei width, GLsizei height);
|
/hardware/google/gfxstream/include/GLES/ |
D | gl.h | 720 GL_API void GL_APIENTRY glScissor (GLint x, GLint y, GLsizei width, GLsizei height);
|
/hardware/google/gfxstream/include/GLES2/ |
D | gl2.h | 622 GL_APICALL void GL_APIENTRY glScissor (GLint x, GLint y, GLsizei width, GLsizei height);
|