Home
last modified time | relevance | path

Searched refs:glVertexAttribIFormat (Results 1 – 17 of 17) sorted by relevance

/frameworks/native/opengl/libs/
DlibGLESv3.map.txt415 glVertexAttribIFormat; # introduced=21
Dentries.in1000 GL_ENTRY(void, glVertexAttribIFormat, GLuint attribindex, GLint size, GLenum type, GLuint relativeo…
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES31.spec66 void glVertexAttribIFormat ( GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset )
/frameworks/base/opengl/java/android/opengl/
DGLES31.java1085 public static native void glVertexAttribIFormat( in glVertexAttribIFormat() method in GLES31
/frameworks/libs/native_bridge_support/android_api/libGLESv3/
Dstubs_arm.cc847 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glVertexAttribIFormat);
1695 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glVertexAttribIFormat); in init_stub_library()
Dstubs_riscv64.cc847 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glVertexAttribIFormat);
1695 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glVertexAttribIFormat); in init_stub_library()
Dstubs_arm64.cc847 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glVertexAttribIFormat);
1695 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glVertexAttribIFormat); in init_stub_library()
/frameworks/libs/native_bridge_support/android_api/libGLESv2/
Dstubs_arm.cc847 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glVertexAttribIFormat);
1695 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glVertexAttribIFormat); in init_stub_library()
Dstubs_arm64.cc847 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glVertexAttribIFormat);
1695 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glVertexAttribIFormat); in init_stub_library()
Dstubs_riscv64.cc847 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glVertexAttribIFormat);
1695 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glVertexAttribIFormat); in init_stub_library()
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in934 void API_ENTRY(glVertexAttribIFormat)(GLuint attribindex, GLint size, GLenum type, GLuint relativeo…
935 CALL_GL_API(glVertexAttribIFormat, attribindex, size, type, relativeoffset);
/frameworks/native/opengl/include/GLES3/
Dgl31.h1518 GL_APICALL void GL_APIENTRY glVertexAttribIFormat (GLuint attribindex, GLint size, GLenum type, GLu…
Dgl32.h1518 GL_APICALL void GL_APIENTRY glVertexAttribIFormat (GLuint attribindex, GLint size, GLenum type, GLu…
/frameworks/base/core/jni/
Dandroid_opengl_GLES31.cpp3627 glVertexAttribIFormat( in android_glVertexAttribIFormat__IIII()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt20741 method public static void glVertexAttribIFormat(int, int, int, int);
/frameworks/base/core/api/
Dcurrent.txt31674 method public static void glVertexAttribIFormat(int, int, int, int);