Home
last modified time | relevance | path

Searched refs:gfxAlloc_ (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ui_lite/frameworks/window/
H A Dwindow_impl.cpp22 WindowImpl::WindowImpl() : rootView_(nullptr), iWindow_(nullptr), isShow_(false), gfxAlloc_({}) {} in WindowImpl()
167 if (gfxAlloc_.virAddr == nullptr) { in Render()
205 gfxAlloc_ = {}; in Flush()
211 if ((gfxAlloc_.virAddr == nullptr) && (iWindow_ != nullptr)) { in UpdateHalDisplayBuffer()
216 surface->Lock(reinterpret_cast<void**>(&gfxAlloc_.virAddr), in UpdateHalDisplayBuffer()
217 reinterpret_cast<void**>(&gfxAlloc_.phyAddr), &gfxAlloc_.stride); in UpdateHalDisplayBuffer()
224 bufferInfo.virAddr = gfxAlloc_.virAddr; in GetBufferInfo()
225 bufferInfo.phyAddr = gfxAlloc_.phyAddr; in GetBufferInfo()
229 bufferInfo.stride = gfxAlloc_ in GetBufferInfo()
[all...]
H A Dwindow_impl.h69 AllocationInfo gfxAlloc_; member in OHOS::WindowImpl
/foundation/arkui/ui_lite/frameworks/dock/
H A Dscreen_device_proxy.h147 return gfxAlloc_; in GetAllocationInfo()
229 AllocationInfo gfxAlloc_ = {0}; member in OHOS::ScreenDeviceProxy

Completed in 2 milliseconds