HomeSort by relevance Sort by last modified time
    Searched full:m_records (Results 1 - 2 of 2) sorted by null

  /external/deqp/external/vulkancts/framework/vulkan/
vkAllocationCallbackUtil.hpp 148 RecordIterator getRecordsBegin (void) const { return m_records.begin(); }
149 RecordIterator getRecordsEnd (void) const { return m_records.end(); }
154 Records m_records; member in class:vk::AllocationCallbackRecorder
vkAllocationCallbackUtil.cpp 231 , m_records (callCountHint)
243 m_records.append(AllocationCallbackRecord::allocation(size, alignment, allocationScope, ptr));
252 m_records.append(AllocationCallbackRecord::reallocation(original, size, alignment, allocationScope, ptr));
261 m_records.append(AllocationCallbackRecord::free(mem));
268 m_records.append(AllocationCallbackRecord::internalAllocation(size, allocationType, allocationScope));
275 m_records.append(AllocationCallbackRecord::internalFree(size, allocationType, allocationScope));

Completed in 646 milliseconds