Home
last modified time | relevance | path

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

/aosp12/frameworks/native/opengl/libs/
H A DlibGLESv3.map.txt100 glDispatchCompute; # introduced=21
H A Dentries.in189 GL_ENTRY(void, glDispatchCompute, GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z)
/aosp12/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES31.spec1 void glDispatchCompute ( GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z )
/aosp12/frameworks/base/opengl/java/android/opengl/
H A DGLES31.java211 public static native void glDispatchCompute( in glDispatchCompute() method in GLES31
/aosp12/frameworks/libs/native_bridge_support/libGLESv2/
H A Dstubs_arm.cc175 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDispatchCompute);
1023 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glDispatchCompute); in init_stub_library()
H A Dstubs_arm64.cc175 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDispatchCompute);
1023 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glDispatchCompute); in init_stub_library()
/aosp12/frameworks/libs/native_bridge_support/libGLESv3/
H A Dstubs_arm.cc175 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDispatchCompute);
1023 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glDispatchCompute); in init_stub_library()
H A Dstubs_arm64.cc175 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDispatchCompute);
1023 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glDispatchCompute); in init_stub_library()
/aosp12/frameworks/native/opengl/libs/GLES2/
H A 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);
/aosp12/frameworks/native/opengl/include/GLES3/
H A Dgl31.h1453 GL_APICALL void GL_APIENTRY glDispatchCompute (GLuint num_groups_x, GLuint num_groups_y, GLuint num…
H A Dgl32.h1453 GL_APICALL void GL_APIENTRY glDispatchCompute (GLuint num_groups_x, GLuint num_groups_y, GLuint num…
/aosp12/frameworks/base/core/jni/
H A Dandroid_opengl_GLES31.cpp425 glDispatchCompute( in android_glDispatchCompute__III()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt29705 method public static void glDispatchCompute(int, int, int);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt20651 method public static void glDispatchCompute(int, int, int);