Lines Matching defs:DONT_CARE
72 DONT_CARE = -1
96 , width (DONT_CARE)
97 , height (DONT_CARE)
100 , id (DONT_CARE)
101 , redBits (DONT_CARE)
102 , greenBits (DONT_CARE)
103 , blueBits (DONT_CARE)
104 , alphaBits (DONT_CARE)
105 , depthBits (DONT_CARE)
106 , stencilBits (DONT_CARE)
107 , numSamples (DONT_CARE)
122 return value == (T)RenderConfig::DONT_CARE ? defaultValue : value;