Searched refs:noSampleshadingImage (Results 1 – 1 of 1) sorted by relevance
456 const tcu::ConstPixelBufferAccess& noSampleshadingImage);1392 de::MovePtr<tcu::TextureLevel> noSampleshadingImage; in iterate() local1402 noSampleshadingImage = renderer.render(); in iterate()1422 …("noSampleshadingImage", "Image rendered without sample shading", noSampleshadingImage->getAccess(… in iterate()1431 return verifySampleShadedImage(sampleShadedImages, noSampleshadingImage->getAccess()); in iterate()1434 …or<tcu::TextureLevel>& sampleShadedImages, const tcu::ConstPixelBufferAccess& noSampleshadingImage) in verifySampleShadedImage() argument1436 …const deUint32 pixelCount = noSampleshadingImage.getWidth() * noSampleshadingImage.getHeight() * n… in verifySampleShadedImage()1442 …const deUint32 noSampleShadingValue = *((const deUint32*)noSampleshadingImage.getDataPtr() + pixel… in verifySampleShadedImage()