Lines Matching refs:log
78 //! Log executor details (program etc.).
79 virtual void log (tcu::TestLog& log) const = 0;
99 inline tcu::TestLog& operator<< (tcu::TestLog& log, const ShaderExecutor* executor) { executor->log(log); return log; }
100 inline tcu::TestLog& operator<< (tcu::TestLog& log, const ShaderExecutor& executor) { executor.log(log); return log; }