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

  /external/deqp/framework/common/
tcuTestLog.hpp 99 typedef LogKernelSource KernelSource;
123 TestLog& operator<< (const KernelSource& kernelSrc);
441 inline TestLog& TestLog::operator<< (const KernelSource& kernelSrc) { kernelSrc.write(*this); return *this; }
  /external/deqp/executor/
xeTestCaseResult.hpp 75 class KernelSource;
435 class KernelSource : public Item
438 KernelSource (void) : Item(TYPE_KERNELSOURCE) {}
439 ~KernelSource (void) {}

Completed in 77 milliseconds