/external/deqp/executor/ |
D | xeTestCaseResult.hpp | 77 class SampleList; 493 class SampleList : public Item class 496 SampleList (void) : Item(TYPE_SAMPLELIST) {} in SampleList() function in xe::ri::SampleList 497 ~SampleList (void) {} in ~SampleList()
|
D | xeTestResultParser.cpp | 639 ri::SampleList* list = curList->allocItem<ri::SampleList>(); in handleElementStart() 651 ri::SampleList* list = static_cast<ri::SampleList*>(parentItem); in handleElementStart() 682 ri::SampleList* list = static_cast<ri::SampleList*>(parentItem); in handleElementStart()
|
D | xeTestLogWriter.cpp | 428 const ri::SampleList& list = static_cast<const ri::SampleList&>(item); in writeResultItem()
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/mdat/ |
D | SampleList.java | 15 public class SampleList extends AbstractList<ByteBuffer> { class 37 public SampleList(TrackBox trackBox) { in SampleList() method in SampleList 117 public SampleList(TrackFragmentBox traf) { in SampleList() method in SampleList
|
/external/deqp/executor/tools/ |
D | xeExtractSampleLists.cpp | 43 void writeSampleList (const char* casePath, int listNdx, const xe::ri::SampleList& sampleList) in writeSampleList() 88 writeSampleList(casePath, *listNdx, static_cast<const xe::ri::SampleList&>(child)); in extractSampleLists()
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/ |
D | Mp4TrackImpl.java | 20 import com.coremedia.iso.boxes.mdat.SampleList; 45 samples = new SampleList(trackBox); in Mp4TrackImpl()
|
/external/deqp/modules/internal/ |
D | ditTestLogTests.cpp | 51 log << TestLog::SampleList("TestSamples", "Test Sample List") in iterate()
|
/external/deqp/framework/common/ |
D | tcuTestLog.hpp | 98 typedef LogSampleList SampleList; typedef in tcu::TestLog 125 TestLog& operator<< (const SampleList& sampleList); 432 inline TestLog& TestLog::operator<< (const SampleList& sampleList) { sampleList.write(*this); retu… in operator <<()
|
/external/deqp/modules/gles3/performance/ |
D | es3pBufferDataUploadTests.cpp | 1366 log << tcu::TestLog::SampleList("Samples", "Samples") in logSampleList() 1390 log << tcu::TestLog::SampleList("Samples", "Samples") in logSampleList() 1422 log << tcu::TestLog::SampleList("Samples", "Samples") in logSampleList() 1452 log << tcu::TestLog::SampleList("Samples", "Samples") in logSampleList() 1486 log << tcu::TestLog::SampleList("Samples", "Samples") in logSampleList() 1518 log << tcu::TestLog::SampleList("Samples", "Samples") in logSampleList() 1546 log << tcu::TestLog::SampleList("Samples", "Samples") in logSampleList() 1576 log << tcu::TestLog::SampleList("Samples", "Samples") in logSampleList() 1610 log << tcu::TestLog::SampleList("Samples", "Samples") in logSampleList() 1646 log << tcu::TestLog::SampleList("Samples", "Samples") in logSampleList() [all …]
|
D | es3pShaderOperatorTests.cpp | 962 …log << TestLog::SampleList("Program" + progNdxStr + "IndividualFrameTimes", "Individual frame time… in iterate() 975 log << TestLog::SampleList("Program" + progNdxStr + "MedianFrameTimes", "Median frame times") in iterate()
|
D | es3pDepthTests.cpp | 640 log << TestLog::SampleList(name, desc); in logSamples()
|
/external/deqp/modules/egl/ |
D | teglMakeCurrentPerfTests.cpp | 432 log << TestLog::SampleList("Result", "Result") in logResults()
|
D | teglGLES2SharedRenderingPerfTests.cpp | 950 log << TestLog::SampleList("Result", "Result") in logAndSetResults()
|
/external/deqp/modules/gles2/performance/ |
D | es2pShaderOperatorTests.cpp | 962 …log << TestLog::SampleList("Program" + progNdxStr + "IndividualFrameTimes", "Individual frame time… in iterate() 975 log << TestLog::SampleList("Program" + progNdxStr + "MedianFrameTimes", "Median frame times") in iterate()
|