Home
last modified time | relevance | path

Searched defs:CommandBufferKhr (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/OpenCL-CLHPP/include/CL/
H A Dopencl.hpp11002 class CommandBufferKhr : public detail::Wrapper<cl_command_buffer_khr> class
11006 CommandBufferKhr() : detail::Wrapper<cl_type>() { } in CommandBufferKhr() function in cl::CommandBufferKhr
11008 explicit CommandBufferKhr(const vector<CommandQueue> &queues, in CommandBufferKhr() function in cl::CommandBufferKhr
11037 …explicit CommandBufferKhr(const cl_command_buffer_khr& commandBufferKhr, bool retainObject = false… in CommandBufferKhr() function in cl::CommandBufferKhr
/aosp_15_r20/external/OpenCL-CLHPP/tests/
H A Dtest_openclhpp.cpp3527 MAKE_MOVE_TESTS(CommandBufferKhr, make_command_buffer_khr, clReleaseCommandBufferKHR, commandBuffer… in MAKE_MOVE_TESTS() argument