Lines Matching full:relativeoffset
931 void API_ENTRY(glVertexAttribFormat)(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset) {
932 CALL_GL_API(glVertexAttribFormat, attribindex, size, type, normalized, relativeoffset);
934 void API_ENTRY(glVertexAttribIFormat)(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset) {
935 CALL_GL_API(glVertexAttribIFormat, attribindex, size, type, relativeoffset);