Searched refs:channelAccess (Results 1 – 3 of 3) sorted by relevance
465 const tcu::ConstPixelBufferAccess channelAccess = imageData.getChannelAccess(channelNdx); in testFormat() local467 const tcu::Texture2DView refTexView (1u, &channelAccess); in testFormat()
643 const tcu::ConstPixelBufferAccess channelAccess = imageData.getChannelAccess(channelNdx); in testPlaneView() local645 const tcu::Texture2DView refTexView (1u, &channelAccess); in testPlaneView()
266 const tcu::PixelBufferAccess channelAccess = imageData->getChannelAccess(channelNdx); in fillGradient() local267 …t(tcu::TextureFormat::RGBA, tcu::TextureFormat::FLOAT), channelAccess.getWidth(), channelAccess.g… in fillGradient()272 for (int y = 0; y < channelAccess.getHeight(); ++y) in fillGradient()273 for (int x = 0; x < channelAccess.getWidth(); ++x) in fillGradient()275 channelAccess.setPixel(tcu::Vec4(tmpAccess.getPixel(x, y)[channelNdx]), x, y); in fillGradient()