Searched refs:glVertexAttribFormat (Results 1 – 13 of 13) sorted by relevance
/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 | wrap_gles.h | 899 #define glVertexAttribFormat wrap_glVertexAttribFormat macro
|
D | unwrap_gles.h | 899 #undef glVertexAttribFormat
|
/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 | 3193 glVertexAttribFormat( in android_glVertexAttribFormat__IIIZI()
|
/frameworks/native/opengl/libs/ |
D | entries.in | 880 GL_ENTRY(void, glVertexAttribFormat, GLuint attribindex, GLint size, GLenum type, GLboolean normali…
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 20740 method public static void glVertexAttribFormat(int, int, int, boolean, int);
|
/frameworks/base/api/ |
D | current.txt | 27252 method public static void glVertexAttribFormat(int, int, int, boolean, int);
|
D | system-current.txt | 29692 method public static void glVertexAttribFormat(int, int, int, boolean, int);
|
D | test-current.txt | 27321 method public static void glVertexAttribFormat(int, int, int, boolean, int);
|