Searched refs:TestTexture2DArraySp (Results 1 – 4 of 4) sorted by relevance
122 typedef de::SharedPtr<pipeline::TestTexture2DArray> TestTexture2DArraySp; typedef236 void add2DArrayTexture (const TestTexture2DArraySp& texture,
689 std::vector<TestTexture2DArraySp> m_textures;712 …m_textures.push_back(TestTexture2DArraySp(new pipeline::TestTexture2DArray(vk::mapVkFormat(m_testP… in Texture2DArrayShadowTestInstance()736 …for (std::vector<TestTexture2DArraySp>::iterator i = m_textures.begin(); i != m_textures.end(); ++… in Texture2DArrayShadowTestInstance()
651 vector<TestTexture2DArraySp> m_textures;683 …m_textures.push_back(TestTexture2DArraySp(new pipeline::TestTexture2DArray(vk::mapVkFormat(m_testP… in Texture2DArrayFilteringTestInstance()727 …for (vector<TestTexture2DArraySp>::const_iterator i = m_textures.begin(); i != m_textures.end(); i… in Texture2DArrayFilteringTestInstance()
870 void TextureRenderer::add2DArrayTexture (const TestTexture2DArraySp& texture, const vk::VkImageAspe… in add2DArrayTexture()