Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/vbe/
H A DvbeModes.h49 #define V_DEPTH_24_32 0x040 macro
50 #define V_DEPTH_24 (V_DEPTH_24_24 | V_DEPTH_24_32)
H A DvbeModes.c81 return V_DEPTH_24_32; in GetDepthFlag()
118 if (depths & V_DEPTH_24_32) in VBEFindSupportedDepths()