Lines Matching refs:offsetLoc
619 const int offsetLoc = gl.glGetAttribLocation(m_program->getProgram(), "a_offset"); in renderTo() local
639 gl.glEnableVertexAttribArray(offsetLoc); in renderTo()
643 gl.glVertexAttribFormat(offsetLoc, 4, GL_FLOAT, GL_FALSE, sizeof(tcu::Vec4)); in renderTo()
647 gl.glVertexAttribBinding(offsetLoc, colorOffsetBinding); in renderTo()
893 const int offsetLoc = gl.glGetAttribLocation(m_program->getProgram(), "a_offset"); in renderTo() local
921 …gl.glVertexAttribPointer(offsetLoc, 4, GL_FLOAT, GL_FALSE, glw::GLsizei(2 * sizeof(tcu::Vec4)), (d… in renderTo()
927 gl.glEnableVertexAttribArray(offsetLoc); in renderTo()
944 gl.glVertexAttribBinding(offsetLoc, colorLoc); in renderTo()
947 gl.glVertexAttribFormat(offsetLoc, 4, GL_FLOAT, GL_FALSE, sizeof(tcu::Vec4)); in renderTo()
954 gl.glEnableVertexAttribArray(offsetLoc); in renderTo()
970 …gl.glVertexAttribPointer(offsetLoc, 4, GL_FLOAT, GL_FALSE, glw::GLsizei(2 * sizeof(tcu::Vec4)), (d… in renderTo()
972 gl.glVertexAttribDivisor(offsetLoc, 1); in renderTo()
978 gl.glEnableVertexAttribArray(offsetLoc); in renderTo()