Searched refs:os_create_anonymous_file (Results 1 – 25 of 27) sorted by relevance
12
/third_party/weston/shared/ |
D | os-compatibility.c | 163 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()
|
D | os-compatibility.h | 43 os_create_anonymous_file(off_t size);
|
/third_party/mesa3d/src/util/ |
D | anon_file.h | 31 int os_create_anonymous_file(off_t size, const char *debug_name);
|
D | anon_file.c | 115 os_create_anonymous_file(off_t size, const char *debug_name) in os_create_anonymous_file() function
|
D | os_memory_fd.c | 122 mem_fd = os_create_anonymous_file(alloc_size, fd_name); in os_malloc_aligned_fd()
|
/third_party/wayland_standard/cursor/ |
D | os-compatibility.h | 32 os_create_anonymous_file(off_t size);
|
D | os-compatibility.c | 116 os_create_anonymous_file(off_t size) in os_create_anonymous_file() function
|
D | wayland-cursor.c | 60 pool->fd = os_create_anonymous_file(size); in shm_pool_create()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_gem_stubs.c | 33 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()
|
D | anv_allocator.c | 157 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/ |
D | screenshot.c | 174 fd = os_create_anonymous_file(size); in screenshot_create_shm_buffer()
|
D | simple-touch.c | 72 fd = os_create_anonymous_file(size); in create_shm_buffer()
|
D | simple-shm.c | 100 fd = os_create_anonymous_file(size); in create_shm_buffer()
|
D | multi-resource.c | 98 fd = os_create_anonymous_file(size); in attach_buffer()
|
D | presentation-shm.c | 146 fd = os_create_anonymous_file(size); in create_shm_buffers()
|
D | simple-damage.c | 125 fd = os_create_anonymous_file(size); in create_shm_buffer()
|
D | ivi-shell-user-interface.c | 808 fd = os_create_anonymous_file(size); in createShmBuffer()
|
/third_party/mesa3d/src/intel/tools/ |
D | aub_mem.c | 383 mem->mem_fd = os_create_anonymous_file(0, "phys memory"); in aub_mem_init()
|
/third_party/mesa3d/docs/relnotes/ |
D | 19.1.8.rst | 229 - util: fix os_create_anonymous_file on android
|
D | 19.2.0.rst | 401 - util: fix os_create_anonymous_file on android
|
/third_party/weston/compositor/ |
D | screen-share.c | 470 fd = os_create_anonymous_file(height * stride); in shared_output_get_shm_buffer()
|
/third_party/mesa3d/src/vulkan/wsi/ |
D | wsi_common_wayland.c | 1128 fd = os_create_anonymous_file(image->data_size, NULL); in wsi_wl_image_init()
|
/third_party/weston/tests/ |
D | weston-test-client-helper.c | 467 fd = os_create_anonymous_file(buf->len); in create_shm_buffer()
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
D | platform_wayland.c | 1719 fd = os_create_anonymous_file(size_map, NULL); in dri2_wl_swrast_allocate_buffer()
|
/third_party/weston/libweston/backend-wayland/ |
D | wayland.c | 311 fd = os_create_anonymous_file(height * stride); in wayland_output_get_shm_buffer()
|
12