Lines Matching refs:gpu
8 #include "src/gpu/GrResourceProvider.h"
10 #include "include/gpu/GrBackendSemaphore.h"
16 #include "src/gpu/BufferWriter.h"
17 #include "src/gpu/GrAttachment.h"
18 #include "src/gpu/GrCaps.h"
19 #include "src/gpu/GrDataUtils.h"
20 #include "src/gpu/GrGpu.h"
21 #include "src/gpu/GrGpuBuffer.h"
22 #include "src/gpu/GrImageInfo.h"
23 #include "src/gpu/GrProxyProvider.h"
24 #include "src/gpu/GrRenderTarget.h"
25 #include "src/gpu/GrResourceCache.h"
26 #include "src/gpu/GrSemaphore.h"
27 #include "src/gpu/GrTexture.h"
28 #include "src/gpu/SkGr.h"
34 GrResourceProvider::GrResourceProvider(GrGpu* gpu, GrResourceCache* cache, GrSingleOwner* owner)
36 , fGpu(gpu)
562 return this->gpu()->createBuffer(size, intendedType, accessPattern, data);
580 buffer = this->gpu()->createBuffer(allocSize, intendedType, kDynamic_GrAccessPattern);
619 GrBackendFormat stencilFormat = this->gpu()->getPreferredStencilFormat(rt->backendFormat());
632 keyedStencil = this->gpu()->makeStencilAttachment(rt->backendFormat(), rt->dimensions(),