Lines Matching defs:gpu
8 #include "src/gpu/d3d/GrD3DAttachment.h"
10 #include "src/gpu/d3d/GrD3DGpu.h"
12 GrD3DAttachment::GrD3DAttachment(GrD3DGpu* gpu,
20 : GrAttachment(gpu, dimensions, supportedUsages, desc.SampleDesc.Count, GrMipmapped::kNo,
28 sk_sp<GrD3DAttachment> GrD3DAttachment::MakeStencil(GrD3DGpu* gpu,
51 if (!GrD3DTextureResource::InitTextureResourceInfo(gpu, resourceDesc,
58 gpu->resourceProvider().createDepthStencilView(info.fResource.get());
61 return sk_sp<GrD3DAttachment>(new GrD3DAttachment(gpu, dimensions,
68 GrD3DGpu* gpu = this->getD3DGpu();
69 this->releaseResource(gpu);
75 GrD3DGpu* gpu = this->getD3DGpu();
76 this->releaseResource(gpu);