Searched defs:glDispatchCompute (Results 1 - 2 of 2) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv2_enc/
H A Dgl2_client_context.h404 glDispatchCompute_client_proc_t glDispatchCompute; member in struct:gl2_client_context_t
H A 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) function
2813 ctx->glDispatchCompute(ctx, num_groups_x, num_groups_y, num_groups_z);

Completed in 14 milliseconds