/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | checks.spec | 37 glDrawElementsBaseVertex check_AIOOBE indices count-basevertex
|
D | GLES32.spec | 22 void glDrawElementsBaseVertex ( GLenum mode, GLsizei count, GLenum type, const void *indices, GLint…
|
/frameworks/native/opengl/libs/ |
D | libGLESv3.map.txt | 107 glDrawElementsBaseVertex; # introduced=24
|
D | entries.in | 203 GL_ENTRY(void, glDrawElementsBaseVertex, GLenum mode, GLsizei count, GLenum type, const void *indic…
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES32.java | 467 public static native void glDrawElementsBaseVertex( in glDrawElementsBaseVertex() method in GLES32
|
/frameworks/libs/native_bridge_support/android_api/libGLESv3/ |
D | stubs_arm.cc | 189 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawElementsBaseVertex); 1037 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glDrawElementsBaseVertex); in init_stub_library()
|
D | stubs_riscv64.cc | 189 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawElementsBaseVertex); 1037 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glDrawElementsBaseVertex); in init_stub_library()
|
D | stubs_arm64.cc | 189 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/ |
D | stubs_arm.cc | 189 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawElementsBaseVertex); 1037 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glDrawElementsBaseVertex); in init_stub_library()
|
D | stubs_arm64.cc | 189 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawElementsBaseVertex); 1037 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glDrawElementsBaseVertex); in init_stub_library()
|
D | stubs_riscv64.cc | 189 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawElementsBaseVertex); 1037 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glDrawElementsBaseVertex); in init_stub_library()
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2_api.in | 1006 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/ |
D | android_opengl_GLES32.cpp | 857 glDrawElementsBaseVertex( in android_glDrawElementsBaseVertex__IIILjava_nio_Buffer_2I()
|
/frameworks/native/opengl/include/GLES3/ |
D | gl32.h | 1799 GL_APICALL void GL_APIENTRY glDrawElementsBaseVertex (GLenum mode, GLsizei count, GLenum type, cons…
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/core/api/ |
D | current.txt | 32119 method public static void glDrawElementsBaseVertex(int, int, int, java.nio.Buffer, int);
|