Home
last modified time | relevance | path

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

12

/external/skqp/src/gpu/gl/
DGrGLGpuCommandBuffer.h43 class GrGLGpuRTCommandBuffer : public GrGpuRTCommandBuffer {
71 const GrGpuRTCommandBuffer::LoadAndStoreInfo&,
72 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo&);
101 GrGpuRTCommandBuffer::LoadAndStoreInfo fColorLoadAndStoreInfo;
102 GrGpuRTCommandBuffer::StencilLoadAndStoreInfo fStencilLoadAndStoreInfo;
104 typedef GrGpuRTCommandBuffer INHERITED;
DGrGLGpuCommandBuffer.cpp27 const GrGpuRTCommandBuffer::LoadAndStoreInfo& colorInfo, in set()
28 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo& stencilInfo) { in set()
/external/skia/src/gpu/gl/
DGrGLGpuCommandBuffer.h43 class GrGLGpuRTCommandBuffer : public GrGpuRTCommandBuffer {
71 const GrGpuRTCommandBuffer::LoadAndStoreInfo&,
72 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo&);
101 GrGpuRTCommandBuffer::LoadAndStoreInfo fColorLoadAndStoreInfo;
102 GrGpuRTCommandBuffer::StencilLoadAndStoreInfo fStencilLoadAndStoreInfo;
104 typedef GrGpuRTCommandBuffer INHERITED;
DGrGLGpuCommandBuffer.cpp28 const GrGpuRTCommandBuffer::LoadAndStoreInfo& colorInfo, in set()
29 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo& stencilInfo) { in set()
/external/skqp/src/gpu/
DGrGpuCommandBuffer.h26 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
DGrGpuCommandBuffer.cpp19 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()
DGrOpFlushState.h23 class GrGpuRTCommandBuffer; variable
48 GrGpuRTCommandBuffer* rtCommandBuffer();
DGrGpu.h251 virtual GrGpuRTCommandBuffer* getCommandBuffer(
253 const GrGpuRTCommandBuffer::LoadAndStoreInfo&,
254 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo&) = 0;
/external/skia/src/gpu/
DGrGpuCommandBuffer.h26 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
DGrGpuCommandBuffer.cpp20 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()
DGrOpFlushState.h23 class GrGpuRTCommandBuffer; variable
50 GrGpuRTCommandBuffer* rtCommandBuffer();
/external/skqp/src/gpu/mtl/
DGrMtlGpuCommandBuffer.h43 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;
DGrMtlGpu.h90 GrGpuRTCommandBuffer* getCommandBuffer(
92 const GrGpuRTCommandBuffer::LoadAndStoreInfo&,
93 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo&) override;
/external/skia/src/gpu/mtl/
DGrMtlGpuCommandBuffer.h43 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;
DGrMtlGpu.h94 GrGpuRTCommandBuffer* getCommandBuffer(
96 const GrGpuRTCommandBuffer::LoadAndStoreInfo&,
97 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo&) override;
/external/skqp/src/gpu/vk/
DGrVkGpuCommandBuffer.h61 class GrVkGpuRTCommandBuffer : public GrGpuRTCommandBuffer, private GrMesh::SendToGpuImpl {
81 const GrGpuRTCommandBuffer::LoadAndStoreInfo&,
82 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo&);
214 typedef GrGpuRTCommandBuffer INHERITED;
DGrVkGpu.h95 GrGpuRTCommandBuffer* getCommandBuffer(
97 const GrGpuRTCommandBuffer::LoadAndStoreInfo&,
98 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo&) override;
/external/skia/src/gpu/vk/
DGrVkGpuCommandBuffer.h61 class GrVkGpuRTCommandBuffer : public GrGpuRTCommandBuffer, private GrMesh::SendToGpuImpl {
81 const GrGpuRTCommandBuffer::LoadAndStoreInfo&,
82 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo&);
214 typedef GrGpuRTCommandBuffer INHERITED;
DGrVkGpu.h101 GrGpuRTCommandBuffer* getCommandBuffer(
103 const GrGpuRTCommandBuffer::LoadAndStoreInfo&,
104 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo&) override;
/external/skqp/src/gpu/mock/
DGrMockGpu.h27 GrGpuRTCommandBuffer* getCommandBuffer(
29 const GrGpuRTCommandBuffer::LoadAndStoreInfo&,
30 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo&) override;
DGrMockGpuCommandBuffer.h30 class GrMockGpuRTCommandBuffer : public GrGpuRTCommandBuffer {
60 typedef GrGpuRTCommandBuffer INHERITED;
DGrMockGpu.cpp55 GrGpuRTCommandBuffer* GrMockGpu::getCommandBuffer( in getCommandBuffer()
57 const GrGpuRTCommandBuffer::LoadAndStoreInfo&, in getCommandBuffer()
58 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo&) { in getCommandBuffer()
/external/skia/src/gpu/mock/
DGrMockGpu.h27 GrGpuRTCommandBuffer* getCommandBuffer(
29 const GrGpuRTCommandBuffer::LoadAndStoreInfo&,
30 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo&) override;
DGrMockGpuCommandBuffer.h30 class GrMockGpuRTCommandBuffer : public GrGpuRTCommandBuffer {
60 typedef GrGpuRTCommandBuffer INHERITED;
DGrMockGpu.cpp55 GrGpuRTCommandBuffer* GrMockGpu::getCommandBuffer( in getCommandBuffer()
57 const GrGpuRTCommandBuffer::LoadAndStoreInfo&, in getCommandBuffer()
58 const GrGpuRTCommandBuffer::StencilLoadAndStoreInfo&) { in getCommandBuffer()

12