Searched refs:supportMask (Results 1 – 1 of 1) sorted by relevance
53 bool query(DXGI_FORMAT dxgiFormat, UINT supportMask) in query() argument62 if ((dxgiSupport.optionallySupportedFlags & supportMask) != 0) in query()67 supportedBits |= (formatSupport & supportMask); in query()76 return ((supportedBits & supportMask) == supportMask); in query()