Searched defs:CommandBufferKhr (Results 1 – 2 of 2) sorted by relevance
11002 class CommandBufferKhr : public detail::Wrapper<cl_command_buffer_khr> class11006 CommandBufferKhr() : detail::Wrapper<cl_type>() { } in CommandBufferKhr() function in cl::CommandBufferKhr11008 explicit CommandBufferKhr(const vector<CommandQueue> &queues, in CommandBufferKhr() function in cl::CommandBufferKhr11037 …explicit CommandBufferKhr(const cl_command_buffer_khr& commandBufferKhr, bool retainObject = false… in CommandBufferKhr() function in cl::CommandBufferKhr
3527 MAKE_MOVE_TESTS(CommandBufferKhr, make_command_buffer_khr, clReleaseCommandBufferKHR, commandBuffer… in MAKE_MOVE_TESTS() argument