Searched refs:kSupportedSpaces (Results 1 - 5 of 5) sorted by relevance

/haiku/src/add-ons/accelerants/3dfx/
H A Doverlay.cpp30 static const uint32 kSupportedSpaces[] = {B_RGB16, B_YCbCr422, 0}; local
32 return kSupportedSpaces;
/haiku/src/add-ons/accelerants/ati/
H A Doverlay.cpp30 static const uint32 kSupportedSpaces[] = {B_YCbCr422, 0}; local
32 return kSupportedSpaces;
/haiku/src/add-ons/accelerants/vesa/
H A Dhooks.cpp38 static const uint32 kSupportedSpaces[] = {B_RGB15, B_RGB16, B_RGB32, local
41 return kSupportedSpaces;
/haiku/src/add-ons/accelerants/intel_extreme/
H A Doverlay.cpp325 static const uint32 kSupportedSpaces[] = {B_RGB15, B_RGB16, B_RGB32, local
333 return kSupportedSpaces;
H A Dmode.cpp222 const color_space kSupportedSpaces[] = {B_RGB32_LITTLE, B_RGB16_LITTLE, local
229 supportedSpaces = kSupportedSpaces;
230 colorSpaceCount = B_COUNT_OF(kSupportedSpaces);

Completed in 112 milliseconds