Home
last modified time | relevance | path

Searched refs:GrMockGpu (Results 1 – 18 of 18) sorted by relevance

/external/skqp/src/gpu/mock/
DGrMockGpu.cpp16 int GrMockGpu::NextInternalTextureID() { in NextInternalTextureID()
25 int GrMockGpu::NextExternalTextureID() { in NextExternalTextureID()
32 int GrMockGpu::NextInternalRenderTargetID() { in NextInternalRenderTargetID()
39 int GrMockGpu::NextExternalRenderTargetID() { in NextExternalRenderTargetID()
46 sk_sp<GrGpu> GrMockGpu::Make(const GrMockOptions* mockOptions, in Make()
52 return sk_sp<GrGpu>(new GrMockGpu(context, *mockOptions, contextOptions)); in Make()
55 GrGpuRTCommandBuffer* GrMockGpu::getCommandBuffer( in getCommandBuffer()
62 GrGpuTextureCommandBuffer* GrMockGpu::getCommandBuffer(GrTexture* texture, GrSurfaceOrigin origin) { in getCommandBuffer()
66 void GrMockGpu::submit(GrGpuCommandBuffer* buffer) { in submit()
75 void GrMockGpu::submitCommandBuffer(const GrMockGpuRTCommandBuffer* cmdBuffer) { in submitCommandBuffer()
[all …]
DGrMockTexture.h19 GrMockTexture(GrMockGpu* gpu, SkBudgeted budgeted, const GrSurfaceDesc& desc, in GrMockTexture()
25 GrMockTexture(GrMockGpu* gpu, const GrSurfaceDesc& desc, GrMipMapsStatus mipMapsStatus, in GrMockTexture()
58 GrMockTexture(GrMockGpu* gpu, const GrSurfaceDesc& desc, GrMipMapsStatus mipMapsStatus, in GrMockTexture()
105 GrMockRenderTarget(GrMockGpu* gpu, SkBudgeted budgeted, const GrSurfaceDesc& desc, in GrMockRenderTarget()
112 GrMockRenderTarget(GrMockGpu* gpu, Wrapped, const GrSurfaceDesc& desc, in GrMockRenderTarget()
146 GrMockRenderTarget(GrMockGpu* gpu, const GrSurfaceDesc& desc, in GrMockRenderTarget()
159 GrMockTextureRenderTarget(GrMockGpu* gpu, SkBudgeted budgeted, const GrSurfaceDesc& desc, in GrMockTextureRenderTarget()
169 GrMockTextureRenderTarget(GrMockGpu* gpu, const GrSurfaceDesc& desc, in GrMockTextureRenderTarget()
DGrMockGpu.h21 class GrMockGpu : public GrGpu {
25 ~GrMockGpu() override {} in ~GrMockGpu()
51 GrMockGpu(GrContext* context, const GrMockOptions&, const GrContextOptions&);
DGrMockGpuCommandBuffer.h32 GrMockGpuRTCommandBuffer(GrMockGpu* gpu, GrRenderTarget* rt, GrSurfaceOrigin origin) in GrMockGpuRTCommandBuffer()
57 GrMockGpu* fGpu;
DGrMockStencilAttachment.h16 GrMockStencilAttachment(GrMockGpu* gpu, int width, int height, int bits, int sampleCnt) in GrMockStencilAttachment()
DGrMockBuffer.h17 GrMockBuffer(GrMockGpu* gpu, size_t sizeInBytes, GrBufferType type, in GrMockBuffer()
/external/skia/src/gpu/mock/
DGrMockGpu.cpp16 int GrMockGpu::NextInternalTextureID() { in NextInternalTextureID()
25 int GrMockGpu::NextExternalTextureID() { in NextExternalTextureID()
32 int GrMockGpu::NextInternalRenderTargetID() { in NextInternalRenderTargetID()
39 int GrMockGpu::NextExternalRenderTargetID() { in NextExternalRenderTargetID()
46 sk_sp<GrGpu> GrMockGpu::Make(const GrMockOptions* mockOptions, in Make()
52 return sk_sp<GrGpu>(new GrMockGpu(context, *mockOptions, contextOptions)); in Make()
55 GrGpuRTCommandBuffer* GrMockGpu::getCommandBuffer( in getCommandBuffer()
62 GrGpuTextureCommandBuffer* GrMockGpu::getCommandBuffer(GrTexture* texture, GrSurfaceOrigin origin) { in getCommandBuffer()
66 void GrMockGpu::submit(GrGpuCommandBuffer* buffer) { in submit()
75 void GrMockGpu::submitCommandBuffer(const GrMockGpuRTCommandBuffer* cmdBuffer) { in submitCommandBuffer()
[all …]
DGrMockTexture.h19 GrMockTexture(GrMockGpu* gpu, SkBudgeted budgeted, const GrSurfaceDesc& desc, in GrMockTexture()
25 GrMockTexture(GrMockGpu* gpu, const GrSurfaceDesc& desc, GrMipMapsStatus mipMapsStatus, in GrMockTexture()
49 GrMockTexture(GrMockGpu* gpu, const GrSurfaceDesc& desc, GrMipMapsStatus mipMapsStatus, in GrMockTexture()
75 GrMockRenderTarget(GrMockGpu* gpu, SkBudgeted budgeted, const GrSurfaceDesc& desc, in GrMockRenderTarget()
82 GrMockRenderTarget(GrMockGpu* gpu, Wrapped, const GrSurfaceDesc& desc, in GrMockRenderTarget()
116 GrMockRenderTarget(GrMockGpu* gpu, const GrSurfaceDesc& desc, in GrMockRenderTarget()
129 GrMockTextureRenderTarget(GrMockGpu* gpu, SkBudgeted budgeted, const GrSurfaceDesc& desc, in GrMockTextureRenderTarget()
139 GrMockTextureRenderTarget(GrMockGpu* gpu, const GrSurfaceDesc& desc, in GrMockTextureRenderTarget()
DGrMockGpu.h21 class GrMockGpu : public GrGpu {
25 ~GrMockGpu() override {} in ~GrMockGpu()
51 GrMockGpu(GrContext* context, const GrMockOptions&, const GrContextOptions&);
DGrMockGpuCommandBuffer.h32 GrMockGpuRTCommandBuffer(GrMockGpu* gpu, GrRenderTarget* rt, GrSurfaceOrigin origin) in GrMockGpuRTCommandBuffer()
57 GrMockGpu* fGpu;
DGrMockStencilAttachment.h16 GrMockStencilAttachment(GrMockGpu* gpu, int width, int height, int bits, int sampleCnt) in GrMockStencilAttachment()
DGrMockBuffer.h17 GrMockBuffer(GrMockGpu* gpu, size_t sizeInBytes, GrGpuBufferType type, in GrMockBuffer()
/external/skqp/src/gpu/
DGrDirectContext.cpp141 context->fGpu = GrMockGpu::Make(mockOptions, options, context.get()); in MakeMock()
/external/skia/src/gpu/
DGrLegacyDirectContext.cpp154 context->fGpu = GrMockGpu::Make(mockOptions, options, context.get()); in MakeMock()
/external/skqp/gn/
Dgpu.gni498 "$_src/gpu/mock/GrMockGpu.cpp",
499 "$_src/gpu/mock/GrMockGpu.h",
/external/skia/gn/
Dgpu.gni509 "$_src/gpu/mock/GrMockGpu.cpp",
510 "$_src/gpu/mock/GrMockGpu.h",
/external/skqp/
DAndroid.bp980 "src/gpu/mock/GrMockGpu.cpp",
/external/skia/
DAndroid.bp751 "src/gpu/mock/GrMockGpu.cpp",