/external/angle/src/libANGLE/renderer/d3d/d3d11/converged/ |
D | CompositorNativeWindow11.h | 32 HRESULT GetStringReference(PCWSTR source, HSTRING *act, HSTRING_HEADER *header); 33 HRESULT GetActivationFactory(const HSTRING act, const IID &interfaceId, void **fac); 34 HRESULT WindowsCompareStringOrdinal(HSTRING one, HSTRING two, int *result); 38 HRESULT WindowsDeleteString(HSTRING one); 46 HSTRING *); 48 using GetActivationFactory_ = HRESULT __stdcall(HSTRING, REFIID, void **); 50 using WindowsCompareStringOrginal_ = HRESULT __stdcall(HSTRING, HSTRING, int *); 52 using WindowsDeleteString_ = HRESULT __stdcall(HSTRING);
|
D | CompositorNativeWindow11.cpp | 185 HSTRING className, spriteClassName; in IsSpriteVisual() 335 HSTRING className, contractName; in SupportedWindowsRelease() 369 HRESULT RoHelper::GetStringReference(PCWSTR source, HSTRING *act, HSTRING_HEADER *header) in GetStringReference() 388 HRESULT RoHelper::GetActivationFactory(const HSTRING act, const IID &interfaceId, void **fac) in GetActivationFactory() 398 HRESULT RoHelper::WindowsCompareStringOrdinal(HSTRING one, HSTRING two, int *result) in WindowsCompareStringOrdinal() 418 HRESULT RoHelper::WindowsDeleteString(HSTRING one) in WindowsDeleteString()
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/winrt/ |
D | SwapChainPanelNativeWindow_unittest.cpp | 94 MOCK_METHOD1_WITH_CALLTYPE(STDMETHODCALLTYPE, GetRuntimeClassName, HRESULT(HSTRING *)); 124 MOCK_METHOD1_WITH_CALLTYPE(STDMETHODCALLTYPE, get_Language, HRESULT(HSTRING *)); 125 MOCK_METHOD1_WITH_CALLTYPE(STDMETHODCALLTYPE, put_Language, HRESULT(HSTRING)); 154 MOCK_METHOD1_WITH_CALLTYPE(STDMETHODCALLTYPE, get_Name, HRESULT(HSTRING *)); 155 MOCK_METHOD1_WITH_CALLTYPE(STDMETHODCALLTYPE, put_Name, HRESULT(HSTRING)); 185 MOCK_METHOD2_WITH_CALLTYPE(STDMETHODCALLTYPE, FindName, HRESULT(HSTRING, IInspectable **)); 397 HRESULT CreatePropertyMap(IMap<HSTRING, IInspectable *> **propertyMap) in CreatePropertyMap() argument 430 HRESULT SetInspectablePropertyValue(const ComPtr<IMap<HSTRING, IInspectable *>> &propertyMap, in SetInspectablePropertyValue() argument 464 ComPtr<IMap<HSTRING, IInspectable *>> propertySet; in TEST() 486 ComPtr<IMap<HSTRING, IInspectable *>> propertySet; in TEST() [all …]
|
D | CoreWindowNativeWindow_unittest.cpp | 81 MOCK_METHOD1_WITH_CALLTYPE(STDMETHODCALLTYPE, GetRuntimeClassName, HRESULT(HSTRING *)); 281 HRESULT CreatePropertyMap(IMap<HSTRING, IInspectable *> **propertyMap) 314 HRESULT SetInspectablePropertyValue(const ComPtr<IMap<HSTRING, IInspectable *>> &propertyMap, 368 ComPtr<IMap<HSTRING, IInspectable *>> propertySet; 388 ComPtr<IMap<HSTRING, IInspectable *>> propertySet; 411 ComPtr<IMap<HSTRING, IInspectable *>> propertySet; 461 ComPtr<IMap<HSTRING, IInspectable *>> propertySet;
|
D | InspectableNativeWindow.h | 131 const ComPtr<ABI::Windows::Foundation::Collections::IMap<HSTRING, IInspectable *>> &propertyMap, 137 const ComPtr<ABI::Windows::Foundation::Collections::IMap<HSTRING, IInspectable *>> &propertyMap, 143 const ComPtr<ABI::Windows::Foundation::Collections::IMap<HSTRING, IInspectable *>> &propertyMap,
|
D | InspectableNativeWindow.cpp | 72 ComPtr<ABI::Windows::Foundation::Collections::IMap<HSTRING, IInspectable *>> propMap; in IsEGLConfiguredPropertySet() 131 const ComPtr<ABI::Windows::Foundation::Collections::IMap<HSTRING, IInspectable *>> &propertyMap, in GetOptionalPropertyValue() argument 173 const ComPtr<ABI::Windows::Foundation::Collections::IMap<HSTRING, IInspectable *>> &propertyMap, in GetOptionalSizePropertyValue() argument 239 const ComPtr<ABI::Windows::Foundation::Collections::IMap<HSTRING, IInspectable *>> &propertyMap, in GetOptionalSinglePropertyValue() argument
|
D | CoreWindowNativeWindow.h | 49 ComPtr<IMap<HSTRING, IInspectable *>> mPropertyMap;
|
D | SwapChainPanelNativeWindow.h | 42 ComPtr<IMap<HSTRING, IInspectable *>> mPropertyMap;
|
/external/angle/src/tests/egl_tests/ |
D | EGLDirectCompositionTest.cpp | 59 HSTRING act; in testSetUp()
|