Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fInternalFormatQueryTests.cpp46 FORMAT_COLOR, enumerator
113 …const glw::GLenum samplesEnum = (m_type == FORMAT_COLOR) ? (GL_MAX_COLOR_TEXTURE_SAMPLES) : (m_typ… in iterate()
384 { "r8", GL_R8, FormatSamplesCase::FORMAT_COLOR }, in init()
385 { "rg8", GL_RG8, FormatSamplesCase::FORMAT_COLOR }, in init()
386 { "rgb8", GL_RGB8, FormatSamplesCase::FORMAT_COLOR }, in init()
387 { "rgb565", GL_RGB565, FormatSamplesCase::FORMAT_COLOR }, in init()
388 { "rgba4", GL_RGBA4, FormatSamplesCase::FORMAT_COLOR }, in init()
389 { "rgb5_a1", GL_RGB5_A1, FormatSamplesCase::FORMAT_COLOR }, in init()
390 { "rgba8", GL_RGBA8, FormatSamplesCase::FORMAT_COLOR }, in init()
391 { "rgb10_a2", GL_RGB10_A2, FormatSamplesCase::FORMAT_COLOR }, in init()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedClearAttachmentTests.cpp48 constexpr VkFormat FORMAT_COLOR = VK_FORMAT_R8G8B8A8_UNORM; variable
260 checkFormatSupported(context, FORMAT_COLOR, VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT); in checkSupport()
327 FORMAT_COLOR, // VkFormat format in createRenderPass()
453 FORMAT_COLOR, // VkFormat format; in UnusedClearAttachmentTestInstance()
503 FORMAT_COLOR, // VkFormat format; in UnusedClearAttachmentTestInstance()
882 …(vk, vkDevice, queue, queueFamilyIndex, allocator, *m_colorImages[i], FORMAT_COLOR, m_renderSize).… in iterate()
/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 …]