Home | History | Annotate | Download | only in functional

Lines Matching full:refframe

766 	tcu::Surface				refFrame			(viewportWidth, viewportHeight);
808 context.readPixels(refFrame, 0, 0, viewportWidth, viewportHeight);
813 bool isOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, gles2Frame, threshold, tcu::COMPARE_LOG_RESULT);