/third_party/flutter/skia/src/gpu/ |
D | GrGpuCommandBuffer.h | 26 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
|
D | GrGpuCommandBuffer.cpp | 21 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()
|
D | GrOpFlushState.h | 23 class GrGpuRTCommandBuffer; variable 51 GrGpuRTCommandBuffer* rtCommandBuffer();
|
D | GrGpu.h | 315 virtual GrGpuRTCommandBuffer* getCommandBuffer( 317 const GrGpuRTCommandBuffer::LoadAndStoreInfo&, 318 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo&) = 0;
|
D | GrRenderTargetOpList.cpp | 440 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()
|
D | GrOpFlushState.cpp | 33 GrGpuRTCommandBuffer* GrOpFlushState::rtCommandBuffer() { in rtCommandBuffer()
|
/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLGpuCommandBuffer.h | 50 class GrGLGpuRTCommandBuffer : public GrGpuRTCommandBuffer { 83 const GrGpuRTCommandBuffer::LoadAndStoreInfo&, 84 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo&); 113 GrGpuRTCommandBuffer::LoadAndStoreInfo fColorLoadAndStoreInfo; 114 GrGpuRTCommandBuffer::StencilLoadAndStoreInfo fStencilLoadAndStoreInfo; 116 typedef GrGpuRTCommandBuffer INHERITED;
|
D | GrGLGpuCommandBuffer.cpp | 28 const GrGpuRTCommandBuffer::LoadAndStoreInfo& colorInfo, in set() 29 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo& stencilInfo) { in set()
|
D | GrGLGpu.h | 125 GrGpuRTCommandBuffer* getCommandBuffer( 127 const GrGpuRTCommandBuffer::LoadAndStoreInfo&, 128 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo&) override;
|
D | GrGLGpu.cpp | 2297 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/ |
D | GrMtlGpuCommandBuffer.h | 50 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;
|
D | GrMtlGpu.h | 83 GrGpuRTCommandBuffer* getCommandBuffer( 85 const GrGpuRTCommandBuffer::LoadAndStoreInfo&, 86 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo&) override;
|
D | GrMtlGpuCommandBuffer.mm | 26 const GrGpuRTCommandBuffer::LoadAndStoreInfo& colorInfo, 27 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo& stencilInfo) 264 const GrGpuRTCommandBuffer::LoadAndStoreInfo& colorInfo, 265 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo& stencilInfo) {
|
D | GrMtlGpu.mm | 143 GrGpuRTCommandBuffer* GrMtlGpu::getCommandBuffer( 145 const GrGpuRTCommandBuffer::LoadAndStoreInfo& colorInfo, 146 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo& stencilInfo) {
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkGpuCommandBuffer.h | 93 class GrVkGpuRTCommandBuffer : public GrGpuRTCommandBuffer, private GrMesh::SendToGpuImpl { 114 const GrGpuRTCommandBuffer::LoadAndStoreInfo&, 115 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo&); 234 typedef GrGpuRTCommandBuffer INHERITED;
|
D | GrVkGpu.h | 105 GrGpuRTCommandBuffer* getCommandBuffer( 107 const GrGpuRTCommandBuffer::LoadAndStoreInfo&, 108 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo&) override;
|
D | GrVkGpuCommandBuffer.cpp | 327 const GrGpuRTCommandBuffer::LoadAndStoreInfo& colorInfo, in set() 328 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo& stencilInfo) { in set()
|
D | GrVkGpu.cpp | 321 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/ |
D | GrMockGpuCommandBuffer.h | 32 class GrMockGpuRTCommandBuffer : public GrGpuRTCommandBuffer { 63 typedef GrGpuRTCommandBuffer INHERITED;
|
D | GrMockGpu.h | 27 GrGpuRTCommandBuffer* getCommandBuffer( 29 const GrGpuRTCommandBuffer::LoadAndStoreInfo&, 30 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo&) override;
|
D | GrMockGpu.cpp | 55 GrGpuRTCommandBuffer* GrMockGpu::getCommandBuffer( in getCommandBuffer() 57 const GrGpuRTCommandBuffer::LoadAndStoreInfo&, in getCommandBuffer() 58 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo&) { in getCommandBuffer()
|
/third_party/flutter/skia/src/gpu/dawn/ |
D | GrDawnGpu.h | 59 GrGpuRTCommandBuffer* getCommandBuffer( 61 const GrGpuRTCommandBuffer::LoadAndStoreInfo&, 62 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo&) override;
|
D | GrDawnGpuCommandBuffer.h | 41 class GrDawnGpuRTCommandBuffer : public GrGpuRTCommandBuffer, private GrMesh::SendToGpuImpl { 129 typedef GrGpuRTCommandBuffer INHERITED;
|
D | GrDawnGpu.cpp | 66 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/ |
D | GrCCCoverageProcessor.cpp | 203 GrGpuRTCommandBuffer* cmdBuff = flushState->rtCommandBuffer(); in draw()
|