Searched defs:CreateFunc (Results 1 – 6 of 6) sorted by relevance
20 using CreateFunc = std::function<Ptr(const cl::Event &)>; variable
22 using CreateFunc = std::function<Ptr(const cl::Platform &)>; variable
20 using CreateFunc = std::function<Ptr(const cl::Kernel &)>; variable
20 using CreateFunc = std::function<Ptr(const cl::Device &)>; variable
36 Func CreateFunc() { in CreateFunc() function
136 typedef std::function<sk_sp<GrD3DDescriptorTable>(GrD3DGpu*, unsigned int)> CreateFunc; typedef