Searched refs:WithPreLocalMatrix (Results 1 – 6 of 6) sorted by relevance
27 class WithPreLocalMatrix; member43 class GrFPArgs::WithPreLocalMatrix final : public GrFPArgs {45 WithPreLocalMatrix(const GrFPArgs& args, const SkMatrix& lm) : INHERITED(args) { in WithPreLocalMatrix() function57 WithPreLocalMatrix(const WithPreLocalMatrix&) = delete;58 WithPreLocalMatrix& operator=(const WithPreLocalMatrix&) = delete;
30 class WithPreLocalMatrix; member52 class GrFPArgs::WithPreLocalMatrix final : public GrFPArgs {54 WithPreLocalMatrix(const GrFPArgs& args, const SkMatrix& lm) : INHERITED(args) { in WithPreLocalMatrix() function66 WithPreLocalMatrix(const WithPreLocalMatrix&) = delete;67 WithPreLocalMatrix& operator=(const WithPreLocalMatrix&) = delete;
224 const GrFPArgs::WithPreLocalMatrix args(orig_args, this->getLocalMatrix()); in asFragmentProcessor()236 const GrFPArgs::WithPreLocalMatrix args(orig_args, this->getLocalMatrix()); in asFragmentProcessor()244 const GrFPArgs::WithPreLocalMatrix args(orig_args, this->getLocalMatrix()); in asFragmentProcessor()
19 GrFPArgs::WithPreLocalMatrix(args, this->getLocalMatrix())); in asFragmentProcessor()
22 GrFPArgs::WithPreLocalMatrix(args, this->getLocalMatrix())); in asFragmentProcessor()189 GrFPArgs::WithPreLocalMatrix(args.withNewMatrixProvider(ctmProvider), in asFragmentProcessor()
168 GrFPArgs::WithPreLocalMatrix args(orig_args, this->getLocalMatrix()); in asFragmentProcessor()