/frameworks/native/opengl/libs/ |
D | libGLESv3.map.txt | 414 glVertexAttribI4uiv;
|
D | entries.in | 999 GL_ENTRY(void, glVertexAttribI4uiv, GLuint index, const GLuint *v)
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES30.java | 1055 public static native void glVertexAttribI4uiv( in glVertexAttribI4uiv() method in GLES30 1063 public static native void glVertexAttribI4uiv( in glVertexAttribI4uiv() method in GLES30
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES30.spec | 52 void glVertexAttribI4uiv ( GLuint index, const GLuint *v )
|
/frameworks/libs/native_bridge_support/android_api/libGLESv3/ |
D | stubs_arm.cc | 846 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glVertexAttribI4uiv); 1694 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glVertexAttribI4uiv); in init_stub_library()
|
D | stubs_riscv64.cc | 846 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glVertexAttribI4uiv); 1694 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glVertexAttribI4uiv); in init_stub_library()
|
D | stubs_arm64.cc | 846 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glVertexAttribI4uiv); 1694 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glVertexAttribI4uiv); in init_stub_library()
|
/frameworks/libs/native_bridge_support/android_api/libGLESv2/ |
D | stubs_arm.cc | 846 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glVertexAttribI4uiv); 1694 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glVertexAttribI4uiv); in init_stub_library()
|
D | stubs_arm64.cc | 846 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glVertexAttribI4uiv); 1694 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glVertexAttribI4uiv); in init_stub_library()
|
D | stubs_riscv64.cc | 846 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glVertexAttribI4uiv); 1694 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glVertexAttribI4uiv); in init_stub_library()
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2_api.in | 562 void API_ENTRY(glVertexAttribI4uiv)(GLuint index, const GLuint *v) { 563 CALL_GL_API(glVertexAttribI4uiv, index, v);
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 1145 GL_APICALL void GL_APIENTRY glVertexAttribI4uiv (GLuint index, const GLuint *v);
|
D | gl31.h | 1147 GL_APICALL void GL_APIENTRY glVertexAttribI4uiv (GLuint index, const GLuint *v);
|
D | gl32.h | 1147 GL_APICALL void GL_APIENTRY glVertexAttribI4uiv (GLuint index, const GLuint *v);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES30.cpp | 2818 glVertexAttribI4uiv( in android_glVertexAttribI4uiv__I_3II() 2856 glVertexAttribI4uiv( in android_glVertexAttribI4uiv__ILjava_nio_IntBuffer_2()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 20331 method public static void glVertexAttribI4uiv(int, int[], int); 20332 method public static void glVertexAttribI4uiv(int, java.nio.IntBuffer);
|
/frameworks/base/core/api/ |
D | current.txt | 31264 method public static void glVertexAttribI4uiv(int, int[], int); 31265 method public static void glVertexAttribI4uiv(int, java.nio.IntBuffer);
|