Home
last modified time | relevance | path

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

/external/angle/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
/external/llvm-project/libcxx/test/libcxx/utilities/function.objects/
Dabi_bug_cxx03_cxx11_example.sh.cpp36 Func CreateFunc() { in CreateFunc() function
/external/skia/src/gpu/d3d/
DGrD3DResourceProvider.h136 typedef std::function<sk_sp<GrD3DDescriptorTable>(GrD3DGpu*, unsigned int)> CreateFunc; typedef