HomeSort by relevance Sort by last modified time
    Searched defs:ComPtr (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/
d3d1xstutil.h 621 struct ComPtr : public refcnt_ptr<T, com_ptr_traits>
624 ComPtr& operator =(const refcnt_ptr<U, UTraits>& q)
630 ComPtr& operator =(U* q)
1013 ComPtr<IDXGIAdapter> adapter;
  /external/opencv3/modules/videoio/src/
cap_msmf.hpp 33 Microsoft::WRL::ComPtr<IInspectable> _PObj;
34 Microsoft::WRL::ComPtr<IActivationFactory> objFactory;
37 Microsoft::WRL::ComPtr<ABI::Windows::Foundation::IPropertyValueStatics> spPropVal;
73 Microsoft::WRL::ComPtr<IInspectable> _PObj;
74 Microsoft::WRL::ComPtr<IActivationFactory> objFactory;
77 Microsoft::WRL::ComPtr<ABI::Windows::Foundation::IPropertyValueStatics> spPropVal;
497 #define _ObjectObj Microsoft::WRL::ComPtr<IInspectable>
543 #define MAKE_WRL_OBJ(x) Microsoft::WRL::ComPtr<x>
556 #define GET_WRL_OBJ_FROM_REF(objtype, obj, orig, hr) Microsoft::WRL::ComPtr<objtype> obj;\
558 #define GET_WRL_OBJ_FROM_OBJ(objtype, obj, orig, hr) Microsoft::WRL::ComPtr<objtype> obj;
    [all...]

Completed in 133 milliseconds