Searched refs:TestTextureCubeArraySp (Results 1 – 3 of 3) sorted by relevance
130 typedef de::SharedPtr<pipeline::TestTextureCubeArray> TestTextureCubeArraySp; typedef262 …void addCubeArrayTexture(const TestTextureCubeArraySp &texture, const vk::VkImageAspectFlags &aspe…
1511 vector<TestTextureCubeArraySp> m_textures;1535 m_textures.push_back(TestTextureCubeArraySp(new pipeline::TestTextureCubeArray( in TextureCubeArrayShadowTestInstance()1583 … for (vector<TestTextureCubeArraySp>::iterator i = m_textures.begin(); i != m_textures.end(); i++) in TextureCubeArrayShadowTestInstance()
1239 void TextureRenderer::addCubeArrayTexture(const TestTextureCubeArraySp &texture, in addCubeArrayTexture()