Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/
DlibGLESv3.map.txt412 glVertexAttribI4iv;
Dentries.in997 GL_ENTRY(void, glVertexAttribI4iv, GLuint index, const GLint *v)
/frameworks/base/opengl/java/android/opengl/
DGLES30.java1040 public static native void glVertexAttribI4iv( in glVertexAttribI4iv() method in GLES30
1048 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/libs/native_bridge_support/libGLESv3/
Dstubs_arm.cc844 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glVertexAttribI4iv);
1692 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glVertexAttribI4iv); in init_stub_library()
Dstubs_arm64.cc844 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glVertexAttribI4iv);
1692 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glVertexAttribI4iv); in init_stub_library()
/frameworks/libs/native_bridge_support/libGLESv2/
Dstubs_arm64.cc844 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glVertexAttribI4iv);
1692 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glVertexAttribI4iv); in init_stub_library()
Dstubs_arm.cc844 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glVertexAttribI4iv);
1692 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glVertexAttribI4iv); in init_stub_library()
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h899 #define glVertexAttribI4iv wrap_glVertexAttribI4iv macro
Dgles_undefine.h898 #undef glVertexAttribI4iv
Dgles_stubs.in559 void API_ENTRY(glVertexAttribI4iv)(GLuint index, const GLint *v) {
560 CALL_GL_API(glVertexAttribI4iv, index, v);
Dgles_decls.in187 GL_ENTRY(void, glVertexAttribI4iv, GLuint index, const GLint *v)
/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/native/opengl/include/GLES3/
Dgl3.h1144 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/base/core/jni/
Dandroid_opengl_GLES30.cpp2737 glVertexAttribI4iv( in android_glVertexAttribI4iv__I_3II()
2775 glVertexAttribI4iv( in android_glVertexAttribI4iv__ILjava_nio_IntBuffer_2()
/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/non-updatable-api/
Dcurrent.txt33007 method public static void glVertexAttribI4iv(int, int[], int);
33008 method public static void glVertexAttribI4iv(int, java.nio.IntBuffer);
/frameworks/base/api/
Dcurrent.txt33151 method public static void glVertexAttribI4iv(int, int[], int);
33152 method public static void glVertexAttribI4iv(int, java.nio.IntBuffer);