Home
last modified time | relevance | path

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

/RvlSDK-3.2/build/demos/gxdemo/src/DisplayList/
DDL-tex.c64 #define TX_SETIMAGE0(width, height, format, rid) \ macro
329 WTB(TX_SETIMAGE0( 127, 127, GX_TF_RGBA8, TX_SETIMAGE0_I0_ID)),
345 WTB(TX_SETIMAGE0( 127, 127, GX_TF_RGB5A3, TX_SETIMAGE0_I0_ID)),
361 WTB(TX_SETIMAGE0( 127, 127, GX_TF_CMPR, TX_SETIMAGE0_I0_ID)),
377 WTB(TX_SETIMAGE0( 127, 127, GX_TF_RGBA8, TX_SETIMAGE0_I0_ID)),
393 WTB(TX_SETIMAGE0( 127, 127, GX_TF_I4, TX_SETIMAGE0_I0_ID)),
409 WTB(TX_SETIMAGE0( 127, 127, GX_TF_IA8, TX_SETIMAGE0_I0_ID)),
/RvlSDK-3.2/include/revolution/gd/
DGDTexture.h149 #define TX_SETIMAGE0(width, height, format, rid) \ macro
/RvlSDK-3.2/build/libraries/gd/src/
DGDTexture.c252 GDWriteBPCmd(TX_SETIMAGE0(width - 1, in GDSetTexImgAttr()