Searched refs:EngineDawn (Results 1 – 3 of 3) sorted by relevance
34 class EngineDawn : public Engine {36 EngineDawn();37 ~EngineDawn() override;
301 Result EngineDawn::MapDeviceTextureToHostBuffer( in MapDeviceTextureToHostBuffer()364 Result EngineDawn::MapDeviceBufferToHostBuffer( in MapDeviceBufferToHostBuffer()771 EngineDawn::EngineDawn() : Engine() {} in EngineDawn() function in amber::dawn::EngineDawn773 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()[all …]
43 engine = MakeUnique<dawn::EngineDawn>(); in Create()