Searched defs:clCommandBufferWrapper (Results 1 – 1 of 1) sorted by relevance
126 clCommandBufferWrapper(CommandBufferTestBase *base): base(base) {} in clCommandBufferWrapper() function136 clCommandBufferWrapper(clCommandBufferWrapper const &w) { *this = w; } in clCommandBufferWrapper() function145 clCommandBufferWrapper(clCommandBufferWrapper &&w) { *this = std::move(w); } in clCommandBufferWrapper() function