Home | History | Annotate | Download | only in egl

Lines Matching refs:refSurface

441 	tcu::Surface refSurface	(reference.getWidth(), reference.getHeight());
445 tcu::copy(refSurface.getAccess(), reference.getLevel(0));
448 bool match = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refSurface, screen, threshold, tcu::COMPARE_LOG_RESULT);
704 tcu::Surface refSurface (reference.getWidth(), reference.getHeight());
727 tcu::copy(refSurface.getAccess(), reference.getLevel(0));
729 return tcu::pixelThresholdCompare(log, "Renderbuffer read", "Result from reading renderbuffer", refSurface, screen, threshold8, tcu::COMPARE_LOG_RESULT);