Searched refs:num_groups_y (Results 1 – 7 of 7) sorted by relevance
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES31.spec | 1 void glDispatchCompute ( GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z )
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES31.java | 213 int num_groups_y, in glDispatchCompute() argument
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2_api.in | 739 void API_ENTRY(glDispatchCompute)(GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z) { 740 CALL_GL_API(glDispatchCompute, num_groups_x, num_groups_y, num_groups_z);
|
/frameworks/native/opengl/include/GLES3/ |
D | gl31.h | 1384 typedef void (GL_APIENTRYP PFNGLDISPATCHCOMPUTEPROC) (GLuint num_groups_x, GLuint num_groups_y, GLu… 1453 GL_APICALL void GL_APIENTRY glDispatchCompute (GLuint num_groups_x, GLuint num_groups_y, GLuint num…
|
D | gl32.h | 1384 typedef void (GL_APIENTRYP PFNGLDISPATCHCOMPUTEPROC) (GLuint num_groups_x, GLuint num_groups_y, GLu… 1453 GL_APICALL void GL_APIENTRY glDispatchCompute (GLuint num_groups_x, GLuint num_groups_y, GLuint num…
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES31.cpp | 446 (JNIEnv *_env, jobject _this, jint num_groups_x, jint num_groups_y, jint num_groups_z) { in android_glDispatchCompute__III() argument 449 (GLuint)num_groups_y, in android_glDispatchCompute__III()
|
/frameworks/native/opengl/libs/ |
D | entries.in | 177 GL_ENTRY(void, glDispatchCompute, GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z)
|