• Home
  • Raw
  • Download

Lines Matching refs:getAccess

144 				float ref  = reference.getAccess().getPixDepth(x, y);  in fuzzyDepthCompare()
145 float res = result.getAccess().getPixel(x,y).x(); in fuzzyDepthCompare()
149 difference *= importanceMask->getAccess().getPixDepth(x, y); in fuzzyDepthCompare()
161 << tcu::TestLog::Image("Result", "Result", result.getAccess(), pixelScale, pixelBias) in fuzzyDepthCompare()
162 << tcu::TestLog::Image("Reference", "Reference", reference.getAccess(), pixelScale, pixelBias); in fuzzyDepthCompare()
165 …log << tcu::TestLog::Image("Importance mask", "mask", importanceMask->getAccess(), pixelScale, pix… in fuzzyDepthCompare()
541 glu::readPixels(context.getRenderContext(), 0, 0, renderedFrame.getAccess()); in ValidateFramebuffer()
728 glu::readPixels(context.getRenderContext(), 0, 0, renderedColorFrame.getAccess()); in ValidateFramebuffer()
962 glu::readPixels(context.getRenderContext(), 0, 0, renderedFrame.getAccess()); in ValidateFramebuffer()
1257 importanceMaskFrame.getAccess().setPixDepth(0.0f, x, y); in ValidateFramebuffer()
1261 importanceMaskFrame.getAccess().setPixDepth(1.0f, x, y); in ValidateFramebuffer()
1267 referenceDepthFrame.getAccess().setPixDepth(0.5f, x, y); in ValidateFramebuffer()
1273 referenceDepthFrame.getAccess().setPixDepth(-1.0f + xCoord + yCoord, x, y); in ValidateFramebuffer()
1278 glu::readPixels(context.getRenderContext(), 0, 0, renderedColorFrame.getAccess()); in ValidateFramebuffer()
1286 readDepthPixels(renderedDepthFrame.getAccess()); in ValidateFramebuffer()
1439 referenceDepthFrame.getAccess().setPixDepth((xCoord + yCoord) * 0.5f, x, y); in ValidateFramebuffer()
1443 glu::readPixels(context.getRenderContext(), 0, 0, renderedColorFrame.getAccess()); in ValidateFramebuffer()
1450 readDepthPixels(renderedDepthFrame.getAccess()); in ValidateFramebuffer()