Searched refs:userPixelFmtToGraphicPixelFmt (Results 1 – 1 of 1) sorted by relevance
192 static const map<UserPixelFormat, GraphicPixelFormat> userPixelFmtToGraphicPixelFmt = { in AllocOutput() local198 auto iter = userPixelFmtToGraphicPixelFmt.find(userPixelFormat); in AllocOutput()199 if (iter == userPixelFmtToGraphicPixelFmt.end()) { in AllocOutput()