Home
last modified time | relevance | path

Searched refs:addCommands (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/experimental/graphite/src/
DTaskGraph.cpp19 void TaskGraph::addCommands(ResourceProvider* resourceProvider, CommandBuffer* commandBuffer) { in addCommands() function in skgpu::TaskGraph
21 task->addCommands(resourceProvider, commandBuffer); in addCommands()
DRenderPassTask.cpp32 void RenderPassTask::addCommands(ResourceProvider* resourceProvider, CommandBuffer* commandBuffer) { in addCommands() function in skgpu::RenderPassTask
56 drawPass->addCommands(commandBuffer); in addCommands()
DTask.h22 virtual void addCommands(ResourceProvider*, CommandBuffer*) = 0;
DTaskGraph.h24 void addCommands(ResourceProvider*, CommandBuffer*);
DRenderPassTask.h36 void addCommands(ResourceProvider*, CommandBuffer*) override;
DCopyTask.h31 void addCommands(ResourceProvider*, CommandBuffer*) override;
DCopyTask.cpp42 void CopyTextureToBufferTask::addCommands(ResourceProvider*, CommandBuffer* commandBuffer) { in addCommands() function in skgpu::CopyTextureToBufferTask
DRecorder.cpp56 fGraph.addCommands(gpu->resourceProvider(), commandBuffer.get()); in snap()
DDrawPass.h73 void addCommands(CommandBuffer* buffer) const;
DDrawPass.cpp321 void DrawPass::addCommands(CommandBuffer* buffer) const { in addCommands() function in skgpu::DrawPass
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawScissorTests.cpp95 virtual void addCommands (const DeviceInterface& vk, VkCommandBuffer cmdBuffer) = 0;
114 virtual void addCommands (const DeviceInterface& vk, VkCommandBuffer cmdBuffer);
150 void QuadDrawTestCommand::addCommands (const DeviceInterface& vk, VkCommandBuffer cmdBuffer) in addCommands() function in vkt::Draw::__anon9c78ce580111::QuadDrawTestCommand
161 virtual void addCommands (const DeviceInterface& vk, VkCommandBuffer cmdBuffer);
172 void RectClearTestCommand::addCommands (const DeviceInterface& vk, VkCommandBuffer cmdBuffer) in addCommands() function in vkt::Draw::__anon9c78ce580111::RectClearTestCommand
197 virtual void addCommands (const DeviceInterface& vk, VkCommandBuffer cmdBuffer);
211 void DynamicScissorTestCommand::addCommands (const DeviceInterface& vk, VkCommandBuffer cmdBuffer) in addCommands() function in vkt::Draw::__anon9c78ce580111::DynamicScissorTestCommand
543 m_params.commands[commandIdx]->addCommands(vk, *cmdBuffer); in iterate()