Home
last modified time | relevance | path

Searched refs:glDispatchComputeIndirect (Results 1 – 20 of 20) 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/libs/native_bridge_support/android_api/libGLESv3/
Dstubs_arm.cc176 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDispatchComputeIndirect);
1024 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glDispatchComputeIndirect); in init_stub_library()
Dstubs_riscv64.cc176 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDispatchComputeIndirect);
1024 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glDispatchComputeIndirect); in init_stub_library()
Dstubs_arm64.cc176 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDispatchComputeIndirect);
1024 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glDispatchComputeIndirect); in init_stub_library()
/frameworks/libs/native_bridge_support/android_api/libGLESv2/
Dstubs_arm.cc176 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDispatchComputeIndirect);
1024 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glDispatchComputeIndirect); in init_stub_library()
Dstubs_arm64.cc176 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDispatchComputeIndirect);
1024 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glDispatchComputeIndirect); in init_stub_library()
Dstubs_riscv64.cc176 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDispatchComputeIndirect);
1024 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glDispatchComputeIndirect); in init_stub_library()
/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.cpp443 glDispatchComputeIndirect((GLintptr)indirect); in android_glDispatchComputeIndirect()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt20652 method public static void glDispatchComputeIndirect(long);
/frameworks/base/core/api/
Dcurrent.txt31585 method public static void glDispatchComputeIndirect(long);