Home
last modified time | relevance | path

Searched refs:glDispatchCompute (Results 1 – 15 of 15) sorted by relevance

/frameworks/native/opengl/libs/
DlibGLESv3.map.txt100 glDispatchCompute; # introduced=21
Dentries.in189 GL_ENTRY(void, glDispatchCompute, GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z)
/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/
Dgles_redefine.h193 #define glDispatchCompute wrap_glDispatchCompute macro
Dgles_undefine.h193 #undef glDispatchCompute
Dgles_stubs.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);
Dgles_decls.in247 GL_ENTRY(void, glDispatchCompute, GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z)
/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.cpp459 glDispatchCompute( in android_glDispatchCompute__III()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt20651 method public static void glDispatchCompute(int, int, int);
/frameworks/base/config/
Dhiddenapi-public-dex.txt29534 Landroid/opengl/GLES31;->glDispatchCompute(III)V
/frameworks/base/api/
Dcurrent.txt31080 method public static void glDispatchCompute(int, int, int);