Searched refs:TestTexture1DArraySp (Results 1 – 3 of 3) sorted by relevance
129 typedef de::SharedPtr<pipeline::TestTexture1DArray> TestTexture1DArraySp; typedef258 …void add1DArrayTexture(const TestTexture1DArraySp &texture, const vk::VkImageAspectFlags &aspectMa…
1249 std::vector<TestTexture1DArraySp> m_textures;1273 m_textures.push_back(TestTexture1DArraySp(new pipeline::TestTexture1DArray( in Texture1DArrayShadowTestInstance()1299 …for (std::vector<TestTexture1DArraySp>::iterator i = m_textures.begin(); i != m_textures.end(); ++… in Texture1DArrayShadowTestInstance()
1231 void TextureRenderer::add1DArrayTexture(const TestTexture1DArraySp &texture, const vk::VkImageAspec… in add1DArrayTexture()