Home
last modified time | relevance | path

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

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