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

/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp653 // CommandPool
655 struct CommandPool { struct in namespace:null_driver
659 DEFINE_OBJECT_HANDLE_CONVERSION(CommandPool)
667 CommandPool* pool = static_cast<CommandPool*>(allocator->pfnAllocation(
668 allocator->pUserData, sizeof(CommandPool), alignof(CommandPool),
680 CommandPool* pool = GetCommandPoolFromHandle(cmd_pool);
691 CommandPool& pool = *GetCommandPoolFromHandle(alloc_info->commandPool);
718 CommandPool
[all...]

Completed in 12 milliseconds