Lines Matching refs:em
132 static void CopyTextureFromFB ( EffectManager* em );
133 static void SetTextures ( EffectManager* em );
532 static void CopyTextureFromFB( EffectManager* em ) in CopyTextureFromFB() argument
536 if ( em->baseViewWd == em->copyTexWd && in CopyTextureFromFB()
537 em->baseViewHt == em->copyTexHt ) in CopyTextureFromFB()
543 ASSERT( (em->baseViewWd == em->copyTexWd * 2) && in CopyTextureFromFB()
544 (em->baseViewHt == em->copyTexHt * 2) ); in CopyTextureFromFB()
550 GXSetTexCopySrc(0, 0, em->baseViewWd, em->baseViewHt); in CopyTextureFromFB()
551 GXSetTexCopyDst(em->copyTexWd, em->copyTexHt, GX_TF_RGB5A3, filterMode); in CopyTextureFromFB()
564 static void SetTextures( EffectManager* em ) in SetTextures() argument
570 GXInitTexObj(&txb, TexBuffer, em->copyTexWd, em->copyTexHt, in SetTextures()