Searched refs:m_color_rb_width (Results 1 – 2 of 2) sorted by relevance
2958 , m_color_rb_width(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()3142 for (unsigned int x = 0; x < m_color_rb_width && result_local; ++x) 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()3302 for (unsigned int x = 0; x < m_color_rb_width; ++x) in initTestCaseGlobal()
533 const unsigned int m_color_rb_width; member in gl4cts::PixelPackBufferStorageTestCase