Home
last modified time | relevance | path

Searched refs:m_reference_texture_height (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cTextureViewTests.cpp4253 , m_reference_texture_height(4) in TextureViewTestViewSampling()
4657 m_result_data = new unsigned char[m_reference_texture_width * m_reference_texture_height * 4 /* RGBA */]; in executeTest()
4668 for (unsigned int y = 0; y < m_reference_texture_height && fs_result; ++y) in executeTest()
5908 gl.texStorage2D(GL_TEXTURE_2D, 1 /* levels */, GL_RGBA8, m_reference_texture_width, m_reference_texture_height); in initTest()
6147 m_reference_texture_height); in initTextureObject()
6151 m_iteration_parent_texture_height = m_reference_texture_height; in initTextureObject()
6161 << "height:[" << m_reference_texture_height << "]." << tcu::TestLog::EndMessage; in initTextureObject()
6169 GL_RGBA8, m_reference_texture_width, m_reference_texture_height); in initTextureObject()
6173 m_iteration_parent_texture_height = m_reference_texture_height; in initTextureObject()
6182 << "height:[" << m_reference_texture_height << "] in initTextureObject()
[all...]
H A Dgl4cTextureViewTests.hpp632 const glw::GLuint m_reference_texture_height; member in gl4cts::TextureViewTestViewSampling

Completed in 11 milliseconds