Home
last modified time | relevance | path

Searched refs:glDrawElementsBaseVertex (Results 1 – 14 of 14) sorted by relevance

/aosp12/frameworks/native/opengl/tools/glgen/specs/gles11/
H A Dchecks.spec37 glDrawElementsBaseVertex check_AIOOBE indices count-basevertex
H A DGLES32.spec22 void glDrawElementsBaseVertex ( GLenum mode, GLsizei count, GLenum type, const void *indices, GLint…
/aosp12/frameworks/native/opengl/libs/
H A DlibGLESv3.map.txt107 glDrawElementsBaseVertex; # introduced=24
H A Dentries.in203 GL_ENTRY(void, glDrawElementsBaseVertex, GLenum mode, GLsizei count, GLenum type, const void *indic…
/aosp12/frameworks/base/opengl/java/android/opengl/
H A DGLES32.java467 public static native void glDrawElementsBaseVertex( in glDrawElementsBaseVertex() method in GLES32
/aosp12/frameworks/libs/native_bridge_support/libGLESv2/
H A Dstubs_arm.cc189 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawElementsBaseVertex);
1037 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glDrawElementsBaseVertex); in init_stub_library()
H A Dstubs_arm64.cc189 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawElementsBaseVertex);
1037 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glDrawElementsBaseVertex); in init_stub_library()
/aosp12/frameworks/libs/native_bridge_support/libGLESv3/
H A Dstubs_arm.cc189 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawElementsBaseVertex);
1037 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glDrawElementsBaseVertex); in init_stub_library()
H A Dstubs_arm64.cc189 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawElementsBaseVertex);
1037 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glDrawElementsBaseVertex); in init_stub_library()
/aosp12/frameworks/native/opengl/libs/GLES2/
H A Dgl2_api.in1006 void API_ENTRY(glDrawElementsBaseVertex)(GLenum mode, GLsizei count, GLenum type, const void *indic…
1007 CALL_GL_API(glDrawElementsBaseVertex, mode, count, type, indices, basevertex);
/aosp12/frameworks/base/core/jni/
H A Dandroid_opengl_GLES32.cpp856 glDrawElementsBaseVertex( in android_glDrawElementsBaseVertex__IIILjava_nio_Buffer_2I()
/aosp12/frameworks/native/opengl/include/GLES3/
H A Dgl32.h1799 GL_APICALL void GL_APIENTRY glDrawElementsBaseVertex (GLenum mode, GLsizei count, GLenum type, cons…
/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.txt30240 method public static void glDrawElementsBaseVertex(int, int, int, java.nio.Buffer, int);