Searched refs:num_groups_x (Results 1 – 3 of 3) sorted by relevance
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
D | gl2_entry.cpp | 399 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() argument 2813 ctx->glDispatchCompute(ctx, num_groups_x, num_groups_y, num_groups_z); in glDispatchCompute()
|
D | gl2_enc.cpp | 10497 void glDispatchCompute_enc(void *self , GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups… in glDispatchCompute_enc() argument 10515 memcpy(ptr, &num_groups_x, 4); ptr += 4; in glDispatchCompute_enc()
|
/device/generic/goldfish-opengl/system/include/GLES3/ |
D | gl31.h | 1110 GL_APICALL void GL_APIENTRY glDispatchCompute (GLuint num_groups_x, GLuint num_groups_y, GLuint num…
|