Lines Matching refs:text
479 char *text; in DrawUI() local
491 text = "GX_CULL_NONE"; in DrawUI()
494 text = "GX_CULL_FRONT"; in DrawUI()
497 text = "GX_CULL_BACK"; in DrawUI()
500 text = "GX_CULL_ALL"; in DrawUI()
503 DEMOPrintf( textX, textY, 0, "B button: Cull Mode: %s", text ); in DrawUI()
510 text = "Fifo0 (opaque) then Fifo1 (transparent)"; in DrawUI()
513 text = "Fifo1 (transparent) then Fifo0 (opaque)"; in DrawUI()
516 text = "Fifo0 only"; in DrawUI()
519 text = "Fifo1 only"; in DrawUI()
522 DEMOPrintf( textX, textY, 0, "A button: Fifo Mode: %s", text ); in DrawUI()