Searched defs:testTexture (Results 1 – 3 of 3) sorted by relevance
1135 vk::VkImageSubresourceRange resolveSubresourceRange (const TestTexture& testTexture, const vk::VkIm… in resolveSubresourceRange()1148 MovePtr<tcu::Texture1DView> getTexture1DView (const TestTexture& testTexture, const vk::VkImageSubr… in getTexture1DView()1164 MovePtr<tcu::Texture1DArrayView> getTexture1DArrayView (const TestTexture& testTexture, const vk::V… in getTexture1DArrayView()1185 MovePtr<tcu::Texture2DView> getTexture2DView (const TestTexture& testTexture, const vk::VkImageSubr… in getTexture2DView()1207 MovePtr<tcu::Texture2DArrayView> getTexture2DArrayView (const TestTexture& testTexture, const vk::V… in getTexture2DArrayView()1228 MovePtr<tcu::TextureCubeView> getTextureCubeView (const TestTexture& testTexture, const vk::VkImage… in getTextureCubeView()1270 MovePtr<tcu::TextureCubeArrayView> getTextureCubeArrayView (const TestTexture& testTexture, const v… in getTextureCubeArrayView()1289 MovePtr<tcu::Texture3DView> getTexture3DView (const TestTexture& testTexture, const vk::VkImageSubr… in getTexture3DView()
237 void testTexture (void) in testTexture() function in deqp::gles2::Functional::__anon44cfe0bc0111::TextureWrapCase277 void testTexture (void) in testTexture() function in deqp::gles2::Functional::__anon44cfe0bc0111::TextureMagFilterCase314 void testTexture (void) in testTexture() function in deqp::gles2::Functional::__anon44cfe0bc0111::TextureMinFilterCase
1238 de::SharedPtr<TextureBinding> testTexture (new TextureBinding(texture.release(), in TextureDerivateCaseInstance() local