Searched refs:exp_data_srgb8_alpha8 (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl3cTextureSwizzleTests.cpp | 100 static const glw::GLubyte exp_data_srgb8_alpha8[] = { 13, 1, 255, 32 }; /* See 4.5 core 8.24 */ variable 587 { GL_R8, exp_data_srgb8_alpha8 + 0 }, 588 { GL_R8, exp_data_srgb8_alpha8 + 1 }, 589 { GL_R8, exp_data_srgb8_alpha8 + 2 }, 600 { GL_R8, exp_data_srgb8_alpha8 + 0 }, 601 { GL_R8, exp_data_srgb8_alpha8 + 1 }, 602 { GL_R8, exp_data_srgb8_alpha8 + 2 }, 603 { GL_R8, exp_data_srgb8_alpha8 + 3 },
|