/third_party/skia/third_party/externals/swiftshader/src/Main/ |
D | FrameBufferWin.hpp | 42 virtual void setGammaRamp(GammaRamp *gammaRamp, bool calibrate) = 0;
|
D | FrameBufferGDI.hpp | 38 void setGammaRamp(GammaRamp *gammaRamp, bool calibrate) override;
|
D | FrameBufferDD.hpp | 40 void setGammaRamp(GammaRamp *gammaRamp, bool calibrate) override;
|
D | FrameBufferDD.cpp | 371 void FrameBufferDD::setGammaRamp(GammaRamp *gammaRamp, bool calibrate) in setGammaRamp() argument 381 gammaControl->SetGammaRamp(calibrate ? DDSGR_CALIBRATE : 0, (DDGAMMARAMP*)gammaRamp); in setGammaRamp()
|
D | FrameBufferGDI.cpp | 111 void FrameBufferGDI::setGammaRamp(GammaRamp *gammaRamp, bool calibrate) in setGammaRamp() argument
|
/third_party/mindspore/mindspore/_extends/graph_kernel/model/ |
D | model.py | 103 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/ |
D | es2fFlushFinishTests.cpp | 142 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/ |
D | es3fFlushFinishTests.cpp | 151 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/ |
D | es3pDepthTests.cpp | 523 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/ |
D | profile.py | 477 def calibrate(self, m, verbose=0): member in Profile
|
/third_party/gstreamer/gstplugins_bad/ext/opencv/ |
D | gstcameracalibrate.cpp | 719 rms = cv::fisheye::calibrate (objectPoints, imagePoints, imageSize, in camera_calibrate_calibrate_full()
|
/third_party/python/Doc/library/ |
D | profile.rst | 620 print(pr.calibrate(10000)) 671 Be warned that you should calibrate the profiler class for the timer function
|
/third_party/boost/libs/atomic/doc/ |
D | atomic.qbk | 1552 is necessarily stochastic, and the test attempts to self-calibrate to
|
/third_party/openGLES/extensions/NV/ |
D | NV_path_rendering.txt | 7740 calibrate distance-along-a-path computations.
|
/third_party/boost/libs/multiprecision/doc/ |
D | multiprecision.qbk | 1222 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/ |
D | NV_path_rendering.txt | 7740 calibrate distance-along-a-path computations.
|
/third_party/python/Misc/ |
D | HISTORY | 23929 - Profile.calibrate() has a new implementation that should deliver 23936 Note that Profile.calibrate() must be overridden by subclasses.
|