Searched refs:TestTextureCubeArraySp (Results 1 – 3 of 3) sorted by relevance
126 typedef de::SharedPtr<pipeline::TestTextureCubeArray> TestTextureCubeArraySp; typedef256 void addCubeArrayTexture (const TestTextureCubeArraySp& texture,
1333 vector<TestTextureCubeArraySp> m_textures;1356 …m_textures.push_back(TestTextureCubeArraySp(new pipeline::TestTextureCubeArray(vk::mapVkFormat(m_t… in TextureCubeArrayShadowTestInstance()1402 for (vector<TestTextureCubeArraySp>::iterator i = m_textures.begin(); i != m_textures.end(); i++) in TextureCubeArrayShadowTestInstance()
890 void TextureRenderer::addCubeArrayTexture (const TestTextureCubeArraySp& texture, const vk::VkImage… in addCubeArrayTexture()