Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/targets/haiku-softpipe/
DSoftwareRenderer.cpp259 color_space sourceCS = bitmap->ColorSpace(); in CopyPixelsIn() local
262 if (sourceCS != destinationCS in CopyPixelsIn()
263 && (sourceCS != B_RGB32 || destinationCS != B_RGBA32)) { in CopyPixelsIn()
265 __PRETTY_FUNCTION__, color_space_name(sourceCS), in CopyPixelsIn()