Home
last modified time | relevance | path

Searched refs:GrGpuRTCommandBuffer (Results 1 – 25 of 25) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrGpuCommandBuffer.h26 class GrGpuRTCommandBuffer; variable
43 virtual GrGpuRTCommandBuffer* asRTCommandBuffer() { return nullptr; } in asRTCommandBuffer()
71 class GrGpuRTCommandBuffer : public GrGpuCommandBuffer {
86 GrGpuRTCommandBuffer* asRTCommandBuffer() { return this; } in asRTCommandBuffer()
120 GrGpuRTCommandBuffer() : fOrigin(kTopLeft_GrSurfaceOrigin), fRenderTarget(nullptr) {} in GrGpuRTCommandBuffer() function
122 GrGpuRTCommandBuffer(GrRenderTarget* rt, GrSurfaceOrigin origin) in GrGpuRTCommandBuffer() function
DGrGpuCommandBuffer.cpp21 void GrGpuRTCommandBuffer::clear(const GrFixedClip& clip, const SkPMColor4f& color) { in clear()
30 void GrGpuRTCommandBuffer::clearStencilClip(const GrFixedClip& clip, bool insideStencilMask) { in clearStencilClip()
36 bool GrGpuRTCommandBuffer::draw(const GrPrimitiveProcessor& primProc, const GrPipeline& pipeline, in draw()
DGrOpFlushState.h23 class GrGpuRTCommandBuffer; variable
51 GrGpuRTCommandBuffer* rtCommandBuffer();
DGrGpu.h315 virtual GrGpuRTCommandBuffer* getCommandBuffer(
317 const GrGpuRTCommandBuffer::LoadAndStoreInfo&,
318 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo&) = 0;
DGrRenderTargetOpList.cpp440 static GrGpuRTCommandBuffer* create_command_buffer(GrGpu* gpu, in create_command_buffer()
447 const GrGpuRTCommandBuffer::LoadAndStoreInfo kColorLoadStoreInfo { in create_command_buffer()
458 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo stencilLoadAndStoreInfo { in create_command_buffer()
501 GrGpuRTCommandBuffer* commandBuffer = create_command_buffer( in onExecute()
DGrOpFlushState.cpp33 GrGpuRTCommandBuffer* GrOpFlushState::rtCommandBuffer() { in rtCommandBuffer()
/third_party/flutter/skia/src/gpu/gl/
DGrGLGpuCommandBuffer.h50 class GrGLGpuRTCommandBuffer : public GrGpuRTCommandBuffer {
83 const GrGpuRTCommandBuffer::LoadAndStoreInfo&,
84 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo&);
113 GrGpuRTCommandBuffer::LoadAndStoreInfo fColorLoadAndStoreInfo;
114 GrGpuRTCommandBuffer::StencilLoadAndStoreInfo fStencilLoadAndStoreInfo;
116 typedef GrGpuRTCommandBuffer INHERITED;
DGrGLGpuCommandBuffer.cpp28 const GrGpuRTCommandBuffer::LoadAndStoreInfo& colorInfo, in set()
29 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo& stencilInfo) { in set()
DGrGLGpu.h125 GrGpuRTCommandBuffer* getCommandBuffer(
127 const GrGpuRTCommandBuffer::LoadAndStoreInfo&,
128 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo&) override;
DGrGLGpu.cpp2297 GrGpuRTCommandBuffer* GrGLGpu::getCommandBuffer( in getCommandBuffer()
2299 const GrGpuRTCommandBuffer::LoadAndStoreInfo& colorInfo, in getCommandBuffer()
2300 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo& stencilInfo) { in getCommandBuffer()
/third_party/flutter/skia/src/gpu/mtl/
DGrMtlGpuCommandBuffer.h50 class GrMtlGpuRTCommandBuffer : public GrGpuRTCommandBuffer, private GrMesh::SendToGpuImpl {
54 const GrGpuRTCommandBuffer::LoadAndStoreInfo& colorInfo,
55 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo& stencilInfo);
98 void setupRenderPass(const GrGpuRTCommandBuffer::LoadAndStoreInfo& colorInfo,
99 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo& stencilInfo);
145 typedef GrGpuRTCommandBuffer INHERITED;
DGrMtlGpu.h83 GrGpuRTCommandBuffer* getCommandBuffer(
85 const GrGpuRTCommandBuffer::LoadAndStoreInfo&,
86 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo&) override;
DGrMtlGpuCommandBuffer.mm26 const GrGpuRTCommandBuffer::LoadAndStoreInfo& colorInfo,
27 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo& stencilInfo)
264 const GrGpuRTCommandBuffer::LoadAndStoreInfo& colorInfo,
265 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo& stencilInfo) {
DGrMtlGpu.mm143 GrGpuRTCommandBuffer* GrMtlGpu::getCommandBuffer(
145 const GrGpuRTCommandBuffer::LoadAndStoreInfo& colorInfo,
146 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo& stencilInfo) {
/third_party/flutter/skia/src/gpu/vk/
DGrVkGpuCommandBuffer.h93 class GrVkGpuRTCommandBuffer : public GrGpuRTCommandBuffer, private GrMesh::SendToGpuImpl {
114 const GrGpuRTCommandBuffer::LoadAndStoreInfo&,
115 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo&);
234 typedef GrGpuRTCommandBuffer INHERITED;
DGrVkGpu.h105 GrGpuRTCommandBuffer* getCommandBuffer(
107 const GrGpuRTCommandBuffer::LoadAndStoreInfo&,
108 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo&) override;
DGrVkGpuCommandBuffer.cpp327 const GrGpuRTCommandBuffer::LoadAndStoreInfo& colorInfo, in set()
328 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo& stencilInfo) { in set()
DGrVkGpu.cpp321 GrGpuRTCommandBuffer* GrVkGpu::getCommandBuffer( in getCommandBuffer()
323 const GrGpuRTCommandBuffer::LoadAndStoreInfo& colorInfo, in getCommandBuffer()
324 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo& stencilInfo) { in getCommandBuffer()
/third_party/flutter/skia/src/gpu/mock/
DGrMockGpuCommandBuffer.h32 class GrMockGpuRTCommandBuffer : public GrGpuRTCommandBuffer {
63 typedef GrGpuRTCommandBuffer INHERITED;
DGrMockGpu.h27 GrGpuRTCommandBuffer* getCommandBuffer(
29 const GrGpuRTCommandBuffer::LoadAndStoreInfo&,
30 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo&) override;
DGrMockGpu.cpp55 GrGpuRTCommandBuffer* GrMockGpu::getCommandBuffer( in getCommandBuffer()
57 const GrGpuRTCommandBuffer::LoadAndStoreInfo&, in getCommandBuffer()
58 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo&) { in getCommandBuffer()
/third_party/flutter/skia/src/gpu/dawn/
DGrDawnGpu.h59 GrGpuRTCommandBuffer* getCommandBuffer(
61 const GrGpuRTCommandBuffer::LoadAndStoreInfo&,
62 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo&) override;
DGrDawnGpuCommandBuffer.h41 class GrDawnGpuRTCommandBuffer : public GrGpuRTCommandBuffer, private GrMesh::SendToGpuImpl {
129 typedef GrGpuRTCommandBuffer INHERITED;
DGrDawnGpu.cpp66 GrGpuRTCommandBuffer* GrDawnGpu::getCommandBuffer( in getCommandBuffer()
68 const GrGpuRTCommandBuffer::LoadAndStoreInfo& colorInfo, in getCommandBuffer()
69 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo& stencilInfo) { in getCommandBuffer()
/third_party/flutter/skia/src/gpu/ccpr/
DGrCCCoverageProcessor.cpp203 GrGpuRTCommandBuffer* cmdBuff = flushState->rtCommandBuffer(); in draw()