Home
last modified time | relevance | path

Searched defs:allocateBuffer (Results 1 – 18 of 18) sorted by relevance

/external/swiftshader/src/Vulkan/
DVkDeviceMemoryExternalHost.cpp43 VkResult ExternalMemoryHost::allocateBuffer() in allocateBuffer() function in ExternalMemoryHost
DVkDeviceMemoryExternalLinux.hpp46 VkResult allocateBuffer() override in allocateBuffer() function in OpaqueFdExternalMemory
DVkDeviceMemoryExternalFuchsia.hpp82 VkResult allocateBuffer() override in allocateBuffer() function in zircon::VmoExternalMemory
DVkDeviceMemoryExternalMac.hpp86 VkResult allocateBuffer() override in allocateBuffer() function in OpaqueFdExternalMemory
DVkDeviceMemory.cpp340 VkResult DeviceMemory::allocateBuffer() in allocateBuffer() function in vk::DeviceMemory
DVkDeviceMemoryExternalAndroid.cpp210 VkResult AHardwareBufferExternalMemory::allocateBuffer() in allocateBuffer() function in AHardwareBufferExternalMemory
/external/minigbm/cros_gralloc/aidl/
DAllocator.cpp139 ndk::ScopedAStatus Allocator::allocateBuffer(const struct cros_gralloc_buffer_descriptor& descripto… in allocateBuffer() function in aidl::android::hardware::graphics::allocator::impl::Allocator
/external/deqp/modules/glshared/
DglsMemoryStressCase.cpp661 void MemObjectAllocator::allocateBuffer(de::Random &rnd) in allocateBuffer() function in deqp::gls::MemObjectAllocator
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageSamplingInstance.cpp55 de::MovePtr<Allocation> allocateBuffer(const InstanceInterface &vki, const DeviceInterface &vkd, in allocateBuffer() function
DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp207 de::MovePtr<Allocation> allocateBuffer(const InstanceInterface &vki, const DeviceInterface &vkd, in allocateBuffer() function
/external/mesa3d/src/gfxstream/host/apigen-codec-common/GL/
Ddri_interface.h910 __DRIbuffer *(*allocateBuffer)(__DRIscreen *screen, member
/external/mesa3d/src/gfxstream/host/apigen-codec-common/GL/internal/
Ddri_interface.h910 __DRIbuffer *(*allocateBuffer)(__DRIscreen *screen, member
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h979 MutableArrayRef<char> allocateBuffer(size_t Size) { in allocateBuffer() function
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiImageClearingTests.cpp89 de::MovePtr<Allocation> allocateBuffer(const InstanceInterface &vki, const DeviceInterface &vkd, in allocateBuffer() function
DvktApiCopiesAndBlittingTests.cpp399 de::MovePtr<Allocation> allocateBuffer(const InstanceInterface &vki, const DeviceInterface &vkd, in allocateBuffer() function
/external/mesa3d/include/GL/internal/
Ddri_interface.h1210 __DRIbuffer *(*allocateBuffer)(__DRIscreen *screen, member
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp155 de::MovePtr<Allocation> allocateBuffer(const InstanceInterface &vki, const DeviceInterface &vkd, in allocateBuffer() function
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp3790 VkResult BufferPool::allocateBuffer(Context *context, in allocateBuffer() function in rx::vk::BufferPool