Home
last modified time | relevance | path

Searched refs:EngineDawn (Results 1 – 3 of 3) sorted by relevance

/external/deqp-deps/amber/src/dawn/
Dengine_dawn.h34 class EngineDawn : public Engine {
36 EngineDawn();
37 ~EngineDawn() override;
Dengine_dawn.cc301 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()
[all …]
/external/deqp-deps/amber/src/
Dengine.cc43 engine = MakeUnique<dawn::EngineDawn>(); in Create()