Home
last modified time | relevance | path

Searched refs:getRecordsBegin (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkAllocationCallbackUtil.hpp148 RecordIterator getRecordsBegin (void) const { return m_records.begin(); } in getRecordsBegin() function in vk::AllocationCallbackRecorder
DvkAllocationCallbackUtil.cpp369 for (AllocationCallbackRecorder::RecordIterator callbackIter = recorder.getRecordsBegin(); in validateAllocationCallbacks()
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSurfaceTests.cpp315 if (allocationRecorder.getRecordsBegin() == allocationRecorder.getRecordsEnd()) in createSurfaceCustomAllocatorTest()