/external/skia/src/shaders/ |
D | SkLocalMatrixShader.cpp | 24 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
|
D | SkPictureShader.cpp | 137 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 341 auto lm = this->totalLocalMatrix(args.fPreLocalMatrix, args.fPostLocalMatrix); in asFragmentProcessor() local
|
/external/skqp/src/shaders/ |
D | SkLocalMatrixShader.cpp | 24 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
|
D | SkPictureShader.cpp | 137 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/eigen/unsupported/test/ |
D | levenberg_marquardt.cpp | 76 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 …]
|
D | NonLinearOptimization.cpp | 178 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/skqp/src/gpu/ |
D | GrFPArgs.h | 51 WithPreLocalMatrix(const GrFPArgs& args, const SkMatrix& lm) : INHERITED(args) { in WithPreLocalMatrix() 73 WithPostLocalMatrix(const GrFPArgs& args, const SkMatrix& lm) : INHERITED(args) { in WithPostLocalMatrix()
|
/external/eigen/test/ |
D | denseLM.cpp | 104 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
|
D | permutationmatrices.cpp | 46 Matrix<Scalar,Rows,Rows> lm(lp); in permutationmatrices() local
|
/external/skia/src/gpu/ |
D | GrFPArgs.h | 54 WithPreLocalMatrix(const GrFPArgs& args, const SkMatrix& lm) : INHERITED(args) { in WithPreLocalMatrix() 76 WithPostLocalMatrix(const GrFPArgs& args, const SkMatrix& lm) : INHERITED(args) { in WithPostLocalMatrix()
|
/external/skqp/src/core/ |
D | SkLocalMatrixImageFilter.cpp | 37 SkMatrix lm; in CreateProc() local
|
/external/skia/src/core/ |
D | SkLocalMatrixImageFilter.cpp | 37 SkMatrix lm; in CreateProc() local
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | ldt.h | 39 unsigned int lm:1; member
|
/external/skia/gm/ |
D | bmpfilterqualityrepeat.cpp | 61 SkMatrix lm = SkMatrix::I(); in drawAll() local
|
D | xfermodes2.cpp | 96 SkMatrix lm; in onOnceBeforeDraw() local
|
D | perlinnoise.cpp | 165 SkMatrix lm; in onDraw() local
|
D | xfermodes3.cpp | 170 SkMatrix lm; in onOnceBeforeDraw() local
|
/external/skqp/gm/ |
D | bmpfilterqualityrepeat.cpp | 61 SkMatrix lm = SkMatrix::I(); in drawAll() local
|
D | xfermodes2.cpp | 96 SkMatrix lm; in onOnceBeforeDraw() local
|
D | perlinnoise.cpp | 165 SkMatrix lm; in onDraw() local
|
D | xfermodes3.cpp | 170 SkMatrix lm; in onOnceBeforeDraw() local
|
/external/skqp/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/examples/helloskar/rendering/ |
D | DrawManager.java | 392 android.graphics.Matrix lm = new android.graphics.Matrix(); in drawPlaneWithShader() local 407 android.graphics.Matrix lm = new android.graphics.Matrix(); in drawPlaneWithShader() local
|
/external/skia/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/examples/helloskar/rendering/ |
D | DrawManager.java | 392 android.graphics.Matrix lm = new android.graphics.Matrix(); in drawPlaneWithShader() local 407 android.graphics.Matrix lm = new android.graphics.Matrix(); in drawPlaneWithShader() local
|
/external/eigen/bench/btl/data/ |
D | mean.cxx | 44 …Lib_Mean(const Lib_Mean & lm):_lib_name(lm._lib_name),_mean_in_cache(lm._mean_in_cache),_mean_out_… in Lib_Mean()
|
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
D | p23.cpp | 48 auto lm = [&, args...] { return g(args...); }; in std_example() local
|