Home
last modified time | relevance | path

Searched refs:num_groups_x (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv2_enc/
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() argument
2813 ctx->glDispatchCompute(ctx, num_groups_x, num_groups_y, num_groups_z); in glDispatchCompute()
Dgl2_enc.cpp10497 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/
Dgl31.h1110 GL_APICALL void GL_APIENTRY glDispatchCompute (GLuint num_groups_x, GLuint num_groups_y, GLuint num…