Home
last modified time | relevance | path

Searched defs:allocate (Results 1 – 14 of 14) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
DPoolAlloc.h75 void *allocate(size_type n) { return getAllocator().allocate(n); } in allocate() function
76 void *allocate(size_type n, const void *) { return getAllocator().allocate(n); } in allocate() function
79 pointer allocate(size_type n) in allocate() function
83 pointer allocate(size_type n, const void *) in allocate() function
/device/generic/vulkan-cereal/fake-android-guest/ui/
DGralloc2.h123 Error allocate(BufferDescriptor descriptor, in allocate() function
128 Error allocate(const IMapper::BufferDescriptorInfo& descriptorInfo, uint32_t count, in allocate() function
138 Error allocate(const IMapper::BufferDescriptorInfo& descriptorInfo, in allocate() function
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/
DPersistentCommandPool.cpp61 angle::Result PersistentCommandPool::allocate(vk::Context *context, in allocate() function in rx::vk::PersistentCommandPool
Dvk_helpers.cpp967 angle::Result DynamicBuffer::allocate(ContextVk *contextVk, in allocate() function in rx::vk::DynamicBuffer
1219 angle::Result DynamicShadowBuffer::allocate(size_t sizeInBytes) in allocate() function in rx::vk::DynamicShadowBuffer
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DHandleAllocator.cpp45 GLuint HandleAllocator::allocate() in allocate() function in gl::HandleAllocator
/device/generic/vulkan-cereal/fake-android-guest/androidImpl/
DGraphicBufferAllocator.cpp83 status_t GraphicBufferAllocator::allocate(uint32_t width, uint32_t height, in allocate() function in android::GraphicBufferAllocator
DGralloc2.cpp237 Error Allocator::allocate(BufferDescriptor descriptor, uint32_t count, in allocate() function in android::Gralloc2::Allocator
/device/generic/vulkan-cereal/third-party/angle/src/common/
DPoolAlloc.cpp216 void *PoolAllocator::allocate(size_t numBytes) in allocate() function in angle::PoolAllocator
/device/generic/vulkan-cereal/host-common/
Daddress_space_host_memory_allocator.cpp82 uint64_t AddressSpaceHostMemoryAllocatorContext::allocate(AddressSpaceDevicePingInfo *info) { in allocate() function in android::emulation::AddressSpaceHostMemoryAllocatorContext
Daddress_space_shared_slots_host_memory_allocator.cpp133 uint64_t MemBlock::allocate(const size_t requestedSize) { in allocate() function in android::emulation::MemBlock
307 AddressSpaceSharedSlotsHostMemoryAllocatorContext::allocate( in allocate() function in android::emulation::AddressSpaceSharedSlotsHostMemoryAllocatorContext
Daddress_space_shared_slots_host_memory_allocator_unittests.cpp120 TEST(MemBlock, allocate) { in TEST() argument
/device/generic/goldfish-opengl/system/hals/
Dallocator3.cpp56 Return<void> allocate(const hidl_vec<uint32_t>& rawDescriptor, in allocate() function in GoldfishAllocator
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d11/
DResourceManager11.h314 angle::Result allocate(d3d::Context *context, in allocate() function
DResourceManager11.cpp388 angle::Result ResourceManager11::allocate(d3d::Context *context, in allocate() function in rx::ResourceManager11