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

Function getInfo

include/internal/CL/cl.hpp:1570–1574  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1568
1569template <typename Func, typename T>
1570inline cl_int
1571getInfo(Func f, cl_uint name, T* param)
1572{
1573 return getInfoHelper(f, name, param, 0);
1574}
1575
1576template <typename Func, typename Arg0>
1577struct GetInfoFunctor0

Callers 15

getInfoMethod · 0.85
getInfoMethod · 0.85
getInfoMethod · 0.85
getInfoMethod · 0.85
getProfilingInfoMethod · 0.85
getInfoMethod · 0.85
getImageInfoMethod · 0.85
getInfoMethod · 0.85
getInfoMethod · 0.85
getArgInfoMethod · 0.85
getWorkGroupInfoMethod · 0.85
getInfoMethod · 0.85

Calls 1

getInfoHelperFunction · 0.85

Tested by

no test coverage detected