Lines Matching refs:m_coordLocation
695 glw::GLint m_coordLocation; member in deqp::egl::__anon80c5ce610111::InfiniteLoop
702 , m_coordLocation (0) in InfiniteLoop()
843 m_coordLocation = m_gl.getAttribLocation(program.getProgram(), "a_position"); in setup()
845 TCU_CHECK(m_coordLocation != (glw::GLint)-1); in setup()
852 GLU_CHECK_GLW_CALL(m_gl, enableVertexAttribArray(m_coordLocation)); in setup()
853 GLU_CHECK_GLW_CALL(m_gl, vertexAttribPointer(m_coordLocation, 2, GL_FLOAT, GL_FALSE, 0, DE_NULL)); in setup()
880 if (m_coordLocation) in teardown()
882 GLU_CHECK_GLW_CALL(m_gl, disableVertexAttribArray(m_coordLocation)); in teardown()
883 m_coordLocation = 0; in teardown()
921 glw::GLint m_coordLocation; member in deqp::egl::__anon80c5ce610111::FixedFunctionOOB
927 , m_coordLocation (0) in FixedFunctionOOB()
985 m_coordLocation = m_gl.getAttribLocation(program.getProgram(), "a_position"); in setup()
987 TCU_CHECK(m_coordLocation != (glw::GLint)-1); in setup()
994 GLU_CHECK_GLW_CALL(m_gl, enableVertexAttribArray(m_coordLocation)); in setup()
995 GLU_CHECK_GLW_CALL(m_gl, vertexAttribPointer(m_coordLocation, 2, GL_FLOAT, GL_FALSE, 0, DE_NULL)); in setup()
1012 if (m_coordLocation) in teardown()
1014 GLU_CHECK_GLW_CALL(m_gl, disableVertexAttribArray(m_coordLocation)); in teardown()
1015 m_coordLocation = 0; in teardown()
1041 glw::GLint m_coordLocation; member in deqp::egl::__anon80c5ce610111::ShadersOOB
1060 , m_coordLocation (0) in ShadersOOB()
1320 m_coordLocation = m_gl.getAttribLocation(program.getProgram(), "a_position"); in setup()
1322 TCU_CHECK(m_coordLocation != (glw::GLint)-1); in setup()
1329 GLU_CHECK_GLW_CALL(m_gl, enableVertexAttribArray(m_coordLocation)); in setup()
1330 GLU_CHECK_GLW_CALL(m_gl, vertexAttribPointer(m_coordLocation, 2, GL_FLOAT, GL_FALSE, 0, DE_NULL)); in setup()
1366 if (m_coordLocation) in teardown()
1368 GLU_CHECK_GLW_CALL(m_gl, disableVertexAttribArray(m_coordLocation)); in teardown()
1369 m_coordLocation = 0; in teardown()