Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/
DlibGLESv3.map.txt19 glBindVertexArray;
Dentries.in32 GL_ENTRY(void, glBindVertexArray, GLuint array)
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES30.spec34 void glBindVertexArray ( GLuint array )
/frameworks/base/opengl/java/android/opengl/
DGLES30.java789 public static native void glBindVertexArray( in glBindVertexArray() method in GLES30
/frameworks/libs/native_bridge_support/android_api/libGLESv3/
Dstubs_arm.cc46 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBindVertexArray);
894 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glBindVertexArray); in init_stub_library()
Dstubs_riscv64.cc46 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBindVertexArray);
894 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glBindVertexArray); in init_stub_library()
Dstubs_arm64.cc46 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBindVertexArray);
894 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glBindVertexArray); in init_stub_library()
/frameworks/libs/native_bridge_support/android_api/libGLESv2/
Dstubs_arm.cc46 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBindVertexArray);
894 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glBindVertexArray); in init_stub_library()
Dstubs_arm64.cc46 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBindVertexArray);
894 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glBindVertexArray); in init_stub_library()
Dstubs_riscv64.cc46 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBindVertexArray);
894 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glBindVertexArray); in init_stub_library()
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in511 void API_ENTRY(glBindVertexArray)(GLuint array) {
512 CALL_GL_API(glBindVertexArray, array);
/frameworks/native/opengl/include/GLES3/
Dgl3.h1128 GL_APICALL void GL_APIENTRY glBindVertexArray (GLuint array);
Dgl31.h1130 GL_APICALL void GL_APIENTRY glBindVertexArray (GLuint array);
Dgl32.h1130 GL_APICALL void GL_APIENTRY glBindVertexArray (GLuint array);
/frameworks/base/core/jni/
Dandroid_opengl_GLES30.cpp1785 glBindVertexArray( in android_glBindVertexArray__I()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt20181 method public static void glBindVertexArray(int);
/frameworks/base/core/api/
Dcurrent.txt31112 method public static void glBindVertexArray(int);