Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cSparseBufferTests.cpp4057 unsigned char found_color[4]; in execute() local
4089 memcpy(found_color, read_data + (sample_texel_y * m_to_width + sample_texel_x) * 4, /* rgba */ in execute()
4090 sizeof(found_color)); in execute()
4092 if (memcmp(expected_color, found_color, sizeof(expected_color)) != 0) in execute()
4103 << (int)found_color[0] << ", " << (int)found_color[1] << ", " in execute()
4104 << (int)found_color[2] << ", " << (int)found_color[3] << "), " in execute()