/external/deqp/modules/glshared/ |
D | glsFragmentOpUtil.cpp | 140 , m_colorLoc (-1) in QuadRenderer() 160 m_colorLoc = gl.getAttribLocation(m_program->getProgram(), "a_color"); in QuadRenderer() 165 if (m_positionLoc < 0 || m_colorLoc < 0 || (m_blendFuncExt && m_color1Loc < 0)) in QuadRenderer() 195 vertexArrays.push_back(glu::va::Float(m_colorLoc, 4, 4, 0, (const float*)&quad.color[0])); in render()
|
D | glsBufferTestUtil.cpp | 659 , m_colorLoc (0) in IndexArrayVerifier() 695 m_colorLoc = gl.getAttribLocation(m_program->getProgram(), "a_color"); in IndexArrayVerifier() 793 glEnableVertexAttribArray (m_colorLoc); in verify() 815 glVertexAttribPointer (m_colorLoc, 3, GL_FLOAT, GL_FALSE, 0, DE_NULL); in verify() 832 glVertexAttribPointer (m_colorLoc, 3, GL_FLOAT, GL_FALSE, 0, DE_NULL); in verify()
|
D | glsFragmentOpUtil.hpp | 80 int m_colorLoc; member in deqp::gls::FragmentOpUtil::QuadRenderer
|
D | glsBufferTestUtil.hpp | 276 deUint32 m_colorLoc; member in deqp::gls::BufferTestUtil::IndexArrayVerifier
|
/external/deqp/modules/egl/ |
D | teglPreservingSwapTests.cpp | 117 glw::GLuint m_colorLoc; member in deqp::egl::__anon6c44220e0111::GLES2Program 149 , m_colorLoc ((glw::GLuint)-1) in GLES2Program() 151 m_colorLoc = m_gl.getAttribLocation(m_glProgram.getProgram(), "a_color"); in GLES2Program() 190 m_gl.enableVertexAttribArray(m_colorLoc); in render() 194 m_gl.vertexAttribPointer(m_colorLoc, 4, GL_UNSIGNED_BYTE, GL_TRUE, 0, colors); in render() 201 m_gl.disableVertexAttribArray(m_colorLoc); in render()
|
D | teglBufferAgeTests.cpp | 217 glw::GLuint m_colorLoc; member in deqp::egl::__anonb749f1d50111::GLES2Renderer 247 , m_colorLoc ((glw::GLuint)-1) in GLES2Renderer() 249 m_colorLoc = m_gl.getAttribLocation(m_glProgram.getProgram(), "a_color"); in GLES2Renderer() 296 m_gl.enableVertexAttribArray(m_colorLoc); in render() 300 m_gl.vertexAttribPointer(m_colorLoc, 4, GL_UNSIGNED_BYTE, GL_TRUE, 0, colors); in render() 307 m_gl.disableVertexAttribArray(m_colorLoc); in render()
|
D | teglSwapBuffersWithDamageTests.cpp | 147 glw::GLuint m_colorLoc; member in deqp::egl::__anon5de06f910111::GLES2Renderer 177 , m_colorLoc ((glw::GLuint)-1) in GLES2Renderer() 179 m_colorLoc = m_gl.getAttribLocation(m_glProgram.getProgram(), "a_color"); in GLES2Renderer() 227 m_gl.enableVertexAttribArray(m_colorLoc); in render() 231 m_gl.vertexAttribPointer(m_colorLoc, 4, GL_UNSIGNED_BYTE, GL_TRUE, 0, colors); in render() 238 m_gl.disableVertexAttribArray(m_colorLoc); in render()
|
D | teglPartialUpdateTests.cpp | 205 glw::GLuint m_colorLoc; member in deqp::egl::__anon8ae1ca5e0111::GLES2Renderer 235 , m_colorLoc ((glw::GLuint)-1) in GLES2Renderer() 237 m_colorLoc = m_gl.getAttribLocation(m_glProgram.getProgram(), "a_color"); in GLES2Renderer() 285 m_gl.enableVertexAttribArray(m_colorLoc); in render() 289 m_gl.vertexAttribPointer(m_colorLoc, 4, GL_UNSIGNED_BYTE, GL_TRUE, 0, colors); in render() 296 m_gl.disableVertexAttribArray(m_colorLoc); in render()
|
D | teglWideColorTests.cpp | 166 glw::GLuint m_colorLoc; member in deqp::egl::__anon6cdd61160111::GLES2Renderer 198 , m_colorLoc ((glw::GLuint)-1) in GLES2Renderer() 202 m_colorLoc = m_gl.getAttribLocation(m_glProgram.getProgram(), "a_color"); in GLES2Renderer() 244 m_gl.enableVertexAttribArray(m_colorLoc); in render() 248 m_gl.vertexAttribPointer(m_colorLoc, 4, GL_FLOAT, GL_TRUE, 0, colors); in render() 255 m_gl.disableVertexAttribArray(m_colorLoc); in render()
|
D | teglRenderTests.cpp | 528 , m_colorLoc (0) in GLES2Program() 532 m_colorLoc = m_gl.getAttribLocation(m_program.getProgram(), "a_color"); in GLES2Program() 543 m_gl.enableVertexAttribArray(m_colorLoc); in setup() 548 int getColorLoc (void) const { return m_colorLoc; } in getColorLoc() 554 int m_colorLoc; member in deqp::egl::__anonf52beace0111::GLES2Program
|
/external/deqp/modules/gles2/functional/ |
D | es2fBufferTestUtil.cpp | 490 , m_colorLoc (0) in IndexArrayVerifier() 517 m_colorLoc = funcs.getAttribLocation(m_program->getProgram(), "a_color"); in IndexArrayVerifier() 603 glEnableVertexAttribArray (m_colorLoc); in verify() 619 glVertexAttribPointer (m_colorLoc, 3, GL_FLOAT, GL_FALSE, 0, &colors[0]); in verify() 629 glVertexAttribPointer (m_colorLoc, 3, GL_FLOAT, GL_FALSE, 0, &fetchedColor[0]); in verify()
|
D | es2fBufferTestUtil.hpp | 170 deUint32 m_colorLoc; member in deqp::gles2::Functional::BufferTestUtil::IndexArrayVerifier
|
/external/deqp/modules/gles3/performance/ |
D | es3pBufferDataUploadTests.cpp | 3948 int m_colorLoc; member in deqp::gles3::Performance::__anon56b097bd0111::RenderPerformanceTestBase 3955 , m_colorLoc (0) in RenderPerformanceTestBase() 3976 m_colorLoc = gl.getAttribLocation(m_renderProgram->getProgram(), "a_color"); in init() 3979 if (m_colorLoc == -1) in init() 3997 gl.enableVertexAttribArray(m_colorLoc); in setupVertexAttribs() 4000 …gl.vertexAttribPointer(m_colorLoc, 4, GL_FLOAT, GL_FALSE, (glw::GLsizei)(8 * sizeof(float)), gl… in setupVertexAttribs()
|