Home
last modified time | relevance | path

Searched refs:calibrate (Results 1 – 17 of 17) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Main/
DFrameBufferWin.hpp42 virtual void setGammaRamp(GammaRamp *gammaRamp, bool calibrate) = 0;
DFrameBufferGDI.hpp38 void setGammaRamp(GammaRamp *gammaRamp, bool calibrate) override;
DFrameBufferDD.hpp40 void setGammaRamp(GammaRamp *gammaRamp, bool calibrate) override;
DFrameBufferDD.cpp371 void FrameBufferDD::setGammaRamp(GammaRamp *gammaRamp, bool calibrate) in setGammaRamp() argument
381 gammaControl->SetGammaRamp(calibrate ? DDSGR_CALIBRATE : 0, (DDGAMMARAMP*)gammaRamp); in setGammaRamp()
DFrameBufferGDI.cpp111 void FrameBufferGDI::setGammaRamp(GammaRamp *gammaRamp, bool calibrate) in setGammaRamp() argument
/third_party/mindspore/mindspore/_extends/graph_kernel/model/
Dmodel.py103 def __init__(self, iter_type, calibrate=1, relation_func=None): argument
105 self.calibrate = calibrate
270 return cls.get_prim(op).calibrate * iter_size
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fFlushFinishTests.cpp142 CalibrationParams calibrate (void);
265 FlushFinishCase::CalibrationParams FlushFinishCase::calibrate (void) in calibrate() function in deqp::gles2::Functional::__anon142d93b60111::FlushFinishCase
438 params = calibrate(); in iterate()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fFlushFinishTests.cpp151 CalibrationParams calibrate (void);
291 FlushFinishCase::CalibrationParams FlushFinishCase::calibrate (void) in calibrate() function in deqp::gles3::Functional::__anon3665bad80111::FlushFinishCase
569 params = calibrate(); in iterate()
/third_party/vk-gl-cts/modules/gles3/performance/
Des3pDepthTests.cpp523 virtual int calibrate (void) const = 0;
573 maxWorkload = calibrate(); in iterate()
732 virtual int calibrate (void) const;
831 int RenderCountCase::calibrate (void) const in calibrate() function in deqp::gles3::Performance::__anoncd9cb4730111::RenderCountCase
903 int calibrate (void) const;
911 int RelativeChangeCase::calibrate (void) const in calibrate() function in deqp::gles3::Performance::__anoncd9cb4730111::RelativeChangeCase
/third_party/python/Lib/
Dprofile.py477 def calibrate(self, m, verbose=0): member in Profile
/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dgstcameracalibrate.cpp719 rms = cv::fisheye::calibrate (objectPoints, imagePoints, imageSize, in camera_calibrate_calibrate_full()
/third_party/python/Doc/library/
Dprofile.rst620 print(pr.calibrate(10000))
671 Be warned that you should calibrate the profiler class for the timer function
/third_party/boost/libs/atomic/doc/
Datomic.qbk1552 is necessarily stochastic, and the test attempts to self-calibrate to
/third_party/openGLES/extensions/NV/
DNV_path_rendering.txt7740 calibrate distance-along-a-path computations.
/third_party/boost/libs/multiprecision/doc/
Dmultiprecision.qbk1222 Let's calibrate, for instance, the number of coefficients needed at the point `x = 1`.
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_path_rendering.txt7740 calibrate distance-along-a-path computations.
/third_party/python/Misc/
DHISTORY23929 - Profile.calibrate() has a new implementation that should deliver
23936 Note that Profile.calibrate() must be overridden by subclasses.