Searched refs:glVertexAttribFormat (Results 1 – 15 of 15) sorted by relevance
/frameworks/native/opengl/libs/ |
D | libGLESv3.map.txt | 410 glVertexAttribFormat; # introduced=21
|
D | entries.in | 995 GL_ENTRY(void, glVertexAttribFormat, GLuint attribindex, GLint size, GLenum type, GLboolean normali…
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES31.spec | 65 void glVertexAttribFormat ( GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLui…
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES31.java | 1075 public static native void glVertexAttribFormat( in glVertexAttribFormat() method in GLES31
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 897 #define glVertexAttribFormat wrap_glVertexAttribFormat macro
|
D | gles_undefine.h | 896 #undef glVertexAttribFormat
|
D | gles_stubs.in | 931 void API_ENTRY(glVertexAttribFormat)(GLuint attribindex, GLint size, GLenum type, GLboolean normali… 932 CALL_GL_API(glVertexAttribFormat, attribindex, size, type, normalized, relativeoffset);
|
D | gles_decls.in | 311 GL_ENTRY(void, glVertexAttribFormat, GLuint attribindex, GLint size, GLenum type, GLboolean normali…
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2_api.in | 931 void API_ENTRY(glVertexAttribFormat)(GLuint attribindex, GLint size, GLenum type, GLboolean normali… 932 CALL_GL_API(glVertexAttribFormat, attribindex, size, type, normalized, relativeoffset);
|
/frameworks/native/opengl/include/GLES3/ |
D | gl31.h | 1517 GL_APICALL void GL_APIENTRY glVertexAttribFormat (GLuint attribindex, GLint size, GLenum type, GLbo…
|
D | gl32.h | 1517 GL_APICALL void GL_APIENTRY glVertexAttribFormat (GLuint attribindex, GLint size, GLenum type, GLbo…
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES31.cpp | 3645 glVertexAttribFormat( in android_glVertexAttribFormat__IIIZI()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 20740 method public static void glVertexAttribFormat(int, int, int, boolean, int);
|
/frameworks/base/config/ |
D | hiddenapi-public-dex.txt | 29623 Landroid/opengl/GLES31;->glVertexAttribFormat(IIIZI)V
|
/frameworks/base/api/ |
D | current.txt | 31169 method public static void glVertexAttribFormat(int, int, int, boolean, int);
|