Home
last modified time | relevance | path

Searched refs:glScissor (Results 1 – 25 of 54) sorted by relevance

123

/hardware/qcom/sm7250/display/composer/
Dgl_layer_stitch_impl.cpp211 GL(glScissor(scissor_rect.left, scissor_rect.top, scissor_rect.right - scissor_rect.left, in ClearWithTransparency()
/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_ftable.h135 {"glScissor", (void*)glScissor},
Dgl_client_context.h137 glScissor_client_proc_t glScissor; member
Dgl_client_context.cpp137 glScissor = (glScissor_client_proc_t) getProc("glScissor", userData); in initDispatchByName()
Dgl_entry.cpp132 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/
Dgl2_ftable.h107 {"glScissor", (void*)glScissor},
Dgl2_client_context.h109 glScissor_client_proc_t glScissor; member
Dgl2_client_context.cpp109 glScissor = (glScissor_client_proc_t) getProc("glScissor", userData); in initDispatchByName()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles_common_for_gles1.entries68 void glScissor(GLint x, GLint y, GLsizei width, GLsizei height);
Dgles_common.entries67 void glScissor(GLint x, GLint y, GLsizei width, GLsizei height);
Dgles_common_for_gles2.entries68 void glScissor(GLint x, GLint y, GLsizei width, GLsizei height);
Dgles_common_dispatch_logging_wrappers.impl295 DISPATCH_DEBUG_LOG("glScissor(x:%d, y:%d, width:%d, height:%d)", x, y, width, height);
Dgles12tr_internal.entries255 void glScissor( GLint x, GLint y, GLsizei width, GLsizei height);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles_common_for_gles1_static_translator_namespaced_header.h69 GL_APICALL void GL_APIENTRY glScissor(GLint x, GLint y, GLsizei width, GLsizei height);
Dgles_common_for_gles2_static_translator_namespaced_header.h69 GL_APICALL void GL_APIENTRY glScissor(GLint x, GLint y, GLsizei width, GLsizei height);
Dgles_common_functions.h69 X(void, glScissor, (GLint x, GLint y, GLsizei width, GLsizei height), (x, y, width, height)) \
/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_server_context.h141 glScissor_server_proc_t glScissor; member
Dgles1_server_context.cpp137 glScissor = (glScissor_server_proc_t) getProc("glScissor", userData); in initDispatchByName()
/hardware/google/gfxstream/host/tests/
DGLSnapshotPixelOperations_unittest.cpp107 gl->glScissor(GetParam()[0], GetParam()[1], GetParam()[2], in stateChange()
/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_server_context.h140 glScissor_server_proc_t glScissor; member
Dgles2_server_context.cpp109 glScissor = (glScissor_server_proc_t) getProc("glScissor", userData); in initDispatchByName()
/hardware/google/gfxstream/common/opengl/include/GLES/
Dgl.h720 GL_API void GL_APIENTRY glScissor (GLint x, GLint y, GLsizei width, GLsizei height);
/hardware/google/gfxstream/guest/mesa/include/GLES/
Dgl.h510 GL_API void GL_APIENTRY glScissor (GLint x, GLint y, GLsizei width, GLsizei height);
/hardware/google/gfxstream/include/GLES/
Dgl.h720 GL_API void GL_APIENTRY glScissor (GLint x, GLint y, GLsizei width, GLsizei height);
/hardware/google/gfxstream/include/GLES2/
Dgl2.h622 GL_APICALL void GL_APIENTRY glScissor (GLint x, GLint y, GLsizei width, GLsizei height);

123