Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/lib/gx2ut/
Dgx2utCopy.cpp561 u32 bitsPerPixel = GX2GetSurfaceFormatBits(pSrcSurf->format); in GX2UTCopySurfaceRectOp() local
562 ASSERT(bitsPerPixel > 0); in GX2UTCopySurfaceRectOp()
564 if(32 == bitsPerPixel) in GX2UTCopySurfaceRectOp()
607 switch(bitsPerPixel) in GX2UTCopySurfaceRectOp()