Home
last modified time | relevance | path

Searched refs:glDispatchCompute (Results 1 – 17 of 17) sorted by relevance

/frameworks/native/opengl/libs/
DlibGLESv3.map.txt100 glDispatchCompute; # introduced=21
Dentries.in189 GL_ENTRY(void, glDispatchCompute, GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z)
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES31.spec1 void glDispatchCompute ( GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z )
/frameworks/base/opengl/java/android/opengl/
DGLES31.java211 public static native void glDispatchCompute( in glDispatchCompute() method in GLES31
/frameworks/libs/native_bridge_support/android_api/libGLESv3/
Dstubs_arm.cc175 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDispatchCompute);
1023 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glDispatchCompute); in init_stub_library()
Dstubs_riscv64.cc175 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDispatchCompute);
1023 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glDispatchCompute); in init_stub_library()
Dstubs_arm64.cc175 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/
Dstubs_arm.cc175 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDispatchCompute);
1023 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glDispatchCompute); in init_stub_library()
Dstubs_arm64.cc175 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDispatchCompute);
1023 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glDispatchCompute); in init_stub_library()
Dstubs_riscv64.cc175 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDispatchCompute);
1023 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glDispatchCompute); in init_stub_library()
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in739 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/
Dgl31.h1453 GL_APICALL void GL_APIENTRY glDispatchCompute (GLuint num_groups_x, GLuint num_groups_y, GLuint num…
Dgl32.h1453 GL_APICALL void GL_APIENTRY glDispatchCompute (GLuint num_groups_x, GLuint num_groups_y, GLuint num…
/frameworks/base/core/jni/
Dandroid_opengl_GLES31.cpp426 glDispatchCompute( in android_glDispatchCompute__III()
/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.txt20651 method public static void glDispatchCompute(int, int, int);
/frameworks/base/core/api/
Dcurrent.txt31584 method public static void glDispatchCompute(int, int, int);