Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fInternalFormatQueryTests.cpp46 FORMAT_COLOR, enumerator
109 …const glw::GLenum samplesEnum = (m_type == FORMAT_COLOR) ? (GL_MAX_COLOR_TEXTURE_SAMPLES) : (m_typ… in iterate()
380 { "r8", GL_R8, FormatSamplesCase::FORMAT_COLOR }, in init()
381 { "rg8", GL_RG8, FormatSamplesCase::FORMAT_COLOR }, in init()
382 { "rgb8", GL_RGB8, FormatSamplesCase::FORMAT_COLOR }, in init()
383 { "rgb565", GL_RGB565, FormatSamplesCase::FORMAT_COLOR }, in init()
384 { "rgba4", GL_RGBA4, FormatSamplesCase::FORMAT_COLOR }, in init()
385 { "rgb5_a1", GL_RGB5_A1, FormatSamplesCase::FORMAT_COLOR }, in init()
386 { "rgba8", GL_RGBA8, FormatSamplesCase::FORMAT_COLOR }, in init()
387 { "rgb10_a2", GL_RGB10_A2, FormatSamplesCase::FORMAT_COLOR }, in init()
[all …]
/external/deqp/external/openglcts/modules/common/
DglcPackedPixelsTests.cpp64 FORMAT_COLOR, // color, [signed|unsigned] fp enumerator
307 { GL_RED, 1, FORMAT_COLOR, GL_COLOR_ATTACHMENT0, { { 0,-1,-1,-1,-1,-1,-1,-1,-1} } },
308 { GL_GREEN, 1, FORMAT_COLOR, GL_COLOR_ATTACHMENT0, { {-1, 0,-1,-1,-1,-1,-1,-1,-1} } },
309 { GL_BLUE, 1, FORMAT_COLOR, GL_COLOR_ATTACHMENT0, { {-1,-1, 0,-1,-1,-1,-1,-1,-1} } },
310 { GL_RG, 2, FORMAT_COLOR, GL_COLOR_ATTACHMENT0, { { 0, 1,-1,-1,-1,-1,-1,-1,-1} } },
311 { GL_RGB, 3, FORMAT_COLOR, GL_COLOR_ATTACHMENT0, { { 0, 1, 2,-1,-1,-1,-1,-1,-1} } },
312 { GL_RGBA, 4, FORMAT_COLOR, GL_COLOR_ATTACHMENT0, { { 0, 1, 2, 3,-1,-1,-1,-1,-1} } },
313 { GL_BGR, 3, FORMAT_COLOR, GL_COLOR_ATTACHMENT0, { { 2, 1, 0,-1,-1,-1,-1,-1,-1} } },
314 { GL_BGRA, 4, FORMAT_COLOR, GL_COLOR_ATTACHMENT0, { { 2, 1, 0, 3,-1,-1,-1,-1,-1} } },
328 { GL_RED, 1, FORMAT_COLOR, GL_COLOR_ATTACHMENT0, { { 0,-1,-1,-1,-1,-1,-1,-1,-1} } },
[all …]