Lines Matching defs:ref
320 const tcu::Texture2D& ref = tex.getRefTexture();
321 return IVec2(ref.getWidth(), ref.getHeight());
326 const tcu::TextureCube& ref = tex.getRefTexture();
327 return IVec2(ref.getSize(), ref.getSize());
377 static bool compareImages (const glu::RenderContext& renderCtx, tcu::TestLog& log, const tcu::Surface& ref, const tcu::Surface& res)
382 return tcu::pixelThresholdCompare(log, "Result", "Image compare result", ref, res, threshold, tcu::COMPARE_LOG_RESULT);