Searched refs:propertySet (Results 1 – 12 of 12) sorted by relevance
/external/angle/src/libANGLE/renderer/d3d/d3d11/winrt/ |
D | CoreWindowNativeWindow_unittest.cpp | 284 ComPtr<IPropertySet> propertySet; 291 result = propertySetFactory->ActivateInstance(&propertySet); 294 result = propertySet.CopyTo(propertyMap); 368 ComPtr<IMap<HSTRING, IInspectable *>> propertySet; 371 EXPECT_HRESULT_SUCCEEDED(CreatePropertyMap(&propertySet)); 373 SetInspectablePropertyValue(propertySet, EGLNativeWindowTypeProperty, &mockCoreWindow)); 376 NativeWindow nativeWindow(propertySet.Get()); 388 ComPtr<IMap<HSTRING, IInspectable *>> propertySet; 390 EXPECT_HRESULT_SUCCEEDED(CreatePropertyMap(&propertySet)); 392 NativeWindow nativeWindow(propertySet.Get()); [all …]
|
D | SwapChainPanelNativeWindow_unittest.cpp | 400 ComPtr<IPropertySet> propertySet; in CreatePropertyMap() local 407 result = propertySetFactory->ActivateInstance(&propertySet); in CreatePropertyMap() 410 result = propertySet.CopyTo(propertyMap); in CreatePropertyMap() 464 ComPtr<IMap<HSTRING, IInspectable *>> propertySet; in TEST() local 467 EXPECT_HRESULT_SUCCEEDED(CreatePropertyMap(&propertySet)); in TEST() 469 SetInspectablePropertyValue(propertySet, EGLNativeWindowTypeProperty, in TEST() 473 NativeWindow nativeWindow(propertySet.Get()); in TEST() 486 ComPtr<IMap<HSTRING, IInspectable *>> propertySet; in TEST() local 492 EXPECT_HRESULT_SUCCEEDED(CreatePropertyMap(&propertySet)); in TEST() 494 SetInspectablePropertyValue(propertySet, EGLNativeWindowTypeProperty, in TEST() [all …]
|
D | NativeWindow11WinRT.cpp | 32 ComPtr<ABI::Windows::Foundation::Collections::IPropertySet> propertySet; in initialize() local 34 if (IsEGLConfiguredPropertySet(window, &propertySet, &eglNativeWindow)) in initialize() 51 return mImpl->initialize(window, propertySet.Get()); in initialize() 59 return mImpl->initialize(window, propertySet.Get()); in initialize()
|
D | CoreWindowNativeWindow.cpp | 22 bool CoreWindowNativeWindow::initialize(EGLNativeWindowType window, IPropertySet *propertySet) in initialize() argument 24 ComPtr<IPropertySet> props = propertySet; in initialize() 32 if (propertySet) in initialize()
|
D | InspectableNativeWindow.cpp | 61 ABI::Windows::Foundation::Collections::IPropertySet **propertySet, in IsEGLConfiguredPropertySet() argument 107 if (propertySet != nullptr) in IsEGLConfiguredPropertySet() 109 result = propSet.CopyTo(propertySet); in IsEGLConfiguredPropertySet()
|
D | InspectableNativeWindow.h | 50 virtual bool initialize(EGLNativeWindowType window, IPropertySet *propertySet) = 0; 128 ABI::Windows::Foundation::Collections::IPropertySet **propertySet = nullptr,
|
D | SwapChainPanelNativeWindow.cpp | 91 bool SwapChainPanelNativeWindow::initialize(EGLNativeWindowType window, IPropertySet *propertySet) in initialize() argument 93 ComPtr<IPropertySet> props = propertySet; in initialize() 101 if (propertySet) in initialize()
|
D | CoreWindowNativeWindow.h | 32 bool initialize(EGLNativeWindowType window, IPropertySet *propertySet) override;
|
D | SwapChainPanelNativeWindow.h | 24 bool initialize(EGLNativeWindowType window, IPropertySet *propertySet) override;
|
/external/auto/value/src/main/java/com/google/auto/value/processor/ |
D | AutoOneOfProcessor.java | 276 vars.props = propertySet( in defineVarsForType()
|
D | AutoValueProcessor.java | 442 propertySet(propertyMethodsAndTypes, annotatedPropertyFields, annotatedPropertyMethods); in defineVarsForType()
|
D | AutoValueOrOneOfProcessor.java | 372 final ImmutableSet<Property> propertySet( in propertySet() method in AutoValueOrOneOfProcessor
|