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

  /external/deqp/modules/gles2/functional/
es2fBufferTestUtil.hpp 154 deUint32 m_byteVecLoc;
es2fBufferTestUtil.cpp 280 , m_byteVecLoc (0)
307 m_byteVecLoc = funcs.getAttribLocation(m_program->getProgram(), "a_byteVec");
441 glEnableVertexAttribArray (m_byteVecLoc);
461 glVertexAttribPointer (m_byteVecLoc, 3, GL_UNSIGNED_BYTE, GL_TRUE, 0, (const glw::GLvoid*)(deUintptr)(offset + curOffset));
479 glDisableVertexAttribArray (m_byteVecLoc);
  /external/deqp/modules/glshared/
glsBufferTestUtil.cpp 420 , m_byteVecLoc (0)
456 m_byteVecLoc = gl.getAttribLocation(m_program->getProgram(), "a_byteVec");
610 glEnableVertexAttribArray (m_byteVecLoc);
630 glVertexAttribPointer (m_byteVecLoc, 3, GL_UNSIGNED_BYTE, GL_TRUE, 0, (const glw::GLvoid*)(deUintptr)(offset + curOffset));
glsBufferTestUtil.hpp 256 deUint32 m_byteVecLoc;

Completed in 288 milliseconds