Searched refs:FORMAT_COLOR (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fInternalFormatQueryTests.cpp | 46 FORMAT_COLOR, enumerator 94 …const glw::GLenum samplesEnum = (m_type == FORMAT_COLOR) ? (GL_MAX_COLOR_TEXTURE_SAMPLES) : (m_typ… in iterate() 361 { "r8", GL_R8, FormatSamplesCase::FORMAT_COLOR }, in init() 362 { "rg8", GL_RG8, FormatSamplesCase::FORMAT_COLOR }, in init() 363 { "rgb8", GL_RGB8, FormatSamplesCase::FORMAT_COLOR }, in init() 364 { "rgb565", GL_RGB565, FormatSamplesCase::FORMAT_COLOR }, in init() 365 { "rgba4", GL_RGBA4, FormatSamplesCase::FORMAT_COLOR }, in init() 366 { "rgb5_a1", GL_RGB5_A1, FormatSamplesCase::FORMAT_COLOR }, in init() 367 { "rgba8", GL_RGBA8, FormatSamplesCase::FORMAT_COLOR }, in init() 368 { "rgb10_a2", GL_RGB10_A2, FormatSamplesCase::FORMAT_COLOR }, in init() [all …]
|