Home
last modified time | relevance | path

Searched refs:resultWithoutBBox (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp4205 tcu::Surface resultWithoutBBox (renderTargetSize.x(), renderTargetSize.y()); in iterate() local
4212 tcu::Surface& destination = (useBBox) ? (resultWithBBox) : (resultWithoutBBox); in iterate()
4219 if (!verifyImagesEqual(resultWithoutBBox.getAccess(), resultWithBBox.getAccess())) in iterate()