Lines Matching refs:LayeredImage
571 class LayeredImage class
574 LayeredImage (TextureType type, const TextureFormat& format, int w, int h, int d);
598 LayeredImage (const LayeredImage&);
599 LayeredImage& operator= (const LayeredImage&);
618 LayeredImage::LayeredImage (TextureType type, const TextureFormat& format, int w, int h, int d) in LayeredImage() function in deqp::gles31::Functional::__anonb29d2c9e0111::LayeredImage
648 void LayeredImage::setPixel (int x, int y, int z, const ColorT& color) const in setPixel()
660 Vec4 LayeredImage::getPixel (int x, int y, int z) const in getPixel()
666 IVec4 LayeredImage::getPixelInt (int x, int y, int z) const in getPixelInt()
672 PixelBufferAccess LayeredImage::getAccessInternal (void) const in getAccessInternal()
683 PixelBufferAccess LayeredImage::getSliceAccessInternal (int slice) const in getSliceAccessInternal()
689 PixelBufferAccess LayeredImage::getCubeFaceAccessInternal (tcu::CubeFace face) const in getCubeFaceAccessInternal()
732 static void uploadTexture (glu::CallLogWrapper& glLog, const LayeredImage& src, deUint32 textureBuf… in uploadTexture()
1075 ImageLayerComparer (const LayeredImage& reference, in ImageLayerComparer()
1101 const LayeredImage& m_reference;
1246 LayeredImage reference (m_textureType, m_format, imageSize.x(), imageSize.y(), imageSize.z()); in iterate()
1305 …static void replaceBadFloatReinterpretValues (LayeredImage& image, const TextureFormat& imageF…
1315 void ImageLoadAndStoreCase::replaceBadFloatReinterpretValues (LayeredImage& image, const TextureFor… in replaceBadFloatReinterpretValues()
1370 …LayeredImage reference (m_textureType, m_textureFormat, imageSize.x(), imageSize.y(), image… in iterate()
1961 const LayeredImage imageData(m_imageType, m_format, imageSize.x(), imageSize.y(), imageSize.z()); in iterate()
2364 const LayeredImage imageData(m_imageType, m_format, imageSize.x(), imageSize.y(), imageSize.z()); in iterate()
2673 LayeredImage reference(m_imageType, m_format, imageSize.x(), imageSize.y(), imageSize.z()); in iterate()
2676 LayeredImage base(m_imageType, m_format, imageSize.x(), imageSize.y(), imageSize.z()); in iterate()
2974 …LayeredImage src(TEXTURETYPE_2D, TextureFormat(TextureFormat::R, TextureFormat::UNSIGNED_INT32), 1… in iterate()