Searched refs:DoClear (Results 1 – 12 of 12) sorted by relevance
128 DoClear<T>(); in Clear()182 void DoClear() { in DoClear() function200 inline void InternalMetadata::DoClear<std::string>() {
237 auto DoClear = [&](Aspect aspects) { in ClearTexture() local288 DoClear(aspectsToClear); in ClearTexture()311 DoClear(aspectsToClear); in ClearTexture()384 auto DoClear = [&]() { in ClearTexture() local421 DoClear(); in ClearTexture()429 DoClear(); in ClearTexture()438 DoClear(); in ClearTexture()
147 pipeline when executing the `DoClear` command.152 the stencil buffer for a given pipeline when `DoClear` is executed.157 the depth buffer for a given pipeline when `DoClear` is executed.160 #### `DoClear`161 The `DoClear` command instructs the engine to clear the various colour and
99 virtual Result DoClear(const ClearCommand* cmd) = 0;
153 return engine->DoClear(cmd->AsClear()); in ExecuteCommand()
93 Result DoClear(const ClearCommand*) override { in DoClear() function in amber::vkscript::__anon9844eec20111::EngineStub
56 Result DoClear(const ClearCommand* cmd) override;
892 Result EngineDawn::DoClear(const ClearCommand* command) { in DoClear() function in amber::dawn::EngineDawn
290 bool Input::beginBitSetScalar(bool &DoClear) { in beginBitSetScalar() argument297 DoClear = true; in beginBitSetScalar()641 bool Output::beginBitSetScalar(bool &DoClear) { in beginBitSetScalar() argument645 DoClear = false; in beginBitSetScalar()
55 Result DoClear(const ClearCommand* cmd) override;
456 Result EngineVulkan::DoClear(const ClearCommand* command) { in DoClear() function in amber::vulkan::EngineVulkan
733 bool DoClear;734 if ( io.beginBitSetScalar(DoClear) ) {735 if ( DoClear )