Home
last modified time | relevance | path

Searched defs:propertySet (Results 1 – 6 of 6) sorted by relevance

/external/angle/src/libANGLE/renderer/d3d/d3d11/winrt/
DSwapChainPanelNativeWindow_unittest.cpp400 ComPtr<IPropertySet> propertySet; in CreatePropertyMap() local
464 ComPtr<IMap<HSTRING, IInspectable *>> propertySet; in TEST() local
486 ComPtr<IMap<HSTRING, IInspectable *>> propertySet; in TEST() local
534 ComPtr<IMap<HSTRING, IInspectable *>> propertySet; in TEST_P() local
584 ComPtr<IMap<HSTRING, IInspectable *>> propertySet; in TEST_P() local
DNativeWindow11WinRT.cpp32 ComPtr<ABI::Windows::Foundation::Collections::IPropertySet> propertySet; in initialize() local
DCoreWindowNativeWindow.cpp22 bool CoreWindowNativeWindow::initialize(EGLNativeWindowType window, IPropertySet *propertySet) in initialize()
DInspectableNativeWindow.cpp61 ABI::Windows::Foundation::Collections::IPropertySet **propertySet, in IsEGLConfiguredPropertySet()
DSwapChainPanelNativeWindow.cpp91 bool SwapChainPanelNativeWindow::initialize(EGLNativeWindowType window, IPropertySet *propertySet) in initialize()
/external/auto/value/src/main/java/com/google/auto/value/processor/
DAutoValueOrOneOfProcessor.java372 final ImmutableSet<Property> propertySet( in propertySet() method in AutoValueOrOneOfProcessor