Home
last modified time | relevance | path

Searched refs:glVertexAttribI4iv (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
DGLES30.java1032 public static native void glVertexAttribI4iv( in glVertexAttribI4iv() method in GLES30
1040 public static native void glVertexAttribI4iv( in glVertexAttribI4iv() method in GLES30
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES30.spec51 void glVertexAttribI4iv ( GLuint index, const GLint *v )
/frameworks/base/libs/hwui/debug/
Dwrap_gles.h901 #define glVertexAttribI4iv wrap_glVertexAttribI4iv macro
Dunwrap_gles.h901 #undef glVertexAttribI4iv
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in559 void API_ENTRY(glVertexAttribI4iv)(GLuint index, const GLint *v) {
560 CALL_GL_API(glVertexAttribI4iv, index, v);
/frameworks/base/core/jni/
Dandroid_opengl_GLES30.cpp2467 glVertexAttribI4iv( in android_glVertexAttribI4iv__I_3II()
2496 glVertexAttribI4iv( in android_glVertexAttribI4iv__ILjava_nio_IntBuffer_2()
/frameworks/native/opengl/include/GLES3/
Dgl3.h1146 GL_APICALL void GL_APIENTRY glVertexAttribI4iv (GLuint index, const GLint *v);
Dgl31.h1146 GL_APICALL void GL_APIENTRY glVertexAttribI4iv (GLuint index, const GLint *v);
Dgl32.h1146 GL_APICALL void GL_APIENTRY glVertexAttribI4iv (GLuint index, const GLint *v);
/frameworks/native/opengl/libs/
Dentries.in882 GL_ENTRY(void, glVertexAttribI4iv, GLuint index, const GLint *v)
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt20328 method public static void glVertexAttribI4iv(int, int[], int);
20329 method public static void glVertexAttribI4iv(int, java.nio.IntBuffer);
/frameworks/base/api/
Dcurrent.txt26840 method public static void glVertexAttribI4iv(int, int[], int);
26841 method public static void glVertexAttribI4iv(int, java.nio.IntBuffer);
Dsystem-current.txt29280 method public static void glVertexAttribI4iv(int, int[], int);
29281 method public static void glVertexAttribI4iv(int, java.nio.IntBuffer);
Dtest-current.txt26909 method public static void glVertexAttribI4iv(int, int[], int);
26910 method public static void glVertexAttribI4iv(int, java.nio.IntBuffer);