Lines Matching refs:TestTextureCube
1395 // TestTextureCube
1407 TestTextureCube::TestTextureCube (const tcu::TextureFormat& format, int size)
1421 TestTextureCube::TestTextureCube (const tcu::CompressedTexFormat& format, int size)
1439 TestTextureCube::~TestTextureCube (void)
1443 int TestTextureCube::getNumLevels (void) const
1448 tcu::PixelBufferAccess TestTextureCube::getLevel (int level, int layer)
1453 const tcu::ConstPixelBufferAccess TestTextureCube::getLevel (int level, int layer) const
1458 int TestTextureCube::getArraySize (void) const
1463 const tcu::TextureCube& TestTextureCube::getTexture (void) const
1468 tcu::TextureCube& TestTextureCube::getTexture (void)
1473 de::MovePtr<TestTexture> TestTextureCube::copy(const tcu::TextureFormat format) const
1477 de::MovePtr<TestTexture> texture (new TestTextureCube(format, m_texture.getSize()));