Lines Matching refs:getChannelAccess
657 tcu::ConstPixelBufferAccess outPixelBufferAccessV = multiPlaneImageData.getChannelAccess(0); in verifyImage()
658 tcu::ConstPixelBufferAccess outPixelBufferAccessY = multiPlaneImageData.getChannelAccess(1); in verifyImage()
659 tcu::ConstPixelBufferAccess outPixelBufferAccessU = multiPlaneImageData.getChannelAccess(2); in verifyImage()
745 …reLevel> outPixelBufferV = convertToRGBASized(multiPlaneImageData.getChannelAccess(0), imageSize… in verifyImageMultipleFrameWithReference()
754 …reLevel> outPixelBufferY = convertToRGBASized(multiPlaneImageData.getChannelAccess(1), imageSize… in verifyImageMultipleFrameWithReference()
763 …reLevel> outPixelBufferU = convertToRGBASized(multiPlaneImageData.getChannelAccess(2), imageSize… in verifyImageMultipleFrameWithReference()
808 …MovePtr<tcu::TextureLevel> outPixelBufferV = convertToRGBA(multiPlaneImageData.getChannelAccess(… in verifyImageMultipleFrameNoReference()
810 …MovePtr<tcu::TextureLevel> outPixelBufferY = convertToRGBA(multiPlaneImageData.getChannelAccess(… in verifyImageMultipleFrameNoReference()
812 …MovePtr<tcu::TextureLevel> outPixelBufferU = convertToRGBA(multiPlaneImageData.getChannelAccess(… in verifyImageMultipleFrameNoReference()
1044 tcu::ConstPixelBufferAccess outPixelBufferAccessV = multiPlaneImageData.getChannelAccess(0); in verifyImage()
1045 tcu::ConstPixelBufferAccess outPixelBufferAccessY = multiPlaneImageData.getChannelAccess(1); in verifyImage()
1046 tcu::ConstPixelBufferAccess outPixelBufferAccessU = multiPlaneImageData.getChannelAccess(2); in verifyImage()