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

/frameworks/base/opengl/java/android/opengl/
H A DGLES30.java1038 // C function void glVertexAttribI4iv ( GLuint index, const GLint *v )
1040 public static native void glVertexAttribI4iv( method in class:GLES30
1046 // C function void glVertexAttribI4iv ( GLuint index, const GLint *v )
1048 public static native void glVertexAttribI4iv( method in class:GLES30
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES30.spec51 void glVertexAttribI4iv ( GLuint index, const GLint *v )
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h899 #define glVertexAttribI4iv wrap_glVertexAttribI4iv macro
H A Dgles_undefine.h898 #undef glVertexAttribI4iv macro
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp2743 /* void glVertexAttribI4iv ( GLuint index, const GLint *v ) */
2771 glVertexAttribI4iv(
2786 /* void glVertexAttribI4iv ( GLuint index, const GLint *v ) */
2809 glVertexAttribI4iv(
5991 {"glVertexAttribI4iv", "(I[II)V", (void *) android_glVertexAttribI4iv__I_3II },
5992 {"glVertexAttribI4iv", "(ILjava/nio/IntBuffer;)V", (void *) android_glVertexAttribI4iv__ILjava_nio_IntBuffer_2 },
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h1144 GL_APICALL void GL_APIENTRY glVertexAttribI4iv (GLuint index, const GLint *v);
H A Dgl31.h1146 GL_APICALL void GL_APIENTRY glVertexAttribI4iv (GLuint index, const GLint *v);
H A Dgl32.h1146 GL_APICALL void GL_APIENTRY glVertexAttribI4iv (GLuint index, const GLint *v);

Completed in 86 milliseconds