Searched refs:gSupportsLCD (Results 1 – 2 of 2) sorted by relevance
1853 static int gSupportsLCD = -1; in supports_LCD() local1854 if (gSupportsLCD >= 0) { in supports_LCD()1855 return (bool) gSupportsLCD; in supports_LCD()1872 gSupportsLCD = r != g || r != b; in supports_LCD()1873 return (bool) gSupportsLCD; in supports_LCD()
300 static int gSupportsLCD = -1; in supports_LCD() local301 if (gSupportsLCD >= 0) { in supports_LCD()302 return (bool) gSupportsLCD; in supports_LCD()317 gSupportsLCD = (r != g || r != b); in supports_LCD()318 return (bool) gSupportsLCD; in supports_LCD()