Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/d3d11/winrt/
DInspectableNativeWindow.cpp176 bool *valueExists) in GetOptionalSizePropertyValue() argument
184 if (!propertyMap || !value || !valueExists) in GetOptionalSizePropertyValue()
190 *valueExists = false; in GetOptionalSizePropertyValue()
207 *valueExists = true; in GetOptionalSizePropertyValue()
242 bool *valueExists) in GetOptionalSinglePropertyValue() argument
250 if (!propertyMap || !value || !valueExists) in GetOptionalSinglePropertyValue()
256 *valueExists = false; in GetOptionalSinglePropertyValue()
272 *valueExists = true; in GetOptionalSinglePropertyValue()
DInspectableNativeWindow.h140 bool *valueExists);
146 bool *valueExists);