Home
last modified time | relevance | path

Searched refs:getCubeArrayTexture (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktTextureTestUtil.hpp259 const pipeline::TestTextureCubeArray& getCubeArrayTexture (int textureIndex) const;
DvktTextureTestUtil.cpp943 const pipeline::TestTextureCubeArray& TextureRenderer::getCubeArrayTexture (int textureIndex) const in getCubeArrayTexture() function in vkt::texture::util::TextureRenderer
DvktTextureShadowTests.cpp1434 …const pipeline::TestTextureCubeArray& texture = m_renderer.getCubeArrayTexture(curCase.textureIn… in iterate()