Home
last modified time | relevance | path

Searched refs:glDispatchCompute (Results 1 – 13 of 13) 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.java211 public static native void glDispatchCompute( in glDispatchCompute() method in GLES31
/frameworks/base/libs/hwui/debug/
Dwrap_gles.h196 #define glDispatchCompute wrap_glDispatchCompute macro
Dunwrap_gles.h196 #undef glDispatchCompute
/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.h1453 GL_APICALL void GL_APIENTRY glDispatchCompute (GLuint num_groups_x, GLuint num_groups_y, GLuint num…
Dgl32.h1453 GL_APICALL void GL_APIENTRY glDispatchCompute (GLuint num_groups_x, GLuint num_groups_y, GLuint num…
/frameworks/base/core/jni/
Dandroid_opengl_GLES31.cpp447 glDispatchCompute( 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)
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt20651 method public static void glDispatchCompute(int, int, int);
/frameworks/base/api/
Dcurrent.txt27163 method public static void glDispatchCompute(int, int, int);
Dsystem-current.txt29603 method public static void glDispatchCompute(int, int, int);
Dtest-current.txt27232 method public static void glDispatchCompute(int, int, int);