Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/demos/gxdemo/src/DisplayList/
DDL-tex.c64 #define TX_SETIMAGE0(width, height, format, rid) \ macro
327 WTB(TX_SETIMAGE0( 127, 127, GX_TF_RGBA8, TX_SETIMAGE0_I0_ID)),
343 WTB(TX_SETIMAGE0( 127, 127, GX_TF_RGB5A3, TX_SETIMAGE0_I0_ID)),
359 WTB(TX_SETIMAGE0( 127, 127, GX_TF_CMPR, TX_SETIMAGE0_I0_ID)),
375 WTB(TX_SETIMAGE0( 127, 127, GX_TF_RGBA8, TX_SETIMAGE0_I0_ID)),
391 WTB(TX_SETIMAGE0( 127, 127, GX_TF_I4, TX_SETIMAGE0_I0_ID)),
407 WTB(TX_SETIMAGE0( 127, 127, GX_TF_IA8, TX_SETIMAGE0_I0_ID)),
/RvlSDK-2.1/include/revolution/gd/
DGDTexture.h149 #define TX_SETIMAGE0(width, height, format, rid) \ macro
/RvlSDK-2.1/build/libraries/gd/src/
DGDTexture.c252 GDWriteBPCmd(TX_SETIMAGE0(width - 1, in GDSetTexImgAttr()