Home
last modified time | relevance | path

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

/external/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
/external/wayland/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()
/external/mesa3d/src/intel/vulkan/
Danv_gem_stubs.c33 int fd = os_create_anonymous_file(size, "fake bo"); in anv_gem_create()
71 int fd = os_create_anonymous_file(size, "fake bo"); in anv_gem_userptr()
Danv_allocator.c151 table->fd = os_create_anonymous_file(BLOCK_POOL_MEMFD_SIZE, "state table"); in anv_state_table_init()
388 pool->fd = os_create_anonymous_file(BLOCK_POOL_MEMFD_SIZE, "block pool"); in anv_block_pool_init()
/external/libxkbcommon/tools/
Dinteractive-wayland.c155 os_create_anonymous_file(off_t size) in os_create_anonymous_file() function
239 fd = os_create_anonymous_file(size); in buffer_create()
/external/mesa3d/src/intel/tools/
Daub_mem.c367 mem->mem_fd = os_create_anonymous_file(0, "phys memory"); in aub_mem_init()
/external/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
D19.3.0.rst3190 - util: fix os_create_anonymous_file on android
/external/mesa3d/src/egl/drivers/dri2/
Dplatform_wayland.c1677 fd = os_create_anonymous_file(size_map, NULL); in dri2_wl_swrast_allocate_buffer()