Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglPreservingSwapTests.cpp116 glw::GLuint m_coordLoc; member in deqp::egl::__anon8dd376690111::GLES2Program
148 , m_coordLoc ((glw::GLuint)-1) in GLES2Program()
152 m_coordLoc = m_gl.getAttribLocation(m_glProgram.getProgram(), "a_pos"); in GLES2Program()
189 m_gl.enableVertexAttribArray(m_coordLoc); in render()
193 m_gl.vertexAttribPointer(m_coordLoc, 4, GL_FLOAT, GL_FALSE, 0, coords); in render()
200 m_gl.disableVertexAttribArray(m_coordLoc); in render()
DteglGLES2SharedRenderingPerfTests.cpp135 GLuint m_coordLoc; member in deqp::egl::__anon5a2e14880111::TestContext
583 m_coordLoc = m_gl.getAttribLocation(m_program, "a_coord"); in TestContext()
669 m_gl.enableVertexAttribArray(m_coordLoc); in render()
674 m_gl.vertexAttribPointer(m_coordLoc, 2, GL_FLOAT, GL_FALSE, 0, 0); in render()
678 m_gl.vertexAttribPointer(m_coordLoc, 2, GL_FLOAT, GL_FALSE, 0, &(m_coordData[0])); in render()
703 m_gl.disableVertexAttribArray(m_coordLoc); in render()