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

/frameworks/base/opengl/java/android/opengl/
H A DGLES30.java1030 // C function void glVertexAttribI4uiv ( GLuint index, const GLuint *v )
1032 public static native void glVertexAttribI4uiv( method in class:GLES30
1038 // C function void glVertexAttribI4uiv ( GLuint index, const GLuint *v )
1040 public static native void glVertexAttribI4uiv( method in class:GLES30
/frameworks/native/opengl/libs/GLES_trace/proto/
H A Dgltrace.proto449 glVertexAttribI4uiv = 421;
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES30.spec52 void glVertexAttribI4uiv ( GLuint index, const GLuint *v )
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h874 GL_APICALL void GL_APIENTRY glVertexAttribI4uiv (GLuint index, const GLuint *v);
H A Dgl31.h874 GL_APICALL void GL_APIENTRY glVertexAttribI4uiv (GLuint index, const GLuint *v);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp2491 /* void glVertexAttribI4uiv ( GLuint index, const GLuint *v ) */
2519 glVertexAttribI4uiv(
2534 /* void glVertexAttribI4uiv ( GLuint index, const GLuint *v ) */
2548 glVertexAttribI4uiv(
5243 {"glVertexAttribI4uiv", "(I[II)V", (void *) android_glVertexAttribI4uiv__I_3II },
5244 {"glVertexAttribI4uiv", "(ILjava/nio/IntBuffer;)V", (void *) android_glVertexAttribI4uiv__ILjava_nio_IntBuffer_2 },
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.cpp7861 glmsg.set_function(GLMessage::glVertexAttribI4uiv);
7878 glContext->hooks->gl.glVertexAttribI4uiv(index, v);
[all...]

Completed in 223 milliseconds