Searched refs:gSupportsLCD (Results 1 – 1 of 1) sorted by relevance
308 static int gSupportsLCD = -1; in supports_LCD() local309 if (gSupportsLCD >= 0) { in supports_LCD()310 return (bool) gSupportsLCD; in supports_LCD()325 gSupportsLCD = (r != g || r != b); in supports_LCD()326 return (bool) gSupportsLCD; in supports_LCD()