Lines Matching refs:posLocation
804 const glw::GLint posLocation = gl.getAttribLocation(m_program->getProgram(), "a_position");
808 TCU_CHECK(posLocation != -1);
848 gl.vertexAttribPointer(posLocation, 4, GL_FLOAT, GL_FALSE, (int)(VA_NUM_ATTRIB_VECS * sizeof(float[4])), (const float*)DE_NULL + 4 * VA_POS_VEC_NDX);
850 gl.enableVertexAttribArray(posLocation);
3608 const int posLocation = gl.getAttribLocation(m_program->getProgram(), "a_position");
3617 gl.enableVertexAttribArray(posLocation);
3618 gl.vertexAttribPointer(posLocation, 4, GL_FLOAT, GL_FALSE, 4 * (int)sizeof(float), NULL);
3798 const glw::GLint posLocation = gl.getAttribLocation(m_program->getProgram(), "a_position");
3808 TCU_CHECK(posLocation != -1);
3824 gl.vertexAttribPointer(posLocation, 4, GL_FLOAT, GL_FALSE, (int)(8 * sizeof(float)), (const float*)DE_NULL);
3826 gl.enableVertexAttribArray(posLocation);
4666 const glw::GLint posLocation = gl.getAttribLocation(m_program->getProgram(), "a_position");
4705 gl.vertexAttribPointer(posLocation, 4, GL_FLOAT, GL_FALSE, sizeof(float[4]), (const float*)DE_NULL);
4706 gl.enableVertexAttribArray(posLocation);