Searched defs:pMemory (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp352 Fragment* IRBuilder::CreateRegion(void* pMemory, size_t pLength) { argument
356 llvm::StringRef region(reinterpret_cast<const char*>(pMemory), pLength);
/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.cpp301 VKAPI_ATTR VkResult AllocateMemory(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory);
694 VKAPI_ATTR VkResult AllocateMemory(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory) { argument
695 return GetData(device).dispatch.AllocateMemory(device, pAllocateInfo, pAllocator, pMemory);
1318 VKAPI_ATTR VkResult vkAllocateMemory(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory) { argument
1319 return vulkan::api::AllocateMemory(device, pAllocateInfo, pAllocator, pMemory);

Completed in 78 milliseconds