HomeSort by relevance Sort by last modified time
    Searched refs:TestTextureCube (Results 1 - 8 of 8) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageUtil.hpp 242 class TestTextureCube : public TestTexture
248 TestTextureCube (const tcu::TextureFormat& format, int size);
249 TestTextureCube (const tcu::CompressedTexFormat& format, int size);
250 virtual ~TestTextureCube (void);
vktPipelineImageUtil.cpp     [all...]
vktPipelineImageSamplingInstance.cpp 155 texture = MovePtr<TestTexture>(new TestTextureCube(format, size.x()));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureTestUtil.hpp 120 typedef de::SharedPtr<pipeline::TestTextureCube> TestTextureCubeSp;
180 const pipeline::TestTextureCube& getCubeTexture (int textureIndex) const;
vktTextureTestUtil.cpp     [all...]
vktTextureShadowTests.cpp 449 m_textures.push_back(TestTextureCubeSp(new pipeline::TestTextureCube(vk::mapVkFormat(m_testParameters.format), m_testParameters.size)));
532 const pipeline::TestTextureCube& texture = m_renderer.getCubeTexture(curCase.textureIndex);
    [all...]
vktTextureFilteringTests.cpp 324 m_textures.push_back(TestTextureCubeSp(new pipeline::TestTextureCube(vk::mapVkFormat(m_testParameters.format), m_testParameters.size)));
412 const pipeline::TestTextureCube& texture = m_renderer.getCubeTexture(m_cases[m_caseNdx].textureIndex);
    [all...]
vktTextureMipmapTests.cpp 435 m_texture = TestTextureCubeSp(new pipeline::TestTextureCube(vk::mapVkFormat(m_testParameters.format), m_testParameters.size));
    [all...]

Completed in 665 milliseconds