Searched refs:glVertexAttribI4iv (Results 1 – 14 of 14) sorted by relevance
/frameworks/base/opengl/java/android/opengl/ |
D | GLES30.java | 1032 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/ |
D | GLES30.spec | 51 void glVertexAttribI4iv ( GLuint index, const GLint *v )
|
/frameworks/base/libs/hwui/debug/ |
D | wrap_gles.h | 901 #define glVertexAttribI4iv wrap_glVertexAttribI4iv macro
|
D | unwrap_gles.h | 901 #undef glVertexAttribI4iv
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2_api.in | 559 void API_ENTRY(glVertexAttribI4iv)(GLuint index, const GLint *v) { 560 CALL_GL_API(glVertexAttribI4iv, index, v);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES30.cpp | 2467 glVertexAttribI4iv( in android_glVertexAttribI4iv__I_3II() 2496 glVertexAttribI4iv( in android_glVertexAttribI4iv__ILjava_nio_IntBuffer_2()
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 1146 GL_APICALL void GL_APIENTRY glVertexAttribI4iv (GLuint index, const GLint *v);
|
D | gl31.h | 1146 GL_APICALL void GL_APIENTRY glVertexAttribI4iv (GLuint index, const GLint *v);
|
D | gl32.h | 1146 GL_APICALL void GL_APIENTRY glVertexAttribI4iv (GLuint index, const GLint *v);
|
/frameworks/native/opengl/libs/ |
D | entries.in | 882 GL_ENTRY(void, glVertexAttribI4iv, GLuint index, const GLint *v)
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 20328 method public static void glVertexAttribI4iv(int, int[], int); 20329 method public static void glVertexAttribI4iv(int, java.nio.IntBuffer);
|
/frameworks/base/api/ |
D | current.txt | 26840 method public static void glVertexAttribI4iv(int, int[], int); 26841 method public static void glVertexAttribI4iv(int, java.nio.IntBuffer);
|
D | system-current.txt | 29280 method public static void glVertexAttribI4iv(int, int[], int); 29281 method public static void glVertexAttribI4iv(int, java.nio.IntBuffer);
|
D | test-current.txt | 26909 method public static void glVertexAttribI4iv(int, int[], int); 26910 method public static void glVertexAttribI4iv(int, java.nio.IntBuffer);
|