Home | History | Annotate | Download | only in GLESv2_enc

Lines Matching defs:glVertexAttribFormat

403 glVertexAttribFormat(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset);
2834 void glVertexAttribFormat(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset)
2837 ctx->glVertexAttribFormat(ctx, attribindex, size, type, normalized, relativeoffset);