Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderImageLoadStoreTests.cpp7941 GLuint m_texture_edge; member in gl4cts::__anon57be67590111::ImageLoadStoreIncompleteTexturesTest
7955 : m_texture_edge(0) in ImageLoadStoreIncompleteTexturesTest()
8023 m_texture_edge = de::min(64, de::min(getWindowHeight(), getWindowWidth())); in Setup()
8208 const GLuint texture_data_size = m_texture_edge * m_texture_edge * n_components; in CheckIfTextureIsBlack()
8246 const GLuint texture_data_size = m_texture_edge * m_texture_edge * n_components; in CheckIfTextureWasModified()
8257 for (GLuint y = 0; y < m_texture_edge; ++y) in CheckIfTextureWasModified()
8259 const GLuint line_offset = y * m_texture_edge * n_components; in CheckIfTextureWasModified()
8261 for (GLuint x = 0; x < m_texture_edge; ++x) in CheckIfTextureWasModified()
8361 const GLuint texture_data_size = m_texture_edge * m_texture_edge * n_components; in Create2DRGBA8CompleteTexture()
8374 for (GLuint y = 0; y < m_texture_edge; ++y) in Create2DRGBA8CompleteTexture()
[all …]