Home
last modified time | relevance | path

Searched defs:vmo (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/engine/flutter/shell/platform/fuchsia/dart-pkg/zircon/sdk_ext/
Dsystem.cc346 zx_handle_t vmo = ZX_HANDLE_INVALID; in VmoCreate() local
364 zx_handle_t vmo = ZX_HANDLE_INVALID; in VmoFromFile() local
374 Dart_Handle System::VmoGetSize(fml::RefPtr<Handle> vmo) { in VmoGetSize()
385 zx_status_t System::VmoSetSize(fml::RefPtr<Handle> vmo, uint64_t size) { in VmoSetSize()
392 zx_status_t System::VmoWrite(fml::RefPtr<Handle> vmo, in VmoWrite()
407 Dart_Handle System::VmoRead(fml::RefPtr<Handle> vmo, in VmoRead()
440 Dart_Handle System::VmoMap(fml::RefPtr<Handle> vmo) { in VmoMap()
/third_party/flutter/engine/flutter/shell/platform/fuchsia/runtime/dart/utils/
Dhandle_exception.cc22 zx::vmo vmo; in FillBuffer() local
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DExecutableMemory.cpp313 zx_handle_t vmo; in allocateMemoryPages() local
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
Dmemory.cpp67 zx_handle_t vmo; in allocatePages() local
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
DVulkanHelper.cpp676 VkResult VulkanHelper::exportMemoryZirconVmo(VkDeviceMemory deviceMemory, zx_handle_t *vmo) in exportMemoryZirconVmo()