Searched refs:glGenVertexArrays (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
H A DGLES30.java800 // C function void glGenVertexArrays ( GLsizei n, GLuint *arrays )
802 public static native void glGenVertexArrays( method in class:GLES30
808 // C function void glGenVertexArrays ( GLsizei n, GLuint *arrays )
810 public static native void glGenVertexArrays( method in class:GLES30
/frameworks/native/opengl/libs/GLES_trace/proto/
H A Dgltrace.proto434 glGenVertexArrays = 406;
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES30.spec36 void glGenVertexArrays ( GLsizei n, GLuint *arrays )
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h859 GL_APICALL void GL_APIENTRY glGenVertexArrays (GLsizei n, GLuint *arrays);
H A Dgl31.h859 GL_APICALL void GL_APIENTRY glGenVertexArrays (GLsizei n, GLuint *arrays);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp1659 /* void glGenVertexArrays ( GLsizei n, GLuint *arrays ) */
1687 glGenVertexArrays(
1702 /* void glGenVertexArrays ( GLsizei n, GLuint *arrays ) */
1716 glGenVertexArrays(
5219 {"glGenVertexArrays", "(I[II)V", (void *) android_glGenVertexArrays__I_3II },
5220 {"glGenVertexArrays", "(ILjava/nio/IntBuffer;)V", (void *) android_glGenVertexArrays__ILjava_nio_IntBuffer_2 },
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.cpp7218 glmsg.set_function(GLMessage::glGenVertexArrays);
7235 glContext->hooks->gl.glGenVertexArrays(n, arrays);
[all...]

Completed in 101 milliseconds