Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglNativeColorMappingTests.cpp338 for (int colorNdx = 0; colorNdx < (int)colorCount; colorNdx++) in testNativeWindow() local
341 render(gl, program, colors[colorNdx]); in testNativeWindow()
343 clear(gl, colors[colorNdx]); in testNativeWindow()
350 if (!validate(log, egl, display, config, result, colors[colorNdx])) in testNativeWindow()
381 for (int colorNdx = 0; colorNdx < (int)colorCount; colorNdx++) in testNativePixmap() local
384 render(gl, program, colors[colorNdx]); in testNativePixmap()
386 clear(gl, colors[colorNdx]); in testNativePixmap()
391 if (!validate(log, egl, display, config, result, colors[colorNdx])) in testNativePixmap()
421 for (int colorNdx = 0; colorNdx < (int)colorCount; colorNdx++) in testNativePixmapCopy() local
424 render(gl, program, colors[colorNdx]); in testNativePixmapCopy()
[all …]
DteglRenderCase.cpp432 for (int colorNdx = 0; colorNdx < DE_LENGTH_OF_ARRAY(s_colorRules); colorNdx++) in getDefaultRenderFilterLists() local
436 const string name = string(s_colorRules[colorNdx].name) + "_" + s_surfaceRules[surfaceNdx].name; in getDefaultRenderFilterLists()
440 << s_colorRules[colorNdx].filter in getDefaultRenderFilterLists()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp840 for (size_t colorNdx = 0; colorNdx < colorAttachments.size(); colorNdx++) in logRenderPassInfo() local
842 …on colorAttachmentSection (log, "Color" + de::toString(colorNdx), "Color " + de::toString(colorNdx in logRenderPassInfo()
843 const AttachmentReference& colorAttachment = colorAttachments[colorNdx]; in logRenderPassInfo()