Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderImageLoadStoreTests.cpp6798 GLuint m_destination_texture_id; member in gl4cts::__anon57be67590111::ImageLoadStoreDataAlignmentTest
6808 : m_destination_texture_id(0) in ImageLoadStoreDataAlignmentTest()
6923 if (0 != m_destination_texture_id) in Cleanup()
6925 glDeleteTextures(1, &m_destination_texture_id); in Cleanup()
6926 m_destination_texture_id = 0; in Cleanup()
6962 …XPECT_NO_ERROR(Create2DR8UIDestinationTexture(it->m_width, it->m_height, m_destination_texture_id), in Run()
6968 Copy2DR8UITexture(m_destination_texture_id, m_source_texture_id); in Run()
6972 Compare2DR8UITextures(m_destination_texture_id, m_source_texture_id, it->m_width, it->m_height)) in Run()
6983 glDeleteTextures(1, &m_destination_texture_id); in Run()
6986 m_destination_texture_id = 0; in Run()
[all …]