Searched refs:pMemory (Results 1 – 6 of 6) sorted by relevance
/device/generic/goldfish-opengl/system/vulkan_enc/ |
D | ResourceTracker.cpp | 1509 VkDeviceMemory* pMemory) { in on_vkAllocateMemory() argument 1806 device, &finalAllocInfo, pAllocator, pMemory); in on_vkAllocateMemory() 1812 device, *pMemory, in on_vkAllocateMemory() 1844 device, &finalAllocInfo, pAllocator, pMemory); in on_vkAllocateMemory() 1857 device, *pMemory, in on_vkAllocateMemory() 1916 *pMemory = virtualMemInfo.subAlloc.subMemory; in on_vkAllocateMemory() 3382 VkDeviceMemory* pMemory) { in on_vkAllocateMemory() argument 3384 context, input_result, device, pAllocateInfo, pAllocator, pMemory); in on_vkAllocateMemory()
|
D | ResourceTracker.h | 104 VkDeviceMemory* pMemory);
|
D | VkEncoder.h | 127 VkDeviceMemory* pMemory);
|
D | VkEncoder.cpp | 1557 VkDeviceMemory* pMemory) in vkAllocateMemory() argument 1605 countingStream->handleMapping()->mapHandles_VkDeviceMemory_u64(pMemory, &cgen_var_96, 1); in vkAllocateMemory() 1626 stream->handleMapping()->mapHandles_VkDeviceMemory_u64(pMemory, &cgen_var_99, 1); in vkAllocateMemory() 1633 …stream->handleMapping()->mapHandles_u64_VkDeviceMemory(&cgen_var_100, (VkDeviceMemory*)pMemory, 1); in vkAllocateMemory()
|
/device/google/marlin/camera/QCamera2/HAL/ |
D | QCamera2HWI.cpp | 4534 QCameraMemory *pMemory = pStream->getStreamBufs(); in takePicture() local 4535 if (!pMemory) { in takePicture() 4541 while (!pMemory->checkIfAllBuffersMapped() && (waitCnt > 0)) { in takePicture() 4549 assert(pMemory->checkIfAllBuffersMapped()); in takePicture()
|
/device/generic/goldfish-opengl/system/vulkan/ |
D | func_table.cpp | 263 VkDeviceMemory* pMemory) in entry_vkAllocateMemory() argument 269 …rn = resources->on_vkAllocateMemory(vkEnc, VK_SUCCESS, device, pAllocateInfo, pAllocator, pMemory); in entry_vkAllocateMemory()
|