Searched refs:WithPreLocalMatrix (Results 1 – 3 of 3) 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;
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()