Lines Matching refs:relativeoffset
6359 …nt vaobj, GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset) argument
6364 gl->vertexArrayAttribFormat(vaobj, attribindex, size, type, normalized, relativeoffset);
6367 …rayAttribIFormat (GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset) argument
6372 gl->vertexArrayAttribIFormat(vaobj, attribindex, size, type, relativeoffset);
6375 …rayAttribLFormat (GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset) argument
6380 gl->vertexArrayAttribLFormat(vaobj, attribindex, size, type, relativeoffset);
6487 …nt vaobj, GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset) argument
6492 gl->vertexArrayVertexAttribFormatEXT(vaobj, attribindex, size, type, normalized, relativeoffset);
6495 …AttribIFormatEXT (GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset) argument
6500 gl->vertexArrayVertexAttribIFormatEXT(vaobj, attribindex, size, type, relativeoffset);
6511 …AttribLFormatEXT (GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset) argument
6516 gl->vertexArrayVertexAttribLFormatEXT(vaobj, attribindex, size, type, relativeoffset);
6871 …ibFormat (GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset) argument
6876 gl->vertexAttribFormat(attribindex, size, type, normalized, relativeoffset);
7039 void glwVertexAttribIFormat (GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset) argument
7044 gl->vertexAttribIFormat(attribindex, size, type, relativeoffset);
7119 void glwVertexAttribLFormat (GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset) argument
7124 gl->vertexAttribLFormat(attribindex, size, type, relativeoffset);