Lines Matching refs:EngineDawn
301 Result EngineDawn::MapDeviceTextureToHostBuffer( in MapDeviceTextureToHostBuffer()
364 Result EngineDawn::MapDeviceBufferToHostBuffer( in MapDeviceBufferToHostBuffer()
771 EngineDawn::EngineDawn() : Engine() {} in EngineDawn() function in amber::dawn::EngineDawn
773 EngineDawn::~EngineDawn() = default;
775 Result EngineDawn::Initialize(EngineConfig* config, in Initialize()
794 Result EngineDawn::CreatePipeline(::amber::Pipeline* pipeline) { in CreatePipeline()
863 Result EngineDawn::DoClearColor(const ClearColorCommand* command) { in DoClearColor()
874 Result EngineDawn::DoClearStencil(const ClearStencilCommand* command) { in DoClearStencil()
883 Result EngineDawn::DoClearDepth(const ClearDepthCommand* command) { in DoClearDepth()
892 Result EngineDawn::DoClear(const ClearCommand* command) { in DoClear()
1240 Result EngineDawn::DoDrawRect(const DrawRectCommand* command) { in DoDrawRect()
1331 Result EngineDawn::DoDrawGrid(const DrawGridCommand* command) { in DoDrawGrid()
1335 Result EngineDawn::DoDrawArrays(const DrawArraysCommand* command) { in DoDrawArrays()
1416 Result EngineDawn::DoCompute(const ComputeCommand* command) { in DoCompute()
1454 Result EngineDawn::DoEntryPoint(const EntryPointCommand*) { in DoEntryPoint()
1458 Result EngineDawn::DoPatchParameterVertices( in DoPatchParameterVertices()
1463 Result EngineDawn::DoBuffer(const BufferCommand* command) { in DoBuffer()
1510 Result EngineDawn::AttachBuffersAndTextures( in AttachBuffersAndTextures()
1694 Result EngineDawn::AttachBuffers(ComputePipelineInfo* compute_pipeline) { in AttachBuffers()