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

  /external/deqp/modules/egl/
teglImageTests.cpp 481 deUint32 dstRbo = 2;
482 GLU_CHECK_CALL(glBindRenderbuffer(GL_RENDERBUFFER, dstRbo));
484 GLU_CHECK_CALL(glDeleteRenderbuffers(1, &dstRbo));
  /external/deqp/modules/gles3/functional/
es3fFramebufferBlitTests.cpp 81 deUint32 srcRbo, dstRbo;
91 deUint32& rbo = ndx ? dstRbo : srcRbo;
374 deUint32 srcRbo, dstRbo;
380 deUint32& rbo = ndx ? dstRbo : srcRbo;
    [all...]

Completed in 95 milliseconds