Searched refs:glDispatchCompute (Results 1 – 13 of 13) 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 | 211 public static native void glDispatchCompute( in glDispatchCompute() method in GLES31
|
/frameworks/base/libs/hwui/debug/ |
D | wrap_gles.h | 196 #define glDispatchCompute wrap_glDispatchCompute macro
|
D | unwrap_gles.h | 196 #undef glDispatchCompute
|
/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 | 1453 GL_APICALL void GL_APIENTRY glDispatchCompute (GLuint num_groups_x, GLuint num_groups_y, GLuint num…
|
D | gl32.h | 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 | 447 glDispatchCompute( 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)
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 20651 method public static void glDispatchCompute(int, int, int);
|
/frameworks/base/api/ |
D | current.txt | 27163 method public static void glDispatchCompute(int, int, int);
|
D | system-current.txt | 29603 method public static void glDispatchCompute(int, int, int);
|
D | test-current.txt | 27232 method public static void glDispatchCompute(int, int, int);
|