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

/frameworks/base/opengl/java/android/opengl/
H A DGLES30.java1030 // C function void glVertexAttribI4iv ( GLuint index, const GLint *v )
1032 public static native void glVertexAttribI4iv( method in class:GLES30
1038 // C function void glVertexAttribI4iv ( GLuint index, const GLint *v )
1040 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 Dunwrap_gles.h901 #undef glVertexAttribI4iv macro
H A Dwrap_gles.h901 #define glVertexAttribI4iv wrap_glVertexAttribI4iv macro
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp2439 /* void glVertexAttribI4iv ( GLuint index, const GLint *v ) */
2467 glVertexAttribI4iv(
2482 /* void glVertexAttribI4iv ( GLuint index, const GLint *v ) */
2496 glVertexAttribI4iv(
5263 {"glVertexAttribI4iv", "(I[II)V", (void *) android_glVertexAttribI4iv__I_3II },
5264 {"glVertexAttribI4iv", "(ILjava/nio/IntBuffer;)V", (void *) android_glVertexAttribI4iv__ILjava_nio_IntBuffer_2 },
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h1146 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 55 milliseconds