/frameworks/native/opengl/libs/ |
D | libGLESv3.map.txt | 100 glDispatchCompute; # introduced=21
|
D | entries.in | 189 GL_ENTRY(void, glDispatchCompute, GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z)
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES31.spec | 1 void glDispatchCompute ( GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z )
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES31.java | 211 public static native void glDispatchCompute( in glDispatchCompute() method in GLES31
|
/frameworks/libs/native_bridge_support/android_api/libGLESv3/ |
D | stubs_arm.cc | 175 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDispatchCompute); 1023 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glDispatchCompute); in init_stub_library()
|
D | stubs_riscv64.cc | 175 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDispatchCompute); 1023 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glDispatchCompute); in init_stub_library()
|
D | stubs_arm64.cc | 175 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDispatchCompute); 1023 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glDispatchCompute); in init_stub_library()
|
/frameworks/libs/native_bridge_support/android_api/libGLESv2/ |
D | stubs_arm.cc | 175 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDispatchCompute); 1023 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glDispatchCompute); in init_stub_library()
|
D | stubs_arm64.cc | 175 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDispatchCompute); 1023 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glDispatchCompute); in init_stub_library()
|
D | stubs_riscv64.cc | 175 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDispatchCompute); 1023 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glDispatchCompute); in init_stub_library()
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2_api.in | 739 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/ |
D | gl31.h | 1453 GL_APICALL void GL_APIENTRY glDispatchCompute (GLuint num_groups_x, GLuint num_groups_y, GLuint num…
|
D | gl32.h | 1453 GL_APICALL void GL_APIENTRY glDispatchCompute (GLuint num_groups_x, GLuint num_groups_y, GLuint num…
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES31.cpp | 426 glDispatchCompute( in android_glDispatchCompute__III()
|
/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 | 20651 method public static void glDispatchCompute(int, int, int);
|
/frameworks/base/core/api/ |
D | current.txt | 31584 method public static void glDispatchCompute(int, int, int);
|