Home
last modified time | relevance | path

Searched refs:os_create_anonymous_file (Results 1 – 25 of 27) sorted by relevance

12

/third_party/weston/shared/
Dos-compatibility.c163 os_create_anonymous_file(off_t size) in os_create_anonymous_file() function
266 file->fd = os_create_anonymous_file(size); in os_ro_anonymous_file_create()
357 fd = os_create_anonymous_file(file->size); in os_ro_anonymous_file_get_fd()
Dos-compatibility.h43 os_create_anonymous_file(off_t size);
/third_party/mesa3d/src/util/
Danon_file.h31 int os_create_anonymous_file(off_t size, const char *debug_name);
Danon_file.c115 os_create_anonymous_file(off_t size, const char *debug_name) in os_create_anonymous_file() function
Dos_memory_fd.c122 mem_fd = os_create_anonymous_file(alloc_size, fd_name); in os_malloc_aligned_fd()
/third_party/wayland_standard/cursor/
Dos-compatibility.h32 os_create_anonymous_file(off_t size);
Dos-compatibility.c116 os_create_anonymous_file(off_t size) in os_create_anonymous_file() function
Dwayland-cursor.c60 pool->fd = os_create_anonymous_file(size); in shm_pool_create()
/third_party/mesa3d/src/intel/vulkan/
Danv_gem_stubs.c33 int fd = os_create_anonymous_file(size, "fake bo"); in anv_gem_create()
79 int fd = os_create_anonymous_file(size, "fake bo"); in anv_gem_userptr()
Danv_allocator.c157 table->fd = os_create_anonymous_file(BLOCK_POOL_MEMFD_SIZE, "state table"); in anv_state_table_init()
393 pool->fd = os_create_anonymous_file(BLOCK_POOL_MEMFD_SIZE, "block pool"); in anv_block_pool_init()
/third_party/weston/clients/
Dscreenshot.c174 fd = os_create_anonymous_file(size); in screenshot_create_shm_buffer()
Dsimple-touch.c72 fd = os_create_anonymous_file(size); in create_shm_buffer()
Dsimple-shm.c100 fd = os_create_anonymous_file(size); in create_shm_buffer()
Dmulti-resource.c98 fd = os_create_anonymous_file(size); in attach_buffer()
Dpresentation-shm.c146 fd = os_create_anonymous_file(size); in create_shm_buffers()
Dsimple-damage.c125 fd = os_create_anonymous_file(size); in create_shm_buffer()
Divi-shell-user-interface.c808 fd = os_create_anonymous_file(size); in createShmBuffer()
/third_party/mesa3d/src/intel/tools/
Daub_mem.c383 mem->mem_fd = os_create_anonymous_file(0, "phys memory"); in aub_mem_init()
/third_party/mesa3d/docs/relnotes/
D19.1.8.rst229 - util: fix os_create_anonymous_file on android
D19.2.0.rst401 - util: fix os_create_anonymous_file on android
/third_party/weston/compositor/
Dscreen-share.c470 fd = os_create_anonymous_file(height * stride); in shared_output_get_shm_buffer()
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common_wayland.c1128 fd = os_create_anonymous_file(image->data_size, NULL); in wsi_wl_image_init()
/third_party/weston/tests/
Dweston-test-client-helper.c467 fd = os_create_anonymous_file(buf->len); in create_shm_buffer()
/third_party/mesa3d/src/egl/drivers/dri2/
Dplatform_wayland.c1719 fd = os_create_anonymous_file(size_map, NULL); in dri2_wl_swrast_allocate_buffer()
/third_party/weston/libweston/backend-wayland/
Dwayland.c311 fd = os_create_anonymous_file(height * stride); in wayland_output_get_shm_buffer()

12