HomeSort by relevance Sort by last modified time
    Searched refs:GrStencilAttachment (Results 1 - 17 of 17) sorted by null

  /external/skia/src/gpu/
GrRenderTargetPriv.h 19 * GrStencilAttachment is not part of the public API.
21 GrStencilAttachment* getStencilAttachment() const { return fRenderTarget->fStencilAttachment; }
27 GrStencilAttachment* attachStencilAttachment() const;
29 void didAttachStencilAttachment(GrStencilAttachment*);
GrStencilAttachment.cpp 9 #include "GrStencilAttachment.h"
12 void GrStencilAttachment::ComputeSharedStencilAttachmentKey(int width, int height, int sampleCnt,
GrStencilAttachment.h 19 class GrStencilAttachment : public GrGpuResource {
21 SK_DECLARE_INST_COUNT(GrStencilAttachment);
23 virtual ~GrStencilAttachment() {
56 GrStencilAttachment(GrGpu* gpu, LifeCycle lifeCycle, int width, int height, int bits,
GrRenderTarget.cpp 15 #include "GrStencilAttachment.h"
64 void GrRenderTargetPriv::didAttachStencilAttachment(GrStencilAttachment* stencilAttachment) {
68 GrStencilAttachment* GrRenderTargetPriv::attachStencilAttachment() const {
GrGpu.cpp 18 #include "GrStencilAttachment.h"
148 GrStencilAttachment::ComputeSharedStencilAttachmentKey(width, height, rt->numSamples(), &sbKey);
149 SkAutoTUnref<GrStencilAttachment> sb(static_cast<GrStencilAttachment*>(
168 GrStencilAttachment* sb = rt->renderTargetPriv().getStencilAttachment();
GrClipMaskManager.h 77 void adjustPathStencilParams(const GrStencilAttachment*, GrStencilSettings*);
GrGpu.h 24 class GrStencilAttachment;
472 virtual bool attachStencilAttachmentToRenderTarget(GrStencilAttachment*, GrRenderTarget*) = 0;
GrDrawTarget.cpp 174 const GrStencilAttachment* sb,
210 GrStencilAttachment* sb = rt->renderTargetPriv().attachStencilAttachment();
239 GrStencilAttachment* sb = rt->renderTargetPriv().attachStencilAttachment();
279 GrStencilAttachment* sb = rt->renderTargetPriv().attachStencilAttachment();
GrDrawTarget.h 317 const GrStencilAttachment*,
GrTest.cpp 238 bool attachStencilAttachmentToRenderTarget(GrStencilAttachment*, GrRenderTarget*) override {
GrClipMaskManager.cpp 17 #include "GrStencilAttachment.h"
704 GrStencilAttachment* stencilAttachment = rt->renderTargetPriv().attachStencilAttachment();
    [all...]
GrContext.cpp 223 GrStencilAttachment* sb = renderTarget->renderTargetPriv().attachStencilAttachment();
    [all...]
  /external/skia/src/gpu/gl/
GrGLStencilAttachment.h 13 #include "GrStencilAttachment.h"
15 class GrGLStencilAttachment : public GrStencilAttachment {
37 : GrStencilAttachment(gpu, idDesc.fLifeCycle, width, height, format.fStencilBits, sampleCnt)
63 typedef GrStencilAttachment INHERITED;
GrGLGpu.h 130 bool attachStencilAttachmentToRenderTarget(GrStencilAttachment* sb,
GrGLGpu.cpp     [all...]
  /external/skia/include/gpu/
GrRenderTarget.h 14 class GrStencilAttachment;
113 GrStencilAttachment* fStencilAttachment;
  /external/skia/
Android.mk 493 src/gpu/GrStencilAttachment.cpp \

Completed in 253 milliseconds