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

  /external/deqp/modules/glshared/
glsFragmentOpUtil.hpp 80 int m_colorLoc;
glsBufferTestUtil.hpp 276 deUint32 m_colorLoc;
  /external/deqp/modules/gles2/functional/
es2fBufferTestUtil.hpp 170 deUint32 m_colorLoc;
  /external/deqp/modules/egl/
teglPreservingSwapTests.cpp 111 glw::GLuint m_colorLoc;
121 , m_colorLoc ((glw::GLuint)-1)
173 m_colorLoc = m_gl.getAttribLocation(m_glProgram, "a_color");
177 TCU_CHECK(m_colorLoc != (glw::GLuint)-1);
234 m_gl.enableVertexAttribArray(m_colorLoc);
238 m_gl.vertexAttribPointer(m_colorLoc, 4, GL_UNSIGNED_BYTE, GL_TRUE, 0, colors);
245 m_gl.disableVertexAttribArray(m_colorLoc);
teglRenderTests.cpp 490 , m_colorLoc (0)
511 m_colorLoc = glGetAttribLocation(m_program, "a_color");
522 glEnableVertexAttribArray(m_colorLoc);
527 int getColorLoc (void) const { return m_colorLoc; }
534 int m_colorLoc;
    [all...]

Completed in 220 milliseconds