/external/deqp/modules/egl/ |
D | teglPreservingSwapTests.cpp | 116 glw::GLuint m_coordLoc; member in deqp::egl::__anon797897c80111::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()
|
D | teglBufferAgeTests.cpp | 216 glw::GLuint m_coordLoc; member in deqp::egl::__anonb8d56b4f0111::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()
|
D | teglSwapBuffersWithDamageTests.cpp | 146 glw::GLuint m_coordLoc; member in deqp::egl::__anonc6b3f00b0111::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()
|
D | teglPartialUpdateTests.cpp | 204 glw::GLuint m_coordLoc; member in deqp::egl::__anonf02170d80111::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()
|
D | teglWideColorTests.cpp | 159 glw::GLuint m_coordLoc; member in deqp::egl::__anon6e68da900111::GLES2Renderer 191 , m_coordLoc ((glw::GLuint)-1) in GLES2Renderer() 197 m_coordLoc = m_gl.getAttribLocation(m_glProgram.getProgram(), "a_pos"); in GLES2Renderer() 237 m_gl.enableVertexAttribArray(m_coordLoc); in render() 241 m_gl.vertexAttribPointer(m_coordLoc, 4, GL_FLOAT, GL_FALSE, 0, coords); in render() 248 m_gl.disableVertexAttribArray(m_coordLoc); in render()
|
D | teglGLES2SharedRenderingPerfTests.cpp | 135 GLuint m_coordLoc; member in deqp::egl::__anon48d7b8a70111::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()
|