Home
last modified time | relevance | path

Searched refs:colLocation (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp841 const glw::GLint colLocation = gl.getAttribLocation(m_program->getProgram(), "a_color"); in setupRender() local
845 TCU_CHECK(colLocation != -1); in setupRender()
885 …gl.vertexAttribPointer(colLocation, 4, GL_FLOAT, GL_FALSE, (int)(VA_NUM_ATTRIB_VECS * sizeof(float… in setupRender()
887 gl.enableVertexAttribArray(colLocation); in setupRender()
3838 const glw::GLint colLocation = gl.getAttribLocation(m_program->getProgram(), "a_colorMix"); in iterate() local
3848 TCU_CHECK(colLocation != -1); in iterate()
3864 …gl.vertexAttribPointer(colLocation, 4, GL_FLOAT, GL_FALSE, (int)(8 * sizeof(float)), glu::BufferOf… in iterate()
3866 gl.enableVertexAttribArray(colLocation); in iterate()