Home
last modified time | relevance | path

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

/frameworks/native/opengl/tools/glgen/specs/gles11/
Dchecks.spec37 glDrawElementsBaseVertex check_AIOOBE indices count-basevertex
DGLES32.spec22 void glDrawElementsBaseVertex ( GLenum mode, GLsizei count, GLenum type, const void *indices, GLint…
/frameworks/native/opengl/libs/
DlibGLESv3.map.txt107 glDrawElementsBaseVertex; # introduced=24
Dentries.in203 GL_ENTRY(void, glDrawElementsBaseVertex, GLenum mode, GLsizei count, GLenum type, const void *indic…
/frameworks/base/opengl/java/android/opengl/
DGLES32.java467 public static native void glDrawElementsBaseVertex( in glDrawElementsBaseVertex() method in GLES32
/frameworks/libs/native_bridge_support/android_api/libGLESv3/
Dstubs_arm.cc189 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawElementsBaseVertex);
1037 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glDrawElementsBaseVertex); in init_stub_library()
Dstubs_riscv64.cc189 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawElementsBaseVertex);
1037 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glDrawElementsBaseVertex); in init_stub_library()
Dstubs_arm64.cc189 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawElementsBaseVertex);
1037 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glDrawElementsBaseVertex); in init_stub_library()
/frameworks/libs/native_bridge_support/android_api/libGLESv2/
Dstubs_arm.cc189 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawElementsBaseVertex);
1037 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glDrawElementsBaseVertex); in init_stub_library()
Dstubs_arm64.cc189 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawElementsBaseVertex);
1037 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glDrawElementsBaseVertex); in init_stub_library()
Dstubs_riscv64.cc189 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawElementsBaseVertex);
1037 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glDrawElementsBaseVertex); in init_stub_library()
/frameworks/native/opengl/libs/GLES2/
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);
/frameworks/base/core/jni/
Dandroid_opengl_GLES32.cpp857 glDrawElementsBaseVertex( in android_glDrawElementsBaseVertex__IIILjava_nio_Buffer_2I()
/frameworks/native/opengl/include/GLES3/
Dgl32.h1799 GL_APICALL void GL_APIENTRY glDrawElementsBaseVertex (GLenum mode, GLsizei count, GLenum type, cons…
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt32119 method public static void glDrawElementsBaseVertex(int, int, int, java.nio.Buffer, int);