Searched refs:TestTextureCube (Results 1 – 8 of 8) sorted by relevance
1203 TestTextureCube::TestTextureCube (const tcu::TextureFormat& format, int size) in TestTextureCube() function in vkt::pipeline::TestTextureCube1217 TestTextureCube::TestTextureCube (const tcu::CompressedTexFormat& format, int size) in TestTextureCube() function in vkt::pipeline::TestTextureCube1235 TestTextureCube::~TestTextureCube (void) in ~TestTextureCube()1239 int TestTextureCube::getNumLevels (void) const in getNumLevels()1244 tcu::PixelBufferAccess TestTextureCube::getLevel (int level, int layer) in getLevel()1249 const tcu::ConstPixelBufferAccess TestTextureCube::getLevel (int level, int layer) const in getLevel()1254 int TestTextureCube::getArraySize (void) const in getArraySize()1259 const tcu::TextureCube& TestTextureCube::getTexture (void) const in getTexture()1264 tcu::TextureCube& TestTextureCube::getTexture (void) in getTexture()1269 de::MovePtr<TestTexture> TestTextureCube::copy(const tcu::TextureFormat format) const in copy()[all …]
269 class TestTextureCube : public TestTexture class275 TestTextureCube (const tcu::TextureFormat& format, int size);276 TestTextureCube (const tcu::CompressedTexFormat& format, int size);277 virtual ~TestTextureCube (void);
159 texture = MovePtr<TestTexture>(new TestTextureCube(format, size.x())); in createTestTexture()1199 const TestTextureCube* texCube = dynamic_cast<const TestTextureCube*>(&testTexture); in getTextureCubeView()
121 typedef de::SharedPtr<pipeline::TestTextureCube> TestTextureCubeSp;196 const pipeline::TestTextureCube& getCubeTexture (int textureIndex) const;
869 const pipeline::TestTextureCube& TextureRenderer::getCubeTexture (int textureIndex) const in getCubeTexture()874 …return dynamic_cast<const pipeline::TestTextureCube&>(m_textureBindings[textureIndex]->getTestText… in getCubeTexture()1571 …texture = TestTextureCubeSp(new pipeline::TestTextureCube(tcu::TextureFormat(tcu::TextureFormat::R… in loadTextureCube()1596 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()
328 …m_textures.push_back(TestTextureCubeSp(new pipeline::TestTextureCube(vk::mapVkFormat(m_testParamet… in TextureCubeFilteringTestInstance()416 …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()