Home
last modified time | relevance | path

Searched refs:glDispatchCompute (Results 1 – 6 of 6) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_ftable.h368 {"glDispatchCompute", (void*)glDispatchCompute},
Dgl2_client_context.h404 glDispatchCompute_client_proc_t glDispatchCompute; member
Dgl2_client_context.cpp404 glDispatchCompute = (glDispatchCompute_client_proc_t) getProc("glDispatchCompute", userData); in initDispatchByName()
Dgl2_entry.cpp399 void glDispatchCompute(GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z);
2810 void glDispatchCompute(GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z) in glDispatchCompute() function
2813 ctx->glDispatchCompute(ctx, num_groups_x, num_groups_y, num_groups_z); in glDispatchCompute()
Dgl2_enc.cpp11441 this->glDispatchCompute = &glDispatchCompute_enc; in gl2_encoder_context_t()
/device/generic/goldfish-opengl/system/include/GLES3/
Dgl31.h1110 GL_APICALL void GL_APIENTRY glDispatchCompute (GLuint num_groups_x, GLuint num_groups_y, GLuint num…