HomeSort by relevance Sort by last modified time
    Searched refs:m_colorLoc (Results 1 - 13 of 13) sorted by null

  /external/deqp/modules/glshared/
glsFragmentOpUtil.cpp 140 , m_colorLoc (-1)
160 m_colorLoc = gl.getAttribLocation(m_program->getProgram(), "a_color");
165 if (m_positionLoc < 0 || m_colorLoc < 0 || (m_blendFuncExt && m_color1Loc < 0))
195 vertexArrays.push_back(glu::va::Float(m_colorLoc, 4, 4, 0, (const float*)&quad.color[0]));
glsFragmentOpUtil.hpp 80 int m_colorLoc;
glsBufferTestUtil.cpp 659 , m_colorLoc (0)
695 m_colorLoc = gl.getAttribLocation(m_program->getProgram(), "a_color");
793 glEnableVertexAttribArray (m_colorLoc);
815 glVertexAttribPointer (m_colorLoc, 3, GL_FLOAT, GL_FALSE, 0, DE_NULL);
832 glVertexAttribPointer (m_colorLoc, 3, GL_FLOAT, GL_FALSE, 0, DE_NULL);
glsBufferTestUtil.hpp 276 deUint32 m_colorLoc;
  /external/deqp/modules/egl/
teglPreservingSwapTests.cpp 117 glw::GLuint m_colorLoc;
149 , m_colorLoc ((glw::GLuint)-1)
151 m_colorLoc = m_gl.getAttribLocation(m_glProgram.getProgram(), "a_color");
190 m_gl.enableVertexAttribArray(m_colorLoc);
194 m_gl.vertexAttribPointer(m_colorLoc, 4, GL_UNSIGNED_BYTE, GL_TRUE, 0, colors);
201 m_gl.disableVertexAttribArray(m_colorLoc);
teglBufferAgeTests.cpp 217 glw::GLuint m_colorLoc;
247 , m_colorLoc ((glw::GLuint)-1)
249 m_colorLoc = m_gl.getAttribLocation(m_glProgram.getProgram(), "a_color");
296 m_gl.enableVertexAttribArray(m_colorLoc);
300 m_gl.vertexAttribPointer(m_colorLoc, 4, GL_UNSIGNED_BYTE, GL_TRUE, 0, colors);
307 m_gl.disableVertexAttribArray(m_colorLoc);
teglPartialUpdateTests.cpp 205 glw::GLuint m_colorLoc;
235 , m_colorLoc ((glw::GLuint)-1)
237 m_colorLoc = m_gl.getAttribLocation(m_glProgram.getProgram(), "a_color");
285 m_gl.enableVertexAttribArray(m_colorLoc);
289 m_gl.vertexAttribPointer(m_colorLoc, 4, GL_UNSIGNED_BYTE, GL_TRUE, 0, colors);
296 m_gl.disableVertexAttribArray(m_colorLoc);
teglSwapBuffersWithDamageTests.cpp 147 glw::GLuint m_colorLoc;
177 , m_colorLoc ((glw::GLuint)-1)
179 m_colorLoc = m_gl.getAttribLocation(m_glProgram.getProgram(), "a_color");
227 m_gl.enableVertexAttribArray(m_colorLoc);
231 m_gl.vertexAttribPointer(m_colorLoc, 4, GL_UNSIGNED_BYTE, GL_TRUE, 0, colors);
238 m_gl.disableVertexAttribArray(m_colorLoc);
teglRenderTests.cpp 522 , m_colorLoc (0)
526 m_colorLoc = m_gl.getAttribLocation(m_program.getProgram(), "a_color");
537 m_gl.enableVertexAttribArray(m_colorLoc);
542 int getColorLoc (void) const { return m_colorLoc; }
548 int m_colorLoc;
    [all...]
teglWideColorTests.cpp 163 glw::GLuint m_colorLoc;
195 , m_colorLoc ((glw::GLuint)-1)
199 m_colorLoc = m_gl.getAttribLocation(m_glProgram.getProgram(), "a_color");
241 m_gl.enableVertexAttribArray(m_colorLoc);
245 m_gl.vertexAttribPointer(m_colorLoc, 4, GL_FLOAT, GL_TRUE, 0, colors);
252 m_gl.disableVertexAttribArray(m_colorLoc);
    [all...]
  /external/deqp/modules/gles2/functional/
es2fBufferTestUtil.hpp 170 deUint32 m_colorLoc;
es2fBufferTestUtil.cpp 490 , m_colorLoc (0)
517 m_colorLoc = funcs.getAttribLocation(m_program->getProgram(), "a_color");
603 glEnableVertexAttribArray (m_colorLoc);
619 glVertexAttribPointer (m_colorLoc, 3, GL_FLOAT, GL_FALSE, 0, &colors[0]);
629 glVertexAttribPointer (m_colorLoc, 3, GL_FLOAT, GL_FALSE, 0, &fetchedColor[0]);
  /external/deqp/modules/gles3/performance/
es3pBufferDataUploadTests.cpp     [all...]

Completed in 484 milliseconds