Searched defs:new_size (Results 1 – 8 of 8) sorted by relevance
/hardware/google/gfxstream/host/ |
D | ReadBuffer.cpp | 66 size_t new_size = std::max(2 * minSizeToRead + m_validData, 2 * m_size); in getData() local
|
/hardware/google/gfxstream/guest/android-emu/aemu/base/ |
D | address_space.h | 181 uint64_t new_size = to_borrow_from->size - size; in address_space_allocator_split_block() local
|
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | blob.c | 88 const size_t new_size = ALIGN(blob->size, alignment); in blob_align() local
|
D | u_debug_memory.c | 224 void *old_ptr, size_t old_size, size_t new_size ) in debug_realloc()
|
D | ralloc.c | 201 rerzalloc_size(const void *ctx, void *ptr, size_t old_size, size_t new_size) in rerzalloc_size() 1147 linear_realloc(void *parent, void *old, unsigned new_size) in linear_realloc()
|
/hardware/google/aemu/base/include/aemu/base/ |
D | address_space.h | 207 uint64_t new_size = to_borrow_from->size - size; in address_space_allocator_split_block() local
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/ |
D | overlay.cpp | 1142 size_t new_size, VkBufferUsageFlagBits usage) in CreateOrResizeBuffer()
|
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | tinyexr.h | 4406 size_t new_size = p->m_size + len; in tdefl_output_buffer_putter() local 4836 size_t new_size, in mz_zip_array_resize() 5980 mz_uint64 new_size = MZ_MAX(file_ofs + n, pState->m_mem_size); in mz_zip_heap_write_func() local
|