Home
last modified time | relevance | path

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

/aosp12/frameworks/native/opengl/libs/
H A DlibGLESv3.map.txt19 glBindVertexArray;
H A Dentries.in32 GL_ENTRY(void, glBindVertexArray, GLuint array)
/aosp12/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES30.spec34 void glBindVertexArray ( GLuint array )
/aosp12/frameworks/base/opengl/java/android/opengl/
H A DGLES30.java789 public static native void glBindVertexArray( in glBindVertexArray() method in GLES30
/aosp12/frameworks/libs/native_bridge_support/libGLESv2/
H A Dstubs_arm.cc46 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBindVertexArray);
894 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glBindVertexArray); in init_stub_library()
H A Dstubs_arm64.cc46 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBindVertexArray);
894 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glBindVertexArray); in init_stub_library()
/aosp12/frameworks/libs/native_bridge_support/libGLESv3/
H A Dstubs_arm.cc46 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBindVertexArray);
894 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glBindVertexArray); in init_stub_library()
H A Dstubs_arm64.cc46 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBindVertexArray);
894 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glBindVertexArray); in init_stub_library()
/aosp12/frameworks/native/opengl/libs/GLES2/
H A Dgl2_api.in511 void API_ENTRY(glBindVertexArray)(GLuint array) {
512 CALL_GL_API(glBindVertexArray, array);
/aosp12/frameworks/native/opengl/include/GLES3/
H A Dgl3.h1128 GL_APICALL void GL_APIENTRY glBindVertexArray (GLuint array);
H A Dgl31.h1130 GL_APICALL void GL_APIENTRY glBindVertexArray (GLuint array);
H A Dgl32.h1130 GL_APICALL void GL_APIENTRY glBindVertexArray (GLuint array);
/aosp12/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp1784 glBindVertexArray( in android_glBindVertexArray__I()
/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.txt29233 method public static void glBindVertexArray(int);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt20181 method public static void glBindVertexArray(int);