Home
last modified time | relevance | path

Searched refs:num_groups_y (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES31.spec1 void glDispatchCompute ( GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z )
/frameworks/base/opengl/java/android/opengl/
DGLES31.java213 int num_groups_y, in glDispatchCompute() argument
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in739 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/
Dgl31.h1384 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…
Dgl32.h1384 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/
Dandroid_opengl_GLES31.cpp446 (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/
Dentries.in177 GL_ENTRY(void, glDispatchCompute, GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z)