/external/deqp/modules/egl/ |
D | teglPreservingSwapTests.cpp | 116 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()
|
D | teglBufferAgeTests.cpp | 216 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()
|
D | teglSwapBuffersWithDamageTests.cpp | 146 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()
|
D | teglPartialUpdateTests.cpp | 204 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()
|
D | teglGLES2SharedRenderingPerfTests.cpp | 135 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()
|
D | teglWideColorTests.cpp | 165 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()
|