Lines Matching refs:relativeoffset
5324 GLuint relativeoffset) in glVertexAttribFormat() argument
5326 return GL_VertexAttribFormat(attribindex, size, type, normalized, relativeoffset); in glVertexAttribFormat()
5332 GLuint relativeoffset) in glVertexAttribIFormat() argument
5334 return GL_VertexAttribIFormat(attribindex, size, type, relativeoffset); in glVertexAttribIFormat()
5340 GLuint relativeoffset) in glVertexAttribLFormat() argument
5342 return GL_VertexAttribLFormat(attribindex, size, type, relativeoffset); in glVertexAttribLFormat()
6258 GLuint relativeoffset) in glVertexArrayAttribFormat() argument
6260 return GL_VertexArrayAttribFormat(vaobj, attribindex, size, type, normalized, relativeoffset); in glVertexArrayAttribFormat()
6267 GLuint relativeoffset) in glVertexArrayAttribIFormat() argument
6269 return GL_VertexArrayAttribIFormat(vaobj, attribindex, size, type, relativeoffset); in glVertexArrayAttribIFormat()
6276 GLuint relativeoffset) in glVertexArrayAttribLFormat() argument
6278 return GL_VertexArrayAttribLFormat(vaobj, attribindex, size, type, relativeoffset); in glVertexArrayAttribLFormat()