Searched refs:DUMP_MESSAGE_STDOUT (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/modules/ts/src/
H A Docl_test.cpp63 #define DUMP_MESSAGE_STDOUT(msg) \ macro
103 DUMP_MESSAGE_STDOUT("OpenCL is disabled");
112 DUMP_MESSAGE_STDOUT("OpenCL Platforms: ");
116 DUMP_MESSAGE_STDOUT(" " << platform->name().c_str());
123 DUMP_MESSAGE_STDOUT( " " << deviceTypeStr << ": " << current_device.name().c_str() << " (" << current_device.version().c_str() << ")");
132 DUMP_MESSAGE_STDOUT("OpenCL is not available");
141 DUMP_MESSAGE_STDOUT("Current OpenCL device: ");
144 DUMP_MESSAGE_STDOUT(" Platform = "<< device.getPlatform().name());
150 DUMP_MESSAGE_STDOUT(" Type = "<< deviceTypeStr);
153 DUMP_MESSAGE_STDOUT(" Nam
215 #undef DUMP_MESSAGE_STDOUT macro
[all...]

Completed in 50 milliseconds