Searched refs:TestTexture1DArraySp (Results 1 – 3 of 3) sorted by relevance
125 typedef de::SharedPtr<pipeline::TestTexture1DArray> TestTexture1DArraySp; typedef251 void add1DArrayTexture (const TestTexture1DArraySp& texture,
1118 std::vector<TestTexture1DArraySp> m_textures;1141 …m_textures.push_back(TestTexture1DArraySp(new pipeline::TestTexture1DArray(vk::mapVkFormat(m_testP… in Texture1DArrayShadowTestInstance()1165 …for (std::vector<TestTexture1DArraySp>::iterator i = m_textures.begin(); i != m_textures.end(); ++… in Texture1DArrayShadowTestInstance()
885 void TextureRenderer::add1DArrayTexture (const TestTexture1DArraySp& texture, const vk::VkImageAspe… in add1DArrayTexture()