Home
last modified time | relevance | path

Searched refs:errX (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/samplecode/
DSampleFitCubicToCircle.cpp131 double errX = std::get<0>(eval_cubic(fCubicX.data(), fMaxErrorT)) - kCenterX; in fitCubic() local
133 fMaxError = std::sqrt(errX*errX + errY*errY) - kRadius; in fitCubic()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationTests.cpp2879 int errX = 0; in compareAndVerifyOverestimatedNormal() local
2892 errX = x; in compareAndVerifyOverestimatedNormal()
2921 …log << tcu::TestLog::Message << "Invalid pixels found starting at " << errX << "," << errY << " va… in compareAndVerifyOverestimatedNormal()
3035 int errX = -1; in compareAndVerifyUnderestimatedNormal() local
3066 errX = x; in compareAndVerifyUnderestimatedNormal()
3084 …log << tcu::TestLog::Message << "Invalid pixels found starting at " << errX << "," << errY << " va… in compareAndVerifyUnderestimatedNormal()
3111 int errX = 0; in compareAndVerifyUnderestimatedDegenerate() local
3132 errX = x; in compareAndVerifyUnderestimatedDegenerate()
3158 …d for mode '" << iterationComments[getIteration()] << "' starting at " << errX << "," << errY << "… in compareAndVerifyUnderestimatedDegenerate()
3664 int errX = 0; in compareAndVerifyOverestimatedNormal() local
[all …]