Home
last modified time | relevance | path

Searched defs:lm (Results 1 – 25 of 78) sorted by relevance

1234

/external/skqp/src/shaders/
DSkLocalMatrixShader.cpp24 SkMatrix lm; in CreateProc() local
42 SkTCopyOnFirstWrite<SkMatrix> lm(this->getLocalMatrix()); in onMakeContext() local
66 SkTCopyOnFirstWrite<SkMatrix> lm(this->getLocalMatrix()); in onAppendStages() local
81 const SkMatrix* lm = &localMatrix; in makeWithLocalMatrix() local
DSkPictureShader.cpp137 SkMatrix lm; in CreateProc() local
258 auto lm = this->totalLocalMatrix(rec.fLocalM); in onAppendStages() local
279 auto lm = this->totalLocalMatrix(rec.fLocalMatrix); in onMakeContext() local
338 auto lm = this->totalLocalMatrix(args.fPreLocalMatrix, args.fPostLocalMatrix); in asFragmentProcessor() local
/external/skia/src/shaders/
DSkLocalMatrixShader.cpp28 SkMatrix lm; in CreateProc() local
46 SkTCopyOnFirstWrite<SkMatrix> lm(this->getLocalMatrix()); in onMakeContext() local
70 SkTCopyOnFirstWrite<SkMatrix> lm(this->getLocalMatrix()); in onAppendStages() local
86 SkTCopyOnFirstWrite<SkMatrix> lm(this->getLocalMatrix()); in onProgram() local
100 const SkMatrix* lm = &localMatrix; in makeWithLocalMatrix() local
DSkPictureShader.cpp119 SkFilterMode filter, const SkMatrix* lm, const SkRect* tile) { in Make()
127 SkMatrix lm; in CreateProc() local
281 auto lm = this->totalLocalMatrix(rec.fLocalM); in onAppendStages() local
301 auto lm = this->totalLocalMatrix(localM); in onProgram() local
321 auto lm = this->totalLocalMatrix(rec.fLocalMatrix); in onMakeContext() local
370 auto lm = this->totalLocalMatrix(args.fPreLocalMatrix); in asFragmentProcessor() local
/external/eigen/unsupported/test/
Dlevenberg_marquardt.cpp76 LevenbergMarquardt<lmder_functor> lm(functor); in testLmder1() local
105 LevenbergMarquardt<lmder_functor> lm(functor); in testLmder() local
209 LevenbergMarquardt<NumericalDiff<lmdif_functor> > lm(numDiff); in testLmdif() local
294 LevenbergMarquardt<chwirut2_functor> lm(functor); in testNistChwirut2() local
374 LevenbergMarquardt<misra1a_functor> lm(functor); in testNistMisra1a() local
465 LevenbergMarquardt<hahn1_functor> lm(functor); in testNistHahn1() local
551 LevenbergMarquardt<misra1d_functor> lm(functor); in testNistMisra1d() local
629 LevenbergMarquardt<lanczos1_functor> lm(functor); in testNistLanczos1() local
715 LevenbergMarquardt<rat42_functor> lm(functor); in testNistRat42() local
793 LevenbergMarquardt<MGH10_functor> lm(functor); in testNistMGH10() local
[all …]
DNonLinearOptimization.cpp178 LevenbergMarquardt<lmder_functor> lm(functor); in testLmder1() local
207 LevenbergMarquardt<lmder_functor> lm(functor); in testLmder() local
483 LevenbergMarquardt<lmstr_functor> lm(functor); in testLmstr1() local
512 LevenbergMarquardt<lmstr_functor> lm(functor); in testLmstr() local
599 LevenbergMarquardt<NumericalDiff<lmdif_functor> > lm(numDiff); in testLmdif() local
684 LevenbergMarquardt<chwirut2_functor> lm(functor); in testNistChwirut2() local
764 LevenbergMarquardt<misra1a_functor> lm(functor); in testNistMisra1a() local
854 LevenbergMarquardt<hahn1_functor> lm(functor); in testNistHahn1() local
940 LevenbergMarquardt<misra1d_functor> lm(functor); in testNistMisra1d() local
1018 LevenbergMarquardt<lanczos1_functor> lm(functor); in testNistLanczos1() local
[all …]
/external/tensorflow/tensorflow/core/common_runtime/
Ddevice_mgr_test.cc49 StaticDeviceMgr lm(std::move(devices)); in TEST() local
62 StaticDeviceMgr lm(std::move(devices)); in TEST() local
/external/skia/gm/
Drsxtext.cpp71 void draw_one(SkCanvas* canvas, SkPoint pos, const SkMatrix& lm, in draw_one()
86 static sk_sp<SkShader> make_shader(const SkMatrix& lm, const SkMatrix& outer_lm) { in make_shader()
Druntimeeffectimage.cpp88 SkMatrix lm = SkMatrix::RotateDeg(45, {50, 50}); in onDraw() local
Dbmpfilterqualityrepeat.cpp73 SkMatrix lm = SkMatrix::I(); in drawAll() local
/external/eigen/test/
DdenseLM.cpp104 LevenbergMarquardt<FunctorType> lm(functor); in test_minimizeLM() local
119 LevenbergMarquardt<FunctorType> lm(functor); in test_lmder() local
131 LevenbergMarquardt<FunctorType> lm(functor); in test_minimizeSteps() local
/external/skqp/src/gpu/
DGrFPArgs.h51 WithPreLocalMatrix(const GrFPArgs& args, const SkMatrix& lm) : INHERITED(args) { in WithPreLocalMatrix()
73 WithPostLocalMatrix(const GrFPArgs& args, const SkMatrix& lm) : INHERITED(args) { in WithPostLocalMatrix()
/external/libcups/ppdc/
Dppdc-mediasize.cxx25 float lm, // I - Left margin in points in ppdcMediaSize()
/external/skia/include/core/
DSkImage.h667 const SkMatrix& lm) const { in makeShader()
670 sk_sp<SkShader> makeShader(const SkSamplingOptions& sampling, const SkMatrix& lm) const { in makeShader()
/external/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.lambda/expr.prim.lambda.capture/
Dp17.cpp9 auto lm = [&, args...] { return g(args...); }; in f() local
/external/skia/experimental/skrive/src/
DComponent.cpp66 const auto lm = SkMatrix::Translate(node->getTranslation().x, node->getTranslation().y) * in ScopedTransformContext() local
/external/skia/src/core/
DSkLocalMatrixImageFilter.cpp36 SkMatrix lm; in CreateProc() local
/external/skqp/src/core/
DSkLocalMatrixImageFilter.cpp37 SkMatrix lm; in CreateProc() local
/external/skia/src/gpu/
DGrFPArgs.h49 WithPreLocalMatrix(const GrFPArgs& args, const SkMatrix& lm) : INHERITED(args) { in WithPreLocalMatrix()
/external/kernel-headers/original/uapi/asm-x86/asm/
Dldt.h39 unsigned int lm:1; member
/external/skqp/gm/
Dbmpfilterqualityrepeat.cpp61 SkMatrix lm = SkMatrix::I(); in drawAll() local
Dxfermodes2.cpp96 SkMatrix lm; in onOnceBeforeDraw() local
/external/skia/tests/
DGrClipStackTest.cpp565 SkMatrix lm = SkMatrix::RotateDeg(45.f); in DEF_TEST() local
634 SkMatrix lm = SkMatrix::RotateDeg(45.f); in DEF_TEST() local
791 SkMatrix lm; in DEF_TEST() local
1061 SkMatrix lm = SkMatrix::RotateDeg(15.f); in DEF_TEST() local
1089 SkMatrix lm = SkMatrix::RotateDeg(15.f); in DEF_TEST() local
1109 SkMatrix lm = SkMatrix::Scale(2.f, 4.f); in DEF_TEST() local
1146 SkMatrix lm = SkMatrix::RotateDeg(90.f); in DEF_TEST() local
/external/skia/tools/debugger/
DDebugCanvas.h48 void setLayerManagerAndFrame(DebugLayerManager* lm, int frame) { in setLayerManagerAndFrame()
/external/skqp/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/examples/helloskar/rendering/
DDrawManager.java392 android.graphics.Matrix lm = new android.graphics.Matrix(); in drawPlaneWithShader() local
407 android.graphics.Matrix lm = new android.graphics.Matrix(); in drawPlaneWithShader() local

1234