Home
last modified time | relevance | path

Searched refs:colorNdx (Results 1 – 2 of 2) 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.cpp427 for (int colorNdx = 0; colorNdx < DE_LENGTH_OF_ARRAY(s_colorRules); colorNdx++) in getDefaultRenderFilterLists() local
431 const string name = string(s_colorRules[colorNdx].name) + "_" + s_surfaceRules[surfaceNdx].name; in getDefaultRenderFilterLists()
435 << s_colorRules[colorNdx].filter in getDefaultRenderFilterLists()