Home
last modified time | relevance | path

Searched refs:CreateFunc (Results 1 - 19 of 19) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DCLCommandQueueImpl.h32 CLEventImpl::CreateFunc *eventCreateFunc) = 0;
40 CLEventImpl::CreateFunc *eventCreateFunc) = 0;
53 CLEventImpl::CreateFunc *eventCreateFunc) = 0;
66 CLEventImpl::CreateFunc *eventCreateFunc) = 0;
74 CLEventImpl::CreateFunc *eventCreateFunc) = 0;
86 CLEventImpl::CreateFunc *eventCreateFunc) = 0;
94 CLEventImpl::CreateFunc *eventCreateFunc) = 0;
102 CLEventImpl::CreateFunc *eventCreateFunc,
113 CLEventImpl::CreateFunc *eventCreateFunc) = 0;
123 CLEventImpl::CreateFunc *eventCreateFun
[all...]
H A DCLDeviceImpl.h20 using CreateFunc = std::function<Ptr(const cl::Device &)>;
21 using CreateFuncs = std::list<CreateFunc>;
22 using CreateData = std::pair<cl::DeviceType, CreateFunc>;
H A DCLPlatformImpl.h22 using CreateFunc = std::function<Ptr(const cl::Platform &)>;
23 using CreateFuncs = std::list<CreateFunc>;
H A DCLKernelImpl.h20 using CreateFunc = std::function<Ptr(const cl::Kernel &)>;
21 using CreateFuncs = std::list<CreateFunc>;
H A DCLEventImpl.h20 using CreateFunc = std::function<Ptr(const cl::Event &)>;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
H A DCLCommandQueueCL.h33 CLEventImpl::CreateFunc *eventCreateFunc) override;
41 CLEventImpl::CreateFunc *eventCreateFunc) override;
54 CLEventImpl::CreateFunc *eventCreateFunc) override;
67 CLEventImpl::CreateFunc *eventCreateFunc) override;
75 CLEventImpl::CreateFunc *eventCreateFunc) override;
87 CLEventImpl::CreateFunc *eventCreateFunc) override;
95 CLEventImpl::CreateFunc *eventCreateFunc) override;
103 CLEventImpl::CreateFunc *eventCreateFunc,
114 CLEventImpl::CreateFunc *eventCreateFunc) override;
124 CLEventImpl::CreateFunc *eventCreateFun
[all...]
H A DCLCommandQueueCL.cpp28 void CheckCreateEvent(cl_int errorCode, cl_event nativeEvent, CLEventImpl::CreateFunc *createFunc) in CheckCreateEvent()
78 CLEventImpl::CreateFunc *eventCreateFunc) in enqueueReadBuffer()
102 CLEventImpl::CreateFunc *eventCreateFunc) in enqueueWriteBuffer()
131 CLEventImpl::CreateFunc *eventCreateFunc) in enqueueReadBufferRect()
161 CLEventImpl::CreateFunc *eventCreateFunc) in enqueueWriteBufferRect()
186 CLEventImpl::CreateFunc *eventCreateFunc) in enqueueCopyBuffer()
214 CLEventImpl::CreateFunc *eventCreateFunc) in enqueueCopyBufferRect()
238 CLEventImpl::CreateFunc *eventCreateFunc) in enqueueFillBuffer()
261 CLEventImpl::CreateFunc *eventCreateFunc, in enqueueMapBuffer()
288 CLEventImpl::CreateFunc *eventCreateFun in enqueueReadImage()
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCLCommandQueue.cpp28 const rx::CLEventImpl::CreateFunc &createFunc, in CheckCreateEvent()
146 rx::CLEventImpl::CreateFunc eventCreateFunc; in enqueueReadBuffer()
147 rx::CLEventImpl::CreateFunc *const eventCreateFuncPtr = in enqueueReadBuffer()
169 rx::CLEventImpl::CreateFunc eventCreateFunc; in enqueueWriteBuffer()
170 rx::CLEventImpl::CreateFunc *const eventCreateFuncPtr = in enqueueWriteBuffer()
197 rx::CLEventImpl::CreateFunc eventCreateFunc; in enqueueReadBufferRect()
198 rx::CLEventImpl::CreateFunc *const eventCreateFuncPtr = in enqueueReadBufferRect()
226 rx::CLEventImpl::CreateFunc eventCreateFunc; in enqueueWriteBufferRect()
227 rx::CLEventImpl::CreateFunc *const eventCreateFuncPtr = in enqueueWriteBufferRect()
250 rx::CLEventImpl::CreateFunc eventCreateFun in enqueueCopyBuffer()
[all...]
H A DCLEvent.h62 const rx::CLEventImpl::CreateFunc &createFunc,
H A DCLKernel.h49 Kernel(Program &program, const rx::CLKernelImpl::CreateFunc &createFunc, cl_int &errorCode);
H A DCLEvent.cpp150 const rx::CLEventImpl::CreateFunc &createFunc, in Event()
H A DCLDevice.h58 const rx::CLDeviceImpl::CreateFunc &createFunc);
H A DCLPlatform.h74 explicit Platform(const rx::CLPlatformImpl::CreateFunc &createFunc);
H A DCLKernel.cpp226 Kernel::Kernel(Program &program, const rx::CLKernelImpl::CreateFunc &createFunc, cl_int &errorCode) in Kernel()
H A DCLPlatform.cpp255 Platform::Platform(const rx::CLPlatformImpl::CreateFunc &createFunc) in Platform()
H A DCLDevice.cpp431 const rx::CLDeviceImpl::CreateFunc &createFunc) in Device()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
H A DGlobalTypeTableBuilder.h71 template <typename CreateFunc>
73 CreateFunc Create) { in insertRecordAs()
/third_party/skia/src/gpu/d3d/
H A DGrD3DResourceProvider.h136 typedef std::function<sk_sp<GrD3DDescriptorTable>(GrD3DGpu*, unsigned int)> CreateFunc; typedef in GrD3DResourceProvider::DescriptorTableCache
138 const std::vector<D3D12_CPU_DESCRIPTOR_HANDLE>&, CreateFunc);
/third_party/node/deps/v8/src/wasm/
H A Dwasm-js.cc2664 Handle<JSFunction> CreateFunc( in CreateFunc() function
2683 CreateFunc(isolate, name, func, has_prototype, side_effect_type); in InstallFunc()
2706 CreateFunc(isolate, GetterName(isolate, name), func, false, in InstallGetter()
2724 CreateFunc(isolate, GetterName(isolate, name), getter, false, in InstallGetterSetter()
2727 CreateFunc(isolate, SetterName(isolate, name), setter, false); in InstallGetterSetter()
3019 CreateFunc(isolate, tag_name, WebAssemblyTag, has_prototype, in InstallConditionalFeatures()

Completed in 13 milliseconds