Lines Matching refs:TestTexture2D
1135 TestTexture2D::TestTexture2D (const tcu::TextureFormat& format, int width, int height) in TestTexture2D() function in vkt::pipeline::TestTexture2D
1143 TestTexture2D::TestTexture2D (const tcu::TextureFormat& format, int width, int height, int miplevel… in TestTexture2D() function in vkt::pipeline::TestTexture2D
1152 TestTexture2D::TestTexture2D (const tcu::CompressedTexFormat& format, int width, int height) in TestTexture2D() function in vkt::pipeline::TestTexture2D
1160 TestTexture2D::~TestTexture2D (void) in ~TestTexture2D()
1164 int TestTexture2D::getNumLevels (void) const in getNumLevels()
1169 tcu::PixelBufferAccess TestTexture2D::getLevel (int level, int layer) in getLevel()
1176 const tcu::ConstPixelBufferAccess TestTexture2D::getLevel (int level, int layer) const in getLevel()
1183 const tcu::Texture2D& TestTexture2D::getTexture (void) const in getTexture()
1188 tcu::Texture2D& TestTexture2D::getTexture (void) in getTexture()
1193 de::MovePtr<TestTexture> TestTexture2D::copy(const tcu::TextureFormat format) const in copy()
1197 …de::MovePtr<TestTexture> texture (new TestTexture2D(format, m_texture.getWidth(), m_texture.getHei… in copy()