Searched refs:glBindVertexArray (Results 1 - 9 of 9) sorted by relevance

/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto430 glBindVertexArray = 404;
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES30.spec34 void glBindVertexArray ( GLuint array )
/frameworks/base/opengl/java/android/opengl/
H A DGLES30.java779 // C function void glBindVertexArray ( GLuint array )
781 public static native void glBindVertexArray( method in class:GLES30
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h857 GL_APICALL void GL_APIENTRY glBindVertexArray (GLuint array);
H A Dgl31.h857 GL_APICALL void GL_APIENTRY glBindVertexArray (GLuint array);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1236 const GLMessage_Function GLMessage::glBindVertexArray; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1584 static const Function glBindVertexArray = GLMessage_Function_glBindVertexArray; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp7155 glmsg.set_function(GLMessage::glBindVertexArray);
7166 glContext->hooks->gl.glBindVertexArray(array);
[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp1466 /* void glBindVertexArray ( GLuint array ) */
1470 glBindVertexArray(
5096 {"glBindVertexArray", "(I)V", (void *) android_glBindVertexArray__I },

Completed in 179 milliseconds