Home
last modified time | relevance | path

Searched refs:AppendList (Results 1 – 4 of 4) sorted by relevance

/external/deqp/framework/delibs/decpp/
DdeAppendList.hpp52 class AppendList class
55 AppendList (size_t blockSize);
56 ~AppendList (void);
65 AppendList (const AppendList<ElementType>&);
66 AppendList<ElementType>& operator= (const AppendList<ElementType>&);
164 AppendList<ElementType>::AppendList (size_t blockSize) in AppendList() function in de::AppendList
173 AppendList<ElementType>::~AppendList (void) in ~AppendList()
195 void AppendList<ElementType>::clear (void) in clear()
224 void AppendList<ElementType>::append (const ElementType& value) in append()
272 typename AppendList<ElementType>::const_iterator AppendList<ElementType>::begin (void) const in begin()
[all …]
DdeAppendList.cpp60 AppendList<TestElem> testList;
118 for (AppendList<TestElem>::const_iterator elemIter = sharedState.testList.begin(); in runAppendListTest()
171 de::AppendList<ObjCountElem> testList (numElementsHint); in runClearTest()
/external/deqp/external/vulkancts/framework/vulkan/
DvkAllocationCallbackUtil.hpp146 typedef de::AppendList<AllocationCallbackRecord>::const_iterator RecordIterator;
153 typedef de::AppendList<AllocationCallbackRecord> Records;
DvkDebugReportUtil.hpp75 typedef de::AppendList<DebugReportMessage> MessageList;