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

  /external/deqp/modules/gles3/functional/
es3fDrawTests.cpp 684 deUint32 colorBuf = 0;
734 ctx.genBuffers(1, &colorBuf);
735 ctx.bindBuffer(GL_ARRAY_BUFFER, colorBuf);
762 ctx.deleteBuffers(1, &colorBuf);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fDrawTests.cpp 815 deUint32 colorBuf = 0;
869 ctx.genBuffers(1, &colorBuf);
870 ctx.bindBuffer(GL_ARRAY_BUFFER, colorBuf);
925 ctx.deleteBuffers(1, &colorBuf);
    [all...]

Completed in 183 milliseconds