Searched refs:Bpp (Results 1 – 6 of 6) sorted by relevance
303 LCD_BPP Bpp; in LcdGraphicsSetMode() local332 Status = LcdPlatformGetBpp(ModeNumber, &Bpp); in LcdGraphicsSetMode()339 * GetBytesPerPixel(Bpp); in LcdGraphicsSetMode()372 IN LCD_BPP Bpp in GetBytesPerPixel() argument375 switch(Bpp) { in GetBytesPerPixel()
93 IN LCD_BPP Bpp
35 LCD_BPP Bpp; member222 switch (mResolutions[ModeNumber].Bpp) { in LcdPlatformQueryMode()279 OUT LCD_BPP * Bpp in LcdPlatformGetBpp() argument286 *Bpp = mResolutions[ModeNumber].Bpp; in LcdPlatformGetBpp()
33 LCD_BPP Bpp; member307 switch (mResolutions[ModeNumber].Bpp) { in LcdPlatformQueryMode()364 OUT LCD_BPP * Bpp in LcdPlatformGetBpp() argument371 *Bpp = mResolutions[ModeNumber].Bpp; in LcdPlatformGetBpp()
116 #define PL111_CTRL_LCD_BPP(Bpp) ((Bpp) << 1) argument
218 OUT LCD_BPP* Bpp