Home
last modified time | relevance | path

Searched refs:_Ctx (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/videoio/src/
Dppltasks_winrt.hpp1377 static _Type* _Perform(_Type(&_ObjInCtx)[N], const _ContextCallback& _Ctx) in _Perform()
1387 _Ctx._CallInContext([&]() -> HRESULT { in _Perform()
1414 static _Type* _Perform(_Type* _ObjInCtx, const _ContextCallback& _Ctx) in _Perform()
1424 _Ctx._CallInContext([&]() -> HRESULT { in _Perform()
1454 static HSTRING _Perform(HSTRING _ObjInCtx, const _ContextCallback& _Ctx) in _Perform()
1461 _Type* _Marshal(_Type* _ObjInCtx, const _ContextCallback& _Ctx) in _Marshal() argument
1463 return _MarshalHelper<_Type>::_Perform(_ObjInCtx, _Ctx); in _Marshal()
1469 static _Type _Get(_Type _ObjInCtx, const _ContextCallback& _Ctx) in _Get()
1478 static _Type* _Get(_Type* _ObjInCtx, const _ContextCallback& _Ctx) in _Get()
1481 if (!_Ctx._HasCapturedContext() || _Ctx == _CurrentContext) in _Get()
[all …]
/external/opencv3/modules/highgui/src/
Dppltasks_winrt.h1377 static _Type* _Perform(_Type(&_ObjInCtx)[N], const _ContextCallback& _Ctx)
1387 _Ctx._CallInContext([&]() -> HRESULT {
1414 static _Type* _Perform(_Type* _ObjInCtx, const _ContextCallback& _Ctx)
1424 _Ctx._CallInContext([&]() -> HRESULT {
1454 static HSTRING _Perform(HSTRING _ObjInCtx, const _ContextCallback& _Ctx)
1461 _Type* _Marshal(_Type* _ObjInCtx, const _ContextCallback& _Ctx)
1463 return _MarshalHelper<_Type>::_Perform(_ObjInCtx, _Ctx);
1469 static _Type _Get(_Type _ObjInCtx, const _ContextCallback& _Ctx)
1478 static _Type* _Get(_Type* _ObjInCtx, const _ContextCallback& _Ctx)
1481 if (!_Ctx._HasCapturedContext() || _Ctx == _CurrentContext)
[all …]