Home
last modified time | relevance | path

Searched refs:m_coordLoc (Results 1 – 6 of 6) 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()
DteglBufferAgeTests.cpp216 glw::GLuint m_coordLoc; member in deqp::egl::__anon2cf161500111::GLES2Renderer
246 , m_coordLoc ((glw::GLuint)-1) in GLES2Renderer()
250 m_coordLoc = m_gl.getAttribLocation(m_glProgram.getProgram(), "a_pos"); in GLES2Renderer()
295 m_gl.enableVertexAttribArray(m_coordLoc); in render()
299 m_gl.vertexAttribPointer(m_coordLoc, 4, GL_FLOAT, GL_FALSE, 0, coords); in render()
306 m_gl.disableVertexAttribArray(m_coordLoc); in render()
DteglSwapBuffersWithDamageTests.cpp146 glw::GLuint m_coordLoc; member in deqp::egl::__anonddcfef8c0111::GLES2Renderer
176 , m_coordLoc ((glw::GLuint)-1) in GLES2Renderer()
180 m_coordLoc = m_gl.getAttribLocation(m_glProgram.getProgram(), "a_pos"); in GLES2Renderer()
226 m_gl.enableVertexAttribArray(m_coordLoc); in render()
230 m_gl.vertexAttribPointer(m_coordLoc, 2, GL_FLOAT, GL_FALSE, 0, coords); in render()
237 m_gl.disableVertexAttribArray(m_coordLoc); in render()
DteglPartialUpdateTests.cpp204 glw::GLuint m_coordLoc; member in deqp::egl::__anon5d5a7f590111::GLES2Renderer
234 , m_coordLoc ((glw::GLuint)-1) in GLES2Renderer()
238 m_coordLoc = m_gl.getAttribLocation(m_glProgram.getProgram(), "a_pos"); in GLES2Renderer()
284 m_gl.enableVertexAttribArray(m_coordLoc); in render()
288 m_gl.vertexAttribPointer(m_coordLoc, 2, GL_FLOAT, GL_FALSE, 0, coords); in render()
295 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()
DteglWideColorTests.cpp164 glw::GLuint m_coordLoc; member in deqp::egl::__anone284d0910111::GLES2Renderer
196 , m_coordLoc ((glw::GLuint)-1) in GLES2Renderer()
202 m_coordLoc = m_gl.getAttribLocation(m_glProgram.getProgram(), "a_pos"); in GLES2Renderer()
242 m_gl.enableVertexAttribArray(m_coordLoc); in render()
246 m_gl.vertexAttribPointer(m_coordLoc, 4, GL_FLOAT, GL_FALSE, 0, coords); in render()
253 m_gl.disableVertexAttribArray(m_coordLoc); in render()