Searched refs:glVertexAttribFormat (Results 1 - 7 of 7) sorted by relevance
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
H A D | GLES31.spec | 65 void glVertexAttribFormat ( GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset )
|
/frameworks/base/opengl/java/android/opengl/ |
H A D | GLES31.java | 1073 // C function void glVertexAttribFormat ( GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset ) 1075 public static native void glVertexAttribFormat( method in class:GLES31
|
/frameworks/base/libs/hwui/debug/ |
H A D | gles_redefine.h | 896 #define glVertexAttribFormat wrap_glVertexAttribFormat macro
|
H A D | gles_undefine.h | 896 #undef glVertexAttribFormat macro
|
/frameworks/base/core/jni/ |
H A D | android_opengl_GLES31.cpp | 3642 /* void glVertexAttribFormat ( GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset ) */ 3646 glVertexAttribFormat( 3786 {"glVertexAttribFormat", "(IIIZI)V", (void *) android_glVertexAttribFormat__IIIZI },
|
/frameworks/native/opengl/include/GLES3/ |
H A D | gl31.h | 1517 GL_APICALL void GL_APIENTRY glVertexAttribFormat (GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset);
|
H A D | gl32.h | 1517 GL_APICALL void GL_APIENTRY glVertexAttribFormat (GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset);
|
Completed in 116 milliseconds