Lines Matching defs:ref
404 const tcu::Texture2D& ref = tex.getRefTexture();
405 return IVec2(ref.getWidth(), ref.getHeight());
410 const tcu::TextureCube& ref = tex.getRefTexture();
411 return IVec2(ref.getSize(), ref.getSize());
416 const tcu::Texture2DArray& ref = tex.getRefTexture();
417 return IVec3(ref.getWidth(), ref.getHeight(), ref.getNumLayers());
422 const tcu::Texture3D& ref = tex.getRefTexture();
423 return IVec3(ref.getWidth(), ref.getHeight(), ref.getDepth());
475 static bool compareImages (const glu::RenderContext& renderCtx, tcu::TestLog& log, const tcu::Surface& ref, const tcu::Surface& res)
480 return tcu::pixelThresholdCompare(log, "Result", "Image compare result", ref, res, threshold, tcu::COMPARE_LOG_RESULT);