/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
D | glDispatchComputeIndirect.java | 3 public static native void glDispatchComputeIndirect(long indirect); in glDispatchComputeIndirect() method
|
D | glDispatchComputeIndirect.nativeReg | 1 {"glDispatchComputeIndirect", "(J)V", (void *) android_glDispatchComputeIndirect },
|
D | glDispatchComputeIndirect.cpp | 11 glDispatchComputeIndirect((GLintptr)indirect); in android_glDispatchComputeIndirect()
|
/frameworks/native/opengl/libs/ |
D | libGLESv3.map.txt | 101 glDispatchComputeIndirect; # introduced=21
|
D | entries.in | 190 GL_ENTRY(void, glDispatchComputeIndirect, GLintptr indirect)
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES31.spec | 2 void glDispatchComputeIndirect ( GLintptr indirect )
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES31.java | 219 public static native void glDispatchComputeIndirect(long indirect); in glDispatchComputeIndirect() method in GLES31
|
/frameworks/libs/native_bridge_support/android_api/libGLESv3/ |
D | stubs_arm.cc | 176 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDispatchComputeIndirect); 1024 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glDispatchComputeIndirect); in init_stub_library()
|
D | stubs_riscv64.cc | 176 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDispatchComputeIndirect); 1024 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glDispatchComputeIndirect); in init_stub_library()
|
D | stubs_arm64.cc | 176 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/ |
D | stubs_arm.cc | 176 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDispatchComputeIndirect); 1024 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glDispatchComputeIndirect); in init_stub_library()
|
D | stubs_arm64.cc | 176 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDispatchComputeIndirect); 1024 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glDispatchComputeIndirect); in init_stub_library()
|
D | stubs_riscv64.cc | 176 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDispatchComputeIndirect); 1024 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glDispatchComputeIndirect); in init_stub_library()
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2_api.in | 742 void API_ENTRY(glDispatchComputeIndirect)(GLintptr indirect) { 743 CALL_GL_API(glDispatchComputeIndirect, indirect);
|
/frameworks/native/opengl/include/GLES3/ |
D | gl31.h | 1454 GL_APICALL void GL_APIENTRY glDispatchComputeIndirect (GLintptr indirect);
|
D | gl32.h | 1454 GL_APICALL void GL_APIENTRY glDispatchComputeIndirect (GLintptr indirect);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES31.cpp | 443 glDispatchComputeIndirect((GLintptr)indirect); in android_glDispatchComputeIndirect()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 20652 method public static void glDispatchComputeIndirect(long);
|
/frameworks/base/core/api/ |
D | current.txt | 31585 method public static void glDispatchComputeIndirect(long);
|