Home
last modified time | relevance | path

Searched refs:glDrawElementsIndirect (Results 1 – 18 of 18) sorted by relevance

/aosp12/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglDrawElementsIndirect.java3 public static native void glDrawElementsIndirect(int mode, int type, long indirect); in glDrawElementsIndirect() method
H A DglDrawElementsIndirect.nativeReg1 {"glDrawElementsIndirect", "(IIJ)V", (void *) android_glDrawElementsIndirect },
H A DglDrawElementsIndirect.cpp10 glDrawElementsIndirect(mode, type, (const void*)indirect); in android_glDrawElementsIndirect()
/aosp12/frameworks/native/opengl/libs/
H A DlibGLESv3.map.txt108 glDrawElementsIndirect; # introduced=21
H A Dentries.in206 GL_ENTRY(void, glDrawElementsIndirect, GLenum mode, GLenum type, const void *indirect)
/aosp12/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES31.spec4 void glDrawElementsIndirect ( GLenum mode, GLenum type, const void *indirect )
/aosp12/frameworks/base/opengl/java/android/opengl/
H A DGLES31.java227 public static native void glDrawElementsIndirect(int mode, int type, long indirect); in glDrawElementsIndirect() method in GLES31
/aosp12/frameworks/libs/native_bridge_support/libGLESv2/
H A Dstubs_arm.cc192 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawElementsIndirect);
1040 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glDrawElementsIndirect); in init_stub_library()
H A Dstubs_arm64.cc192 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawElementsIndirect);
1040 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glDrawElementsIndirect); in init_stub_library()
/aosp12/frameworks/libs/native_bridge_support/libGLESv3/
H A Dstubs_arm.cc192 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawElementsIndirect);
1040 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glDrawElementsIndirect); in init_stub_library()
H A Dstubs_arm64.cc192 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawElementsIndirect);
1040 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glDrawElementsIndirect); in init_stub_library()
/aosp12/frameworks/native/opengl/libs/GLES2/
H A Dgl2_api.in748 void API_ENTRY(glDrawElementsIndirect)(GLenum mode, GLenum type, const void *indirect) {
749 CALL_GL_API(glDrawElementsIndirect, mode, type, indirect);
/aosp12/frameworks/native/opengl/include/GLES3/
H A Dgl31.h1456 GL_APICALL void GL_APIENTRY glDrawElementsIndirect (GLenum mode, GLenum type, const void *indirect);
H A Dgl32.h1456 GL_APICALL void GL_APIENTRY glDrawElementsIndirect (GLenum mode, GLenum type, const void *indirect);
/aosp12/frameworks/base/core/jni/
H A Dandroid_opengl_GLES31.cpp466 glDrawElementsIndirect(mode, type, (const void*)indirect); in android_glDrawElementsIndirect()
/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.txt29708 method public static void glDrawElementsIndirect(int, int, long);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt20654 method public static void glDrawElementsIndirect(int, int, long);