Searched refs:num_groups_z (Results 1 – 7 of 7) sorted by relevance
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | gles31_only.entries | 5 void glDispatchCompute(GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z);
|
/device/google/cuttlefish_common/guest/libs/eglwrapper/ |
D | gles3_wrapper_entry.cpp | 399 void glDispatchCompute(GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z); 2773 void glDispatchCompute(GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z) in glDispatchCompute() argument 2776 ctx->glDispatchCompute( num_groups_x, num_groups_y, num_groups_z); in glDispatchCompute()
|
D | gles3.in | 522 GL_ENTRY(void, glDispatchCompute, GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z)
|
/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); 2823 void glDispatchCompute(GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z) in glDispatchCompute() argument 2826 ctx->glDispatchCompute(ctx, num_groups_x, num_groups_y, num_groups_z); in glDispatchCompute()
|
D | gl2_enc.cpp | 10499 …d glDispatchCompute_enc(void *self , GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z) in glDispatchCompute_enc() argument 10519 memcpy(ptr, &num_groups_z, 4); ptr += 4; in glDispatchCompute_enc()
|
/device/generic/goldfish-opengl/system/include/GLES3/ |
D | gl31.h | 1110 …void GL_APIENTRY glDispatchCompute (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z);
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/ |
D | gles3.in | 522 GL_ENTRY(void, glDispatchCompute, GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z)
|