Home
last modified time | relevance | path

Searched refs:glVertexBindingDivisor (Results 1 – 15 of 15) sorted by relevance

/aosp12/frameworks/native/opengl/libs/
H A DlibGLESv3.map.txt418 glVertexBindingDivisor; # introduced=21
H A Dentries.in1003 GL_ENTRY(void, glVertexBindingDivisor, GLuint bindingindex, GLuint divisor)
/aosp12/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES31.spec68 void glVertexBindingDivisor ( GLuint bindingindex, GLuint divisor )
/aosp12/frameworks/base/opengl/java/android/opengl/
H A DGLES31.java1101 public static native void glVertexBindingDivisor( in glVertexBindingDivisor() method in GLES31
/aosp12/frameworks/libs/native_bridge_support/libGLESv2/
H A Dstubs_arm.cc850 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glVertexBindingDivisor);
1698 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glVertexBindingDivisor); in init_stub_library()
H A Dstubs_arm64.cc850 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glVertexBindingDivisor);
1698 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glVertexBindingDivisor); in init_stub_library()
/aosp12/frameworks/libs/native_bridge_support/libGLESv3/
H A Dstubs_arm.cc850 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glVertexBindingDivisor);
1698 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glVertexBindingDivisor); in init_stub_library()
H A Dstubs_arm64.cc850 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glVertexBindingDivisor);
1698 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glVertexBindingDivisor); in init_stub_library()
/aosp12/frameworks/native/opengl/libs/GLES2/
H A Dgl2_api.in940 void API_ENTRY(glVertexBindingDivisor)(GLuint bindingindex, GLuint divisor) {
941 CALL_GL_API(glVertexBindingDivisor, bindingindex, divisor);
/aosp12/frameworks/native/opengl/include/GLES3/
H A Dgl31.h1520 GL_APICALL void GL_APIENTRY glVertexBindingDivisor (GLuint bindingindex, GLuint divisor);
H A Dgl32.h1520 GL_APICALL void GL_APIENTRY glVertexBindingDivisor (GLuint bindingindex, GLuint divisor);
/aosp12/frameworks/base/core/jni/
H A Dandroid_opengl_GLES31.cpp3648 glVertexBindingDivisor( in android_glVertexBindingDivisor__II()
/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.txt29796 method public static void glVertexBindingDivisor(int, int);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt20742 method public static void glVertexBindingDivisor(int, int);