Lines Matching refs:relativeoffset
5809 …ribindex, glw::GLint size, glw::GLenum type, glw::GLboolean normalized, glw::GLuint relativeoffset) argument
5812 … ", " << toHex(type) << ", " << getBooleanStr(normalized) << ", " << relativeoffset << ");" << Tes…
5813 m_gl.vertexArrayAttribFormat(vaobj, attribindex, size, type, normalized, relativeoffset);
5816 …uint vaobj, glw::GLuint attribindex, glw::GLint size, glw::GLenum type, glw::GLuint relativeoffset) argument
5819 …, " << attribindex << ", " << size << ", " << toHex(type) << ", " << relativeoffset << ");" << Tes…
5820 m_gl.vertexArrayAttribIFormat(vaobj, attribindex, size, type, relativeoffset);
5823 …uint vaobj, glw::GLuint attribindex, glw::GLint size, glw::GLenum type, glw::GLuint relativeoffset) argument
5826 …, " << attribindex << ", " << size << ", " << toHex(type) << ", " << relativeoffset << ");" << Tes…
5827 m_gl.vertexArrayAttribLFormat(vaobj, attribindex, size, type, relativeoffset);
5921 …ribindex, glw::GLint size, glw::GLenum type, glw::GLboolean normalized, glw::GLuint relativeoffset) argument
5924 … ", " << toHex(type) << ", " << getBooleanStr(normalized) << ", " << relativeoffset << ");" << Tes…
5925 m_gl.vertexArrayVertexAttribFormatEXT(vaobj, attribindex, size, type, normalized, relativeoffset);
5928 …uint vaobj, glw::GLuint attribindex, glw::GLint size, glw::GLenum type, glw::GLuint relativeoffset) argument
5931 …, " << attribindex << ", " << size << ", " << toHex(type) << ", " << relativeoffset << ");" << Tes…
5932 m_gl.vertexArrayVertexAttribIFormatEXT(vaobj, attribindex, size, type, relativeoffset);
5942 …uint vaobj, glw::GLuint attribindex, glw::GLint size, glw::GLenum type, glw::GLuint relativeoffset) argument
5945 …, " << attribindex << ", " << size << ", " << toHex(type) << ", " << relativeoffset << ");" << Tes…
5946 m_gl.vertexArrayVertexAttribLFormatEXT(vaobj, attribindex, size, type, relativeoffset);
6257 …ribindex, glw::GLint size, glw::GLenum type, glw::GLboolean normalized, glw::GLuint relativeoffset) argument
6260 … << getTypeStr(type) << ", " << getBooleanStr(normalized) << ", " << relativeoffset << ");" << Tes…
6261 m_gl.vertexAttribFormat(attribindex, size, type, normalized, relativeoffset);
6404 …ribIFormat (glw::GLuint attribindex, glw::GLint size, glw::GLenum type, glw::GLuint relativeoffset) argument
6407 …< attribindex << ", " << size << ", " << getTypeStr(type) << ", " << relativeoffset << ");" << Tes…
6408 m_gl.vertexAttribIFormat(attribindex, size, type, relativeoffset);
6474 …ribLFormat (glw::GLuint attribindex, glw::GLint size, glw::GLenum type, glw::GLuint relativeoffset) argument
6477 …t(" << attribindex << ", " << size << ", " << toHex(type) << ", " << relativeoffset << ");" << Tes…
6478 m_gl.vertexAttribLFormat(attribindex, size, type, relativeoffset);