Home
last modified time | relevance | path

Searched refs:PostCallRecordCreateFramebuffer (Results 1 – 8 of 8) sorted by relevance

/external/vulkan-validation-layers/layers/
Dobject_tracker_utils.cpp899 void ObjectLifetimes::PostCallRecordCreateFramebuffer(VkDevice device, const VkFramebufferCreateInf… in PostCallRecordCreateFramebuffer() function in ObjectLifetimes
Dcore_validation.h528 … void PostCallRecordCreateFramebuffer(VkDevice device, const VkFramebufferCreateInfo* pCreateInfo,
Dcore_validation.cpp9861 void ValidationStateTracker::PostCallRecordCreateFramebuffer(VkDevice device, const VkFramebufferCr… in PostCallRecordCreateFramebuffer() function in ValidationStateTracker
/external/vulkan-validation-layers/layers/generated/
Dobject_tracker.h585 void PostCallRecordCreateFramebuffer(
Dthread_safety.h1284 void PostCallRecordCreateFramebuffer(
Dthread_safety.cpp1425 void ThreadSafety::PostCallRecordCreateFramebuffer( in PostCallRecordCreateFramebuffer() function in ThreadSafety
Dchassis.h2766 …virtual void PostCallRecordCreateFramebuffer(VkDevice device, const VkFramebufferCreateInfo* pCrea… in PostCallRecordCreateFramebuffer() function
Dchassis.cpp2543 … intercept->PostCallRecordCreateFramebuffer(device, pCreateInfo, pAllocator, pFramebuffer, result); in CreateFramebuffer()