Lines Matching refs:GrD3DAttachment
8 #include "src/gpu/d3d/GrD3DAttachment.h"
12 GrD3DAttachment::GrD3DAttachment(GrD3DGpu* gpu,
28 sk_sp<GrD3DAttachment> GrD3DAttachment::MakeStencil(GrD3DGpu* gpu,
61 return sk_sp<GrD3DAttachment>(new GrD3DAttachment(gpu, dimensions,
67 void GrD3DAttachment::onRelease() {
74 void GrD3DAttachment::onAbandon() {
81 GrD3DGpu* GrD3DAttachment::getD3DGpu() const {