Home | History | Annotate | Download | only in vulkan

Lines Matching defs:createEvent

16331     Result createEvent( const EventCreateInfo* pCreateInfo, const AllocationCallbacks* pAllocator, Event* pEvent ) const
16337 ResultValueType<Event>::type createEvent( const EventCreateInfo & createInfo, Optional<const AllocationCallbacks> allocator = nullptr ) const
16341 return createResultValue( result, event, "vk::Device::createEvent" );