Lines Matching refs:text
467 char *text; in DrawUI() local
479 text = "GX_CULL_NONE"; in DrawUI()
482 text = "GX_CULL_FRONT"; in DrawUI()
485 text = "GX_CULL_BACK"; in DrawUI()
488 text = "GX_CULL_ALL"; in DrawUI()
491 DEMOPrintf( textX, textY, 0, "B button: Cull Mode: %s", text ); in DrawUI()
498 text = "Fifo0 (opaque) then Fifo1 (transparent)"; in DrawUI()
501 text = "Fifo1 (transparent) then Fifo0 (opaque)"; in DrawUI()
504 text = "Fifo0 only"; in DrawUI()
507 text = "Fifo1 only"; in DrawUI()
510 DEMOPrintf( textX, textY, 0, "A button: Fifo Mode: %s", text ); in DrawUI()