MCPcopy Create free account
hub / github.com/OpenKinect/libfreenect2 / getInfo

Method getInfo

include/internal/CL/cl.hpp:2868–2873  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2866 //! \brief Wrapper for clGetEventInfo().
2867 template <typename T>
2868 cl_int getInfo(cl_event_info name, T* param) const
2869 {
2870 return detail::errHandler(
2871 detail::getInfo(&::clGetEventInfo, object_, name, param),
2872 __GET_EVENT_INFO_ERR);
2873 }
2874
2875 //! \brief Wrapper for clGetEventInfo() that returns by value.
2876 template <cl_int name> typename

Callers 5

deviceStringMethod · 0.45
selectDeviceMethod · 0.45
deviceStringMethod · 0.45
selectDeviceMethod · 0.45
CommandQueueMethod · 0.45

Calls 2

errHandlerFunction · 0.85
getInfoFunction · 0.85

Tested by

no test coverage detected