Home
last modified time | relevance | path

Searched refs:GrMockGpu (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/src/gpu/mock/
H A DGrMockGpu.cpp8 #include "src/gpu/mock/GrMockGpu.h"
19 int GrMockGpu::NextInternalTextureID() { in NextInternalTextureID()
28 int GrMockGpu::NextExternalTextureID() { in NextExternalTextureID()
35 int GrMockGpu::NextInternalRenderTargetID() { in NextInternalRenderTargetID()
42 int GrMockGpu::NextExternalRenderTargetID() { in NextExternalRenderTargetID()
49 sk_sp<GrGpu> GrMockGpu::Make(const GrMockOptions* mockOptions, in Make()
55 return sk_sp<GrGpu>(new GrMockGpu(direct, *mockOptions, contextOptions)); in Make()
58 GrOpsRenderPass* GrMockGpu::onGetOpsRenderPass(GrRenderTarget* rt, in onGetOpsRenderPass()
70 void GrMockGpu::submit(GrOpsRenderPass* renderPass) { in submit()
77 GrMockGpu function in GrMockGpu
[all...]
H A DGrMockTexture.h14 #include "src/gpu/mock/GrMockGpu.h"
18 GrMockTexture(GrMockGpu* gpu, in GrMockTexture()
28 GrMockTexture(GrMockGpu* gpu, in GrMockTexture()
56 GrMockTexture(GrMockGpu* gpu, const SkISize& dimensions, GrProtected isProtected, in GrMockTexture()
82 GrMockRenderTarget(GrMockGpu* gpu, in GrMockRenderTarget()
95 GrMockRenderTarget(GrMockGpu* gpu, Wrapped, SkISize dimensions, int sampleCnt, in GrMockRenderTarget()
137 GrMockRenderTarget(GrMockGpu* gpu, in GrMockRenderTarget()
155 GrMockTextureRenderTarget(GrMockGpu* gpu, in GrMockTextureRenderTarget()
170 GrMockTextureRenderTarget(GrMockGpu* gpu, in GrMockTextureRenderTarget()
H A DGrMockOpsRenderPass.h14 #include "src/gpu/mock/GrMockGpu.h"
18 GrMockOpsRenderPass(GrMockGpu* gpu, GrRenderTarget* rt, GrSurfaceOrigin origin, in GrMockOpsRenderPass()
65 GrMockGpu* fGpu;
H A DGrMockGpu.h21 class GrMockGpu : public GrGpu { class
25 ~GrMockGpu() override;
54 GrMockGpu(GrDirectContext*, const GrMockOptions&, const GrContextOptions&);
H A DGrMockBuffer.h13 #include "src/gpu/mock/GrMockGpu.h"
17 GrMockBuffer(GrMockGpu* gpu, size_t sizeInBytes, GrGpuBufferType type, in GrMockBuffer()
H A DGrMockAttachment.h13 #include "src/gpu/mock/GrMockGpu.h"
17 GrMockAttachment(GrMockGpu* gpu, SkISize dimensions, UsageFlags supportedUsages, int sampleCnt) in GrMockAttachment()
/third_party/skia/src/gpu/
H A DGrDirectContext.cpp29 #include "src/gpu/mock/GrMockGpu.h"
1277 direct->fGpu = GrMockGpu::Make(mockOptions, options, direct.get());

Completed in 4 milliseconds