Home
last modified time | relevance | path

Searched refs:glDispatchComputeIndirect (Results 1 – 18 of 18) sorted by relevance

/frameworks/native/opengl/tools/glgen/stubs/gles11/
DglDispatchComputeIndirect.java3 public static native void glDispatchComputeIndirect(long indirect); in glDispatchComputeIndirect() method
DglDispatchComputeIndirect.nativeReg1 {"glDispatchComputeIndirect", "(J)V", (void *) android_glDispatchComputeIndirect },
DglDispatchComputeIndirect.cpp11 glDispatchComputeIndirect((GLintptr)indirect); in android_glDispatchComputeIndirect()
/frameworks/native/opengl/libs/
DlibGLESv3.map.txt101 glDispatchComputeIndirect; # introduced=21
Dentries.in190 GL_ENTRY(void, glDispatchComputeIndirect, GLintptr indirect)
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES31.spec2 void glDispatchComputeIndirect ( GLintptr indirect )
/frameworks/base/opengl/java/android/opengl/
DGLES31.java219 public static native void glDispatchComputeIndirect(long indirect); in glDispatchComputeIndirect() method in GLES31
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h194 #define glDispatchComputeIndirect wrap_glDispatchComputeIndirect macro
Dgles_undefine.h194 #undef glDispatchComputeIndirect
Dgles_stubs.in742 void API_ENTRY(glDispatchComputeIndirect)(GLintptr indirect) {
743 CALL_GL_API(glDispatchComputeIndirect, indirect);
Dgles_decls.in248 GL_ENTRY(void, glDispatchComputeIndirect, GLintptr indirect)
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in742 void API_ENTRY(glDispatchComputeIndirect)(GLintptr indirect) {
743 CALL_GL_API(glDispatchComputeIndirect, indirect);
/frameworks/native/opengl/include/GLES3/
Dgl31.h1454 GL_APICALL void GL_APIENTRY glDispatchComputeIndirect (GLintptr indirect);
Dgl32.h1454 GL_APICALL void GL_APIENTRY glDispatchComputeIndirect (GLintptr indirect);
/frameworks/base/core/jni/
Dandroid_opengl_GLES31.cpp476 glDispatchComputeIndirect((GLintptr)indirect); in android_glDispatchComputeIndirect()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt20652 method public static void glDispatchComputeIndirect(long);
/frameworks/base/config/
Dhiddenapi-public-dex.txt29535 Landroid/opengl/GLES31;->glDispatchComputeIndirect(J)V
/frameworks/base/api/
Dcurrent.txt31081 method public static void glDispatchComputeIndirect(long);