Lines Matching refs:LayeredImage

560 class LayeredImage  class
563 LayeredImage (TextureType type, const TextureFormat& format, int w, int h, int d);
587 LayeredImage (const LayeredImage&);
588 LayeredImage& operator= (const LayeredImage&);
607 LayeredImage::LayeredImage (TextureType type, const TextureFormat& format, int w, int h, int d) in LayeredImage() function in deqp::gles31::Functional::__anon0a49b9df0111::LayeredImage
637 void LayeredImage::setPixel (int x, int y, int z, const ColorT& color) const in setPixel()
649 Vec4 LayeredImage::getPixel (int x, int y, int z) const in getPixel()
655 IVec4 LayeredImage::getPixelInt (int x, int y, int z) const in getPixelInt()
661 PixelBufferAccess LayeredImage::getAccessInternal (void) const in getAccessInternal()
672 PixelBufferAccess LayeredImage::getSliceAccessInternal (int slice) const in getSliceAccessInternal()
678 PixelBufferAccess LayeredImage::getCubeFaceAccessInternal (tcu::CubeFace face) const in getCubeFaceAccessInternal()
721 static void uploadTexture (glu::CallLogWrapper& glLog, const LayeredImage& src, deUint32 textureBuf… in uploadTexture()
1063 ImageLayerComparer (const LayeredImage& reference, in ImageLayerComparer()
1089 const LayeredImage& m_reference;
1233 LayeredImage reference (m_textureType, m_format, imageSize.x(), imageSize.y(), imageSize.z()); in iterate()
1292 …static void replaceBadFloatReinterpretValues (LayeredImage& image, const TextureFormat& imageF…
1302 void ImageLoadAndStoreCase::replaceBadFloatReinterpretValues (LayeredImage& image, const TextureFor… in replaceBadFloatReinterpretValues()
1357LayeredImage reference (m_textureType, m_textureFormat, imageSize.x(), imageSize.y(), image… in iterate()
1947 const LayeredImage imageData(m_imageType, m_format, imageSize.x(), imageSize.y(), imageSize.z()); in iterate()
2349 const LayeredImage imageData(m_imageType, m_format, imageSize.x(), imageSize.y(), imageSize.z()); in iterate()
2655 LayeredImage reference(m_imageType, m_format, imageSize.x(), imageSize.y(), imageSize.z()); in iterate()
2658 LayeredImage base(m_imageType, m_format, imageSize.x(), imageSize.y(), imageSize.z()); in iterate()
2955LayeredImage src(TEXTURETYPE_2D, TextureFormat(TextureFormat::R, TextureFormat::UNSIGNED_INT32), 1… in iterate()