Searched refs:TestTexture2DArraySp (Results 1 – 4 of 4) sorted by relevance
126 typedef de::SharedPtr<pipeline::TestTexture2DArray> TestTexture2DArraySp; typedef246 …void add2DArrayTexture(const TestTexture2DArraySp &texture, const vk::VkImageAspectFlags &aspectMa…
777 std::vector<TestTexture2DArraySp> m_textures;801 m_textures.push_back(TestTexture2DArraySp( in Texture2DArrayShadowTestInstance()828 …for (std::vector<TestTexture2DArraySp>::iterator i = m_textures.begin(); i != m_textures.end(); ++… in Texture2DArrayShadowTestInstance()
738 vector<TestTexture2DArraySp> m_textures;771 m_textures.push_back(TestTexture2DArraySp( in Texture2DArrayFilteringTestInstance()826 …for (vector<TestTexture2DArraySp>::const_iterator i = m_textures.begin(); i != m_textures.end(); i… in Texture2DArrayFilteringTestInstance()
1207 void TextureRenderer::add2DArrayTexture(const TestTexture2DArraySp &texture, const vk::VkImageAspec… in add2DArrayTexture()