Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/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);
2829 void glDispatchComputeIndirect(GLintptr indirect) in glDispatchComputeIndirect() function
2832 ctx->glDispatchComputeIndirect(ctx, indirect); in glDispatchComputeIndirect()
Dgl2_enc.cpp11884 this->glDispatchComputeIndirect = &glDispatchComputeIndirect_enc; in gl2_encoder_context_t()
/device/google/cuttlefish_common/guest/libs/eglwrapper/
Dgles3.lds101 glDispatchComputeIndirect;
Dgles3_wrapper_context.h405 glDispatchComputeIndirect_wrapper_proc_t glDispatchComputeIndirect; member
Dgles3_wrapper_context.cpp405glDispatchComputeIndirect = (glDispatchComputeIndirect_wrapper_proc_t) getProc("glDispatchComputeI… in initDispatchByName()
Dgles3_wrapper_entry.cpp400 void glDispatchComputeIndirect(GLintptr indirect);
2779 void glDispatchComputeIndirect(GLintptr indirect) in glDispatchComputeIndirect() function
2782 ctx->glDispatchComputeIndirect( indirect); in glDispatchComputeIndirect()
Dgles3.in528 GL_ENTRY(void, glDispatchComputeIndirect, GLintptr indirect)
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/
Dgles31_only.entries6 void glDispatchComputeIndirect(GLintptr indirect);
/device/generic/goldfish-opengl/system/include/GLES3/
Dgl31.h1111 GL_APICALL void GL_APIENTRY glDispatchComputeIndirect (GLintptr indirect);
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/
Dgles3.in528 GL_ENTRY(void, glDispatchComputeIndirect, GLintptr indirect)