Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cTextureViewTests.hpp845 const unsigned int m_static_texture_width; member in gl4cts::TextureViewTestCoherency
Dgl4cTextureViewTests.cpp8027 , m_static_texture_width(1) in TextureViewTestCoherency()
8126 m_static_texture_width, /* srcX1 */ in checkAPICallCoherency()
9187 GL_RGBA8, m_static_texture_width, m_static_texture_height); in initTextures()
9228 DE_ASSERT(m_static_texture_height == 1 && m_static_texture_width == 1); in initTextureContents()
9230 …unsigned char* static_texture_data_ptr = getStaticColorTextureData(m_static_texture_width, m_stati… in initTextureContents()
9238 m_static_texture_width, m_static_texture_height, GL_RGBA, GL_UNSIGNED_BYTE, in initTextureContents()