Home
last modified time | relevance | path

Searched refs:V_DEPTH_24_24 (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/vbe/
H A DvbeModes.h48 #define V_DEPTH_24_24 0x020 macro
50 #define V_DEPTH_24 (V_DEPTH_24_24 | V_DEPTH_24_32)
H A DvbeModes.c79 return V_DEPTH_24_24; in GetDepthFlag()
116 if (depths & V_DEPTH_24_24) in VBEFindSupportedDepths()