Searched refs:TestTextureCube (Results 1 – 8 of 8) sorted by relevance
308 class TestTextureCube : public TestTexture class314 TestTextureCube (const tcu::TextureFormat& format, int size);315 TestTextureCube (const tcu::CompressedTexFormat& format, int size);316 virtual ~TestTextureCube (void);
1354 TestTextureCube::TestTextureCube (const tcu::TextureFormat& format, int size) in TestTextureCube() function in vkt::pipeline::TestTextureCube1368 TestTextureCube::TestTextureCube (const tcu::CompressedTexFormat& format, int size) in TestTextureCube() function in vkt::pipeline::TestTextureCube1386 TestTextureCube::~TestTextureCube (void) in ~TestTextureCube()1390 int TestTextureCube::getNumLevels (void) const in getNumLevels()1395 tcu::PixelBufferAccess TestTextureCube::getLevel (int level, int layer) in getLevel()1400 const tcu::ConstPixelBufferAccess TestTextureCube::getLevel (int level, int layer) const in getLevel()1405 int TestTextureCube::getArraySize (void) const in getArraySize()1410 const tcu::TextureCube& TestTextureCube::getTexture (void) const in getTexture()1415 tcu::TextureCube& TestTextureCube::getTexture (void) in getTexture()1420 de::MovePtr<TestTexture> TestTextureCube::copy(const tcu::TextureFormat format) const in copy()[all …]
159 texture = MovePtr<TestTexture>(new TestTextureCube(format, size.x())); in createTestTexture()1316 const TestTextureCube* texCube = dynamic_cast<const TestTextureCube*>(&testTexture); in getTextureCubeView()
121 typedef de::SharedPtr<pipeline::TestTextureCube> TestTextureCubeSp;217 const pipeline::TestTextureCube& getCubeTexture (int textureIndex) const;
887 const pipeline::TestTextureCube& TextureRenderer::getCubeTexture (int textureIndex) const in getCubeTexture()892 …return dynamic_cast<const pipeline::TestTextureCube&>(m_textureBindings[textureIndex]->getTestText… in getCubeTexture()1590 …texture = TestTextureCubeSp(new pipeline::TestTextureCube(tcu::TextureFormat(tcu::TextureFormat::R… in loadTextureCube()1615 texture = TestTextureCubeSp(new pipeline::TestTextureCube(commonFormat, level.getWidth())); in loadTextureCube()
451 …m_textures.push_back(TestTextureCubeSp(new pipeline::TestTextureCube(vk::mapVkFormat(m_testParamet… in TextureCubeShadowTestInstance()534 const pipeline::TestTextureCube& texture = m_renderer.getCubeTexture(curCase.textureIndex); in iterate()
439 …m_textures.push_back(TestTextureCubeSp(new pipeline::TestTextureCube(vk::mapVkFormat(m_testParamet… in TextureCubeFilteringTestInstance()535 …const pipeline::TestTextureCube& texture = m_renderer.getCubeTexture(m_cases[m_caseNdx].textureIn… in iterate()
435 …m_texture = TestTextureCubeSp(new pipeline::TestTextureCube(vk::mapVkFormat(m_testParameters.forma… in TextureCubeMipmapTestInstance()1211 m_texture = TestTextureCubeSp(new pipeline::TestTextureCube(vk::mapVkFormat(format), m_texSize)); in TextureCubeLodControlTestInstance()