Lines Matching defs:const
31 virtual bool alwaysClearStencil() const { return false; }
35 const GrRenderTarget* asRenderTarget() const override { return this; }
40 int numSamples() const { return fSampleCnt; }
42 virtual GrBackendRenderTarget getBackendRenderTarget() const = 0;
44 GrAttachment* getStencilAttachment(bool useMSAASurface) const {
48 GrAttachment* getStencilAttachment() const {
53 virtual bool canAttemptStencilAttachment(bool useMSAASurface) const = 0;
57 int numStencilBits(bool useMSAASurface) const;
70 const SkTArray<SkPoint>& getSampleLocations();
73 GrRenderTarget(GrGpu*, const SkISize&, int sampleCount, GrProtected,