Home
last modified time | relevance | path

Searched defs:CreateFunc (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DCLEventImpl.h20 using CreateFunc = std::function<Ptr(const cl::Event &)>; variable
DCLPlatformImpl.h22 using CreateFunc = std::function<Ptr(const cl::Platform &)>; variable
DCLKernelImpl.h20 using CreateFunc = std::function<Ptr(const cl::Kernel &)>; variable
DCLDeviceImpl.h20 using CreateFunc = std::function<Ptr(const cl::Device &)>; variable
/third_party/skia/src/gpu/d3d/
DGrD3DResourceProvider.h136 typedef std::function<sk_sp<GrD3DDescriptorTable>(GrD3DGpu*, unsigned int)> CreateFunc; typedef
/third_party/skia/m133/src/gpu/ganesh/d3d/
DGrD3DResourceProvider.h137 typedef std::function<sk_sp<GrD3DDescriptorTable>(GrD3DGpu*, unsigned int)> CreateFunc; typedef