Home
last modified time | relevance | path

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

/aosp12/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglDrawElementsInstancedBaseVertex.nativeReg1 {"glDrawElementsInstancedBaseVertex", "(IIILjava/nio/Buffer;II)V", (void *) android_glDrawElementsI…
2 {"glDrawElementsInstancedBaseVertex", "(IIIIII)V", (void *) android_glDrawElementsInstancedBaseVert…
H A DglDrawElementsInstancedBaseVertex.java3 public static native void glDrawElementsInstancedBaseVertex( in glDrawElementsInstancedBaseVertex() method
14 public static native void glDrawElementsInstancedBaseVertex( in glDrawElementsInstancedBaseVertex() method
H A DglDrawElementsInstancedBaseVertex.cpp24 glDrawElementsInstancedBaseVertex( in android_glDrawElementsInstancedBaseVertex__IIILjava_nio_Buffer_2II()
43 glDrawElementsInstancedBaseVertex( in android_glDrawElementsInstancedBaseVertex__IIIIII()
/aosp12/frameworks/base/opengl/java/android/opengl/
H A DGLES32.java489 public static native void glDrawElementsInstancedBaseVertex( in glDrawElementsInstancedBaseVertex() method in GLES32
500 public static native void glDrawElementsInstancedBaseVertex( in glDrawElementsInstancedBaseVertex() method in GLES32
/aosp12/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES32.spec24 void glDrawElementsInstancedBaseVertex ( GLenum mode, GLsizei count, GLenum type, const void *indic…
/aosp12/frameworks/native/opengl/libs/
H A DlibGLESv3.map.txt110 glDrawElementsInstancedBaseVertex; # introduced=24
H A Dentries.in210 GL_ENTRY(void, glDrawElementsInstancedBaseVertex, GLenum mode, GLsizei count, GLenum type, const vo…
/aosp12/frameworks/libs/native_bridge_support/libGLESv2/
H A Dstubs_arm.cc196 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawElementsInstancedBaseVertex);
1044 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glDrawElementsInstancedBaseVertex); in init_stub_library()
H A Dstubs_arm64.cc196 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawElementsInstancedBaseVertex);
1044 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glDrawElementsInstancedBaseVertex); in init_stub_library()
/aosp12/frameworks/libs/native_bridge_support/libGLESv3/
H A Dstubs_arm.cc196 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawElementsInstancedBaseVertex);
1044 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glDrawElementsInstancedBaseVertex); in init_stub_library()
H A Dstubs_arm64.cc196 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawElementsInstancedBaseVertex);
1044 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glDrawElementsInstancedBaseVertex); in init_stub_library()
/aosp12/frameworks/base/core/jni/
H A Dandroid_opengl_GLES32.cpp944 glDrawElementsInstancedBaseVertex( in android_glDrawElementsInstancedBaseVertex__IIILjava_nio_Buffer_2II()
963 glDrawElementsInstancedBaseVertex( in android_glDrawElementsInstancedBaseVertex__IIIIII()
/aosp12/frameworks/native/opengl/libs/GLES2/
H A Dgl2_api.in1012 void API_ENTRY(glDrawElementsInstancedBaseVertex)(GLenum mode, GLsizei count, GLenum type, const vo…
1013 …CALL_GL_API(glDrawElementsInstancedBaseVertex, mode, count, type, indices, instancecount, basevert…
/aosp12/frameworks/native/opengl/include/GLES3/
H A Dgl32.h1801 GL_APICALL void GL_APIENTRY glDrawElementsInstancedBaseVertex (GLenum mode, GLsizei count, GLenum t…
/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.txt30241 …method public static void glDrawElementsInstancedBaseVertex(int, int, int, java.nio.Buffer, int, i…
30242 method public static void glDrawElementsInstancedBaseVertex(int, int, int, int, int, int);