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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/haiku-softpipe/
H A DSoftwareRenderer.cpp259 color_space sourceCS = bitmap->ColorSpace(); local in function:SoftwareRenderer::CopyPixelsIn
262 if (sourceCS != destinationCS
263 && (sourceCS != B_RGB32 || destinationCS != B_RGBA32)) {
265 __PRETTY_FUNCTION__, color_space_name(sourceCS),

Completed in 6 milliseconds