Home
last modified time | relevance | path

Searched refs:glDispatchComputeIndirect (Results 1 – 6 of 6) 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);
2816 void glDispatchComputeIndirect(GLintptr indirect) in glDispatchComputeIndirect() function
2819 ctx->glDispatchComputeIndirect(ctx, indirect); in glDispatchComputeIndirect()
Dgl2_enc.cpp11442 this->glDispatchComputeIndirect = &glDispatchComputeIndirect_enc; in gl2_encoder_context_t()
/device/generic/goldfish-opengl/system/include/GLES3/
Dgl31.h1111 GL_APICALL void GL_APIENTRY glDispatchComputeIndirect (GLintptr indirect);