Home | History | Annotate | Download | only in functional

Lines Matching full:refframe

996 	tcu::Surface				refFrame			(viewportWidth, viewportHeight);
1040 context.readPixels(refFrame, 0, 0, viewportWidth, viewportHeight);
1045 bool isOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, gles3Frame, threshold, tcu::COMPARE_LOG_RESULT);