Home
last modified time | relevance | path

Searched refs:glDispatchComputeIndirect (Results 1 – 24 of 24) sorted by relevance

/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_ftable.h369 {"glDispatchComputeIndirect", (void*)glDispatchComputeIndirect},
Dgl2_client_context.h405 glDispatchComputeIndirect_client_proc_t glDispatchComputeIndirect; member
Dgl2_client_context.cpp405glDispatchComputeIndirect = (glDispatchComputeIndirect_client_proc_t) getProc("glDispatchComputeIn… in initDispatchByName()
Dgl2_entry.cpp400 void glDispatchComputeIndirect(GLintptr indirect);
2844 void glDispatchComputeIndirect(GLintptr indirect) in glDispatchComputeIndirect() function
2847 ctx->glDispatchComputeIndirect(ctx, indirect); in glDispatchComputeIndirect()
DGL2Encoder.cpp411 OVERRIDE(glDispatchComputeIndirect); in GL2Encoder()
Dgl2_enc.cpp13095 this->glDispatchComputeIndirect = &glDispatchComputeIndirect_enc; in gl2_encoder_context_t()
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles31_only_static_translator_namespaced_header.h64 GL_APICALL void GL_APIENTRY glDispatchComputeIndirect(GLintptr indirect);
Dgles31_only_functions.h64 X(void, glDispatchComputeIndirect, (GLintptr indirect), (indirect)) \
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv31Imp.cpp581 GL_APICALL void GL_APIENTRY glDispatchComputeIndirect(GLintptr indirect) { in glDispatchComputeIndirect() function
583 SET_ERROR_IF_DISPATCHER_NOT_SUPPORT(glDispatchComputeIndirect); in glDispatchComputeIndirect()
584 ctx->dispatcher().glDispatchComputeIndirect(indirect); in glDispatchComputeIndirect()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles31_only.entries78 void glDispatchComputeIndirect(GLintptr indirect);
Dgles31_only_dispatch_logging_wrappers.impl270 DISPATCH_DEBUG_LOG("glDispatchComputeIndirect(indirect:%ld)", indirect);
/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_server_context.h504 glDispatchComputeIndirect_server_proc_t glDispatchComputeIndirect; member
Dgles2_server_context.cpp405glDispatchComputeIndirect = (glDispatchComputeIndirect_server_proc_t) getProc("glDispatchComputeIn… in initDispatchByName()
Dgles2_dec.cpp8714 this->glDispatchComputeIndirect(var_indirect); in decode()
/hardware/google/gfxstream/include/GLES3/
Dgl31.h1111 GL_APICALL void GL_APIENTRY glDispatchComputeIndirect (GLintptr indirect);
Dgl32.h1433 GL_APICALL void GL_APIENTRY glDispatchComputeIndirect (GLintptr indirect);
/hardware/google/gfxstream/common/opengl/include/GLES3/
Dgl31.h1111 GL_APICALL void GL_APIENTRY glDispatchComputeIndirect (GLintptr indirect);
/hardware/google/gfxstream/codegen/gles2/
Dgles2.in532 GL_ENTRY(void, glDispatchComputeIndirect, GLintptr indirect)
/hardware/google/gfxstream/guest/mesa/include/GLES3/
Dgl31.h1433 GL_APICALL void GL_APIENTRY glDispatchComputeIndirect (GLintptr indirect);
Dgl32.h1433 GL_APICALL void GL_APIENTRY glDispatchComputeIndirect (GLintptr indirect);
/hardware/google/gfxstream/include/GL/
DGLcorearb.h2562 GLAPI void APIENTRY glDispatchComputeIndirect (GLintptr indirect);
/hardware/google/gfxstream/guest/mesa/include/GL/
Dglcorearb.h2508 GLAPI void APIENTRY glDispatchComputeIndirect (GLintptr indirect);
Dglext.h2457 GLAPI void APIENTRY glDispatchComputeIndirect (GLintptr indirect);
/hardware/google/gfxstream/host/apigen-codec-common/GL/
Dglext.h8613 GLAPI void APIENTRY glDispatchComputeIndirect (GLintptr indirect);