HomeSort by relevance Sort by last modified time
    Searched defs:WithPreLocalMatrix (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/
GrFPArgs.h 30 class WithPreLocalMatrix;
52 class GrFPArgs::WithPreLocalMatrix final : public GrFPArgs {
54 WithPreLocalMatrix(const GrFPArgs& args, const SkMatrix& lm) : INHERITED(args) {
66 WithPreLocalMatrix(const WithPreLocalMatrix&) = delete;
67 WithPreLocalMatrix& operator=(const WithPreLocalMatrix&) = delete;
  /external/skqp/src/gpu/
GrFPArgs.h 30 class WithPreLocalMatrix;
49 class GrFPArgs::WithPreLocalMatrix final : public GrFPArgs {
51 WithPreLocalMatrix(const GrFPArgs& args, const SkMatrix& lm) : INHERITED(args) {
63 WithPreLocalMatrix(const WithPreLocalMatrix&) = delete;
64 WithPreLocalMatrix& operator=(const WithPreLocalMatrix&) = delete;

Completed in 1783 milliseconds