Home
last modified time | relevance | path

Searched refs:m_complete_destination_texture_id (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderImageLoadStoreTests.cpp7944 GLuint m_complete_destination_texture_id; member in gl4cts::__anonb00615420111::ImageLoadStoreIncompleteTexturesTest
7956 , m_complete_destination_texture_id(0) in ImageLoadStoreIncompleteTexturesTest()
8027 …eate2DRGBA8CompleteTexture(m_complete_destination_magic_number, m_complete_destination_texture_id), in Setup()
8081 if (0 != m_complete_destination_texture_id) in Cleanup()
8083 glDeleteTextures(1, &m_complete_destination_texture_id); in Cleanup()
8084 m_complete_destination_texture_id = 0; in Cleanup()
8128 Copy2DRGBA8Textures(m_complete_destination_texture_id, m_incomplete_destination_texture_id, in Run()
8145 if (false == CheckIfTextureIsBlack(m_complete_destination_texture_id)) in Run()