Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cSparseBufferTests.cpp2957 , m_color_rb_height(1024) in PixelPackBufferStorageTestCase()
2972 m_ref_data_size = m_color_rb_width * m_color_rb_height * 4; /* rgba */ in PixelPackBufferStorageTestCase()
3122 m_color_rb_width, m_color_rb_height, GL_RGBA, GL_UNSIGNED_BYTE, 0); /* pixels */ in execute()
3140 for (unsigned int y = 0; y < m_color_rb_height && result_local; ++y) in execute()
3271 m_gl.renderbufferStorage(GL_RENDERBUFFER, GL_RGBA8, m_color_rb_width, m_color_rb_height); in initTestCaseGlobal()
3285 m_color_rb_width, m_color_rb_height); in initTestCaseGlobal()
3298 for (unsigned int y = 0; y < m_color_rb_height; ++y) in initTestCaseGlobal()
3300 …const unsigned char color = (unsigned char)((1.0f - float(y) / float(m_color_rb_height - 1)) * 255… in initTestCaseGlobal()
Dgl4cSparseBufferTests.hpp532 const unsigned int m_color_rb_height; member in gl4cts::PixelPackBufferStorageTestCase