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

  /external/deqp/modules/gles2/functional/
es2fDepthStencilTests.cpp 492 int maskedVal = clear.stencil & ((1<<stencilBits)-1);
493 tcu::clearStencil(tcu::getSubregion(dstStencil, clear.rect.left, clear.rect.bottom, clear.rect.width, clear.rect.height), maskedVal);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fDepthStencilTests.cpp 492 int maskedVal = clear.stencil & ((1<<stencilBits)-1);
493 tcu::clearStencil(tcu::getSubregion(dstStencil, clear.rect.left, clear.rect.bottom, clear.rect.width, clear.rect.height), maskedVal);
    [all...]

Completed in 447 milliseconds