Searched defs:KernelSource (Results 1 - 2 of 2) sorted by relevance

/external/deqp/framework/common/
H A DtcuTestLog.hpp97 typedef LogKernelSource KernelSource; typedef in class:tcu::TestLog
120 TestLog& operator<< (const KernelSource& kernelSrc);
431 inline TestLog& TestLog::operator<< (const KernelSource& kernelSrc) { kernelSrc.write(*this); return *this; }
/external/deqp/executor/
H A DxeTestCaseResult.hpp75 class KernelSource;
425 class KernelSource : public Item class in namespace:xe::ri
428 KernelSource (void) : Item(TYPE_KERNELSOURCE) {} function in class:xe::ri::KernelSource
429 ~KernelSource (void) {}

Completed in 220 milliseconds