Home
last modified time | relevance | path

Searched refs:glGenVertexArrays (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
DGLES30.java802 public static native void glGenVertexArrays( in glGenVertexArrays() method in GLES30
810 public static native void glGenVertexArrays( in glGenVertexArrays() method in GLES30
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES30.spec36 void glGenVertexArrays ( GLsizei n, GLuint *arrays )
/frameworks/native/opengl/libs/GLES_trace/proto/
Dgltrace.proto434 glGenVertexArrays = 406; enumerator
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in517 void API_ENTRY(glGenVertexArrays)(GLsizei n, GLuint * arrays) {
518 CALL_GL_API(glGenVertexArrays, n, arrays);
/frameworks/native/opengl/include/GLES3/
Dgl3.h859 GL_APICALL void GL_APIENTRY glGenVertexArrays (GLsizei n, GLuint *arrays);
Dgl31.h859 GL_APICALL void GL_APIENTRY glGenVertexArrays (GLsizei n, GLuint *arrays);
/frameworks/base/core/jni/
Dandroid_opengl_GLES30.cpp1687 glGenVertexArrays( in android_glGenVertexArrays__I_3II()
1716 glGenVertexArrays( in android_glGenVertexArrays__ILjava_nio_IntBuffer_2()
/frameworks/native/opengl/libs/
Dentries.in237 GL_ENTRY(void, glGenVertexArrays, GLsizei n, GLuint * arrays)
Dtrace.in237 TRACE_GL_VOID(glGenVertexArrays, (GLsizei n, GLuint * arrays), (n, arrays), 2, "GLsizei", n, "GLuin…
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace_api.cpp7218 glmsg.set_function(GLMessage::glGenVertexArrays); in GLTrace_glGenVertexArrays()
7235 glContext->hooks->gl.glGenVertexArrays(n, arrays); in GLTrace_glGenVertexArrays()
/frameworks/base/api/
Dcurrent.txt21457 method public static void glGenVertexArrays(int, int[], int);
21458 method public static void glGenVertexArrays(int, java.nio.IntBuffer);
Dsystem-current.txt23401 method public static void glGenVertexArrays(int, int[], int);
23402 method public static void glGenVertexArrays(int, java.nio.IntBuffer);