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

/frameworks/base/opengl/java/android/opengl/
H A DGLES30.java1015 // C function void glVertexAttribI4iv ( GLuint index, const GLint *v )
1017 public static native void glVertexAttribI4iv( method in class:GLES30
1023 // C function void glVertexAttribI4iv ( GLuint index, const GLint *v )
1025 public static native void glVertexAttribI4iv( method in class:GLES30
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto446 glVertexAttribI4iv = 420;
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES30.spec51 void glVertexAttribI4iv ( GLuint index, const GLint *v )
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h873 GL_APICALL void GL_APIENTRY glVertexAttribI4iv (GLuint index, const GLint *v);
H A Dgl31.h873 GL_APICALL void GL_APIENTRY glVertexAttribI4iv (GLuint index, const GLint *v);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1252 const GLMessage_Function GLMessage::glVertexAttribI4iv; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1600 static const Function glVertexAttribI4iv = GLMessage_Function_glVertexAttribI4iv; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp7826 glmsg.set_function(GLMessage::glVertexAttribI4iv);
7843 glContext->hooks->gl.glVertexAttribI4iv(index, v);
[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp2303 /* void glVertexAttribI4iv ( GLuint index, const GLint *v ) */
2331 glVertexAttribI4iv(
2346 /* void glVertexAttribI4iv ( GLuint index, const GLint *v ) */
2360 glVertexAttribI4iv(
5121 {"glVertexAttribI4iv", "(I[II)V", (void *) android_glVertexAttribI4iv__I_3II },
5122 {"glVertexAttribI4iv", "(ILjava/nio/IntBuffer;)V", (void *) android_glVertexAttribI4iv__ILjava_nio_IntBuffer_2 },

Completed in 168 milliseconds