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::__anondd9addb00111::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::__anon3f9260370111::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::__anonca9f80f30111::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::__anonc49e99c00111::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::__anon9858808f0111::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.cpp165 glw::GLuint m_coordLoc; member in deqp::egl::__anonf525cf780111::GLES2Renderer
197 , m_coordLoc ((glw::GLuint)-1) in GLES2Renderer()
203 m_coordLoc = m_gl.getAttribLocation(m_glProgram.getProgram(), "a_pos"); in GLES2Renderer()
243 m_gl.enableVertexAttribArray(m_coordLoc); in render()
247 m_gl.vertexAttribPointer(m_coordLoc, 4, GL_FLOAT, GL_FALSE, 0, coords); in render()
254 m_gl.disableVertexAttribArray(m_coordLoc); in render()