/external/skqp/src/gpu/gl/ |
D | GrGLGpuCommandBuffer.h | 43 class GrGLGpuRTCommandBuffer : public GrGpuRTCommandBuffer { 71 const GrGpuRTCommandBuffer::LoadAndStoreInfo&, 72 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo&); 101 GrGpuRTCommandBuffer::LoadAndStoreInfo fColorLoadAndStoreInfo; 102 GrGpuRTCommandBuffer::StencilLoadAndStoreInfo fStencilLoadAndStoreInfo; 104 typedef GrGpuRTCommandBuffer INHERITED;
|
D | GrGLGpuCommandBuffer.cpp | 27 const GrGpuRTCommandBuffer::LoadAndStoreInfo& colorInfo, in set() 28 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo& stencilInfo) { in set()
|
/external/skia/src/gpu/gl/ |
D | GrGLGpuCommandBuffer.h | 43 class GrGLGpuRTCommandBuffer : public GrGpuRTCommandBuffer { 71 const GrGpuRTCommandBuffer::LoadAndStoreInfo&, 72 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo&); 101 GrGpuRTCommandBuffer::LoadAndStoreInfo fColorLoadAndStoreInfo; 102 GrGpuRTCommandBuffer::StencilLoadAndStoreInfo fStencilLoadAndStoreInfo; 104 typedef GrGpuRTCommandBuffer INHERITED;
|
D | GrGLGpuCommandBuffer.cpp | 28 const GrGpuRTCommandBuffer::LoadAndStoreInfo& colorInfo, in set() 29 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo& stencilInfo) { in set()
|
/external/skqp/src/gpu/ |
D | GrGpuCommandBuffer.h | 26 class GrGpuRTCommandBuffer; variable 39 virtual GrGpuRTCommandBuffer* asRTCommandBuffer() { return nullptr; } in asRTCommandBuffer() 72 class GrGpuRTCommandBuffer : public GrGpuCommandBuffer { 87 GrGpuRTCommandBuffer* asRTCommandBuffer() { return this; } in asRTCommandBuffer() 127 GrGpuRTCommandBuffer() : fOrigin(kTopLeft_GrSurfaceOrigin), fRenderTarget(nullptr) {} in GrGpuRTCommandBuffer() function 129 GrGpuRTCommandBuffer(GrRenderTarget* rt, GrSurfaceOrigin origin) in GrGpuRTCommandBuffer() function
|
D | GrGpuCommandBuffer.cpp | 19 void GrGpuRTCommandBuffer::clear(const GrFixedClip& clip, const SkPMColor4f& color) { in clear() 28 void GrGpuRTCommandBuffer::clearStencilClip(const GrFixedClip& clip, bool insideStencilMask) { in clearStencilClip() 34 bool GrGpuRTCommandBuffer::draw(const GrPrimitiveProcessor& primProc, const GrPipeline& pipeline, in draw()
|
D | GrOpFlushState.h | 23 class GrGpuRTCommandBuffer; variable 48 GrGpuRTCommandBuffer* rtCommandBuffer();
|
D | GrGpu.h | 251 virtual GrGpuRTCommandBuffer* getCommandBuffer( 253 const GrGpuRTCommandBuffer::LoadAndStoreInfo&, 254 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo&) = 0;
|
/external/skia/src/gpu/ |
D | GrGpuCommandBuffer.h | 26 class GrGpuRTCommandBuffer; variable 39 virtual GrGpuRTCommandBuffer* asRTCommandBuffer() { return nullptr; } in asRTCommandBuffer() 72 class GrGpuRTCommandBuffer : public GrGpuCommandBuffer { 87 GrGpuRTCommandBuffer* asRTCommandBuffer() { return this; } in asRTCommandBuffer() 127 GrGpuRTCommandBuffer() : fOrigin(kTopLeft_GrSurfaceOrigin), fRenderTarget(nullptr) {} in GrGpuRTCommandBuffer() function 129 GrGpuRTCommandBuffer(GrRenderTarget* rt, GrSurfaceOrigin origin) in GrGpuRTCommandBuffer() function
|
D | GrGpuCommandBuffer.cpp | 20 void GrGpuRTCommandBuffer::clear(const GrFixedClip& clip, const SkPMColor4f& color) { in clear() 29 void GrGpuRTCommandBuffer::clearStencilClip(const GrFixedClip& clip, bool insideStencilMask) { in clearStencilClip() 35 bool GrGpuRTCommandBuffer::draw(const GrPrimitiveProcessor& primProc, const GrPipeline& pipeline, in draw()
|
D | GrOpFlushState.h | 23 class GrGpuRTCommandBuffer; variable 50 GrGpuRTCommandBuffer* rtCommandBuffer();
|
/external/skqp/src/gpu/mtl/ |
D | GrMtlGpuCommandBuffer.h | 43 class GrMtlGpuRTCommandBuffer : public GrGpuRTCommandBuffer, private GrMesh::SendToGpuImpl { 47 const GrGpuRTCommandBuffer::LoadAndStoreInfo& colorInfo, 48 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo& stencilInfo); 127 GrGpuRTCommandBuffer::LoadAndStoreInfo fColorLoadAndStoreInfo; 128 GrGpuRTCommandBuffer::StencilLoadAndStoreInfo fStencilLoadAndStoreInfo; 139 typedef GrGpuRTCommandBuffer INHERITED;
|
D | GrMtlGpu.h | 90 GrGpuRTCommandBuffer* getCommandBuffer( 92 const GrGpuRTCommandBuffer::LoadAndStoreInfo&, 93 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo&) override;
|
/external/skia/src/gpu/mtl/ |
D | GrMtlGpuCommandBuffer.h | 43 class GrMtlGpuRTCommandBuffer : public GrGpuRTCommandBuffer, private GrMesh::SendToGpuImpl { 47 const GrGpuRTCommandBuffer::LoadAndStoreInfo& colorInfo, 48 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo& stencilInfo); 125 GrGpuRTCommandBuffer::LoadAndStoreInfo fColorLoadAndStoreInfo; 126 GrGpuRTCommandBuffer::StencilLoadAndStoreInfo fStencilLoadAndStoreInfo; 137 typedef GrGpuRTCommandBuffer INHERITED;
|
D | GrMtlGpu.h | 94 GrGpuRTCommandBuffer* getCommandBuffer( 96 const GrGpuRTCommandBuffer::LoadAndStoreInfo&, 97 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo&) override;
|
/external/skqp/src/gpu/vk/ |
D | GrVkGpuCommandBuffer.h | 61 class GrVkGpuRTCommandBuffer : public GrGpuRTCommandBuffer, private GrMesh::SendToGpuImpl { 81 const GrGpuRTCommandBuffer::LoadAndStoreInfo&, 82 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo&); 214 typedef GrGpuRTCommandBuffer INHERITED;
|
D | GrVkGpu.h | 95 GrGpuRTCommandBuffer* getCommandBuffer( 97 const GrGpuRTCommandBuffer::LoadAndStoreInfo&, 98 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo&) override;
|
/external/skia/src/gpu/vk/ |
D | GrVkGpuCommandBuffer.h | 61 class GrVkGpuRTCommandBuffer : public GrGpuRTCommandBuffer, private GrMesh::SendToGpuImpl { 81 const GrGpuRTCommandBuffer::LoadAndStoreInfo&, 82 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo&); 214 typedef GrGpuRTCommandBuffer INHERITED;
|
D | GrVkGpu.h | 101 GrGpuRTCommandBuffer* getCommandBuffer( 103 const GrGpuRTCommandBuffer::LoadAndStoreInfo&, 104 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo&) override;
|
/external/skqp/src/gpu/mock/ |
D | GrMockGpu.h | 27 GrGpuRTCommandBuffer* getCommandBuffer( 29 const GrGpuRTCommandBuffer::LoadAndStoreInfo&, 30 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo&) override;
|
D | GrMockGpuCommandBuffer.h | 30 class GrMockGpuRTCommandBuffer : public GrGpuRTCommandBuffer { 60 typedef GrGpuRTCommandBuffer INHERITED;
|
D | GrMockGpu.cpp | 55 GrGpuRTCommandBuffer* GrMockGpu::getCommandBuffer( in getCommandBuffer() 57 const GrGpuRTCommandBuffer::LoadAndStoreInfo&, in getCommandBuffer() 58 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo&) { in getCommandBuffer()
|
/external/skia/src/gpu/mock/ |
D | GrMockGpu.h | 27 GrGpuRTCommandBuffer* getCommandBuffer( 29 const GrGpuRTCommandBuffer::LoadAndStoreInfo&, 30 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo&) override;
|
D | GrMockGpuCommandBuffer.h | 30 class GrMockGpuRTCommandBuffer : public GrGpuRTCommandBuffer { 60 typedef GrGpuRTCommandBuffer INHERITED;
|
D | GrMockGpu.cpp | 55 GrGpuRTCommandBuffer* GrMockGpu::getCommandBuffer( in getCommandBuffer() 57 const GrGpuRTCommandBuffer::LoadAndStoreInfo&, in getCommandBuffer() 58 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo&) { in getCommandBuffer()
|