Home
last modified time | relevance | path

Searched refs:glDispatchComputeIndirect (Results 1 – 16 of 16) 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_undefine.h194 #undef glDispatchComputeIndirect
Dgles_redefine.h194 #define glDispatchComputeIndirect wrap_glDispatchComputeIndirect macro
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.cpp442 glDispatchComputeIndirect((GLintptr)indirect); in android_glDispatchComputeIndirect()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...