/ohos5.0/commonlibrary/c_utils/base/src/ |
H A D | io_event_reactor.cpp | 31 …:loopReady_(false), enabled_(false), count_(0), ioHandlers_(INIT_FD_NUMS), backend_(new IOEventEpo… in IOEventReactor() 40 if (backend_ == nullptr) { in SetUp() 41 backend_ = std::make_unique<IOEventEpoll>(); in SetUp() 44 ErrCode res = backend_->SetUp(); in SetUp() 102 if (backend_ == nullptr || !UpdateToDemultiplexer(target->fd_)) { in AddHandler() 129 if (backend_ == nullptr || !UpdateToDemultiplexer(target->fd_)) { in UpdateHandler() 161 if (backend_ == nullptr || !UpdateToDemultiplexer(target->fd_)) { in RemoveHandler() 215 ErrCode res = backend_->ModifyEvents(fd, emask); in UpdateToDemultiplexer() 290 res = backend_->Polling(timeout, gotEvents); in Run() 292 res = backend_->Polling(timeout, gotEvents); in Run()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/ |
H A D | drawing_sample.cpp | 42 backend_ = OHOS::Rosen::HdiBackend::GetInstance(); in Run() 43 if (backend_ == nullptr) { in Run() 48 backend_->RegScreenHotplug(DrawingSample::OnScreenPlug, this); in Run() 63 backend_->RegPrepareComplete(DrawingSample::OnPrepareCompleted, this); in Run() 169 backend_->Repaint(curOutput_); in Draw()
|
H A D | drawing_sample.h | 62 HdiBackend* backend_ = nullptr; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/ |
H A D | drawing_engine_sample.cpp | 70 backend_ = OHOS::Rosen::HdiBackend::GetInstance(); in Run() 71 if (backend_ == nullptr) { in Run() 76 backend_->RegScreenHotplug(DrawingEngineSample::OnScreenPlug, this); in Run() 91 backend_->RegPrepareComplete(DrawingEngineSample::OnPrepareCompleted, this); in Run() 320 backend_->Repaint(output_); in OutPutDisplay()
|
H A D | render_context_sample.cpp | 33 backend_ = OHOS::Rosen::HdiBackend::GetInstance(); in Run() 34 if (backend_ == nullptr) { in Run() 39 backend_->RegScreenHotplug(RenderContextSample::OnScreenPlug, this); in Run() 54 backend_->RegPrepareComplete(RenderContextSample::OnPrepareCompleted, this); in Run() 326 backend_->Repaint(output_); in Draw()
|
H A D | drawing_engine_sample.h | 59 HdiBackend* backend_ = nullptr; variable
|
H A D | render_context_sample.h | 59 HdiBackend* backend_ = nullptr; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/composer/ |
H A D | hello_composer.cpp | 49 backend_ = OHOS::Rosen::HdiBackend::GetInstance(); in Run() 50 if (backend_ == nullptr) { in Run() 55 backend_->RegScreenHotplug(HelloComposer::OnScreenPlug, this); in Run() 70 backend_->RegPrepareComplete(HelloComposer::OnPrepareCompleted, this); in Run() 280 backend_->Repaint(curOutput_); in Draw()
|
H A D | hello_composer.h | 51 HdiBackend* backend_ = nullptr; variable
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | pa_container.cpp | 62 backend_ = Backend::Create(); in InitializeBackend() 63 auto paBackend = AceType::DynamicCast<PaBackend>(backend_); in InitializeBackend() 76 ACE_DCHECK(backend_); in InitializeBackend() 77 backend_->Initialize(type_, language); in InitializeBackend() 217 backend_.Swap(backend); in Destroy()
|
H A D | pa_container.h | 128 return backend_; in GetBackend() 197 RefPtr<Backend> backend_; variable
|
/ohos5.0/commonlibrary/c_utils/base/include/ |
H A D | io_event_reactor.h | 104 std::unique_ptr<IOEventEpoll> backend_; variable
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/ |
H A D | main.cpp | 1511 DeviceBackendType backend_; member 1524 SetupSpirvCross(me.shaderStageFlags_, &compiler, me.backend_, me.ovrEnabled); in ProcessShaderModule() 1661 shader.backend_ = DeviceBackendType::OPENGL; in runAllCompilationStages() 1707 shader.backend_ = DeviceBackendType::OPENGLES; in runAllCompilationStages()
|