Searched refs:usesMSAASurface (Results 1 – 6 of 6) sorted by relevance
61 explicit OpArgs(GrOp* op, const GrSurfaceProxyView& surfaceView, bool usesMSAASurface, in OpArgs()68 , fUsesMSAASurface(usesMSAASurface) in OpArgs()80 bool usesMSAASurface() const { return fUsesMSAASurface; } in usesMSAASurface() function159 bool usesMSAASurface() const final { return this->drawOpArgs().usesMSAASurface(); } in usesMSAASurface() function
47 bool usesMSAASurface() const { return fUsesMSAASurface; } in usesMSAASurface() function
1965 if (!opsTask->usesMSAASurface()) { in addDrawOp()1978 SkASSERT(opsTask->usesMSAASurface()); in addDrawOp()
108 UNIMPL(bool usesMSAASurface() const)
233 virtual bool usesMSAASurface() const = 0;
462 if (target->usesMSAASurface() && !target->caps().multisampleDisableSupport()) { in onPrepareDraws()