Searched refs:GX_TF_Z24X8 (Results 1 – 4 of 4) sorted by relevance
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Framebuffer/ |
| D | frb-zcopy.c | 240 size = GXGetTexBufferSize(TEX_SIZE, TEX_SIZE, GX_TF_Z24X8, GX_FALSE, 0); in DrawInit() 243 GX_TF_Z24X8, GX_REPEAT, GX_REPEAT, GX_FALSE); in DrawInit() 272 GXSetZTexture(GX_ZT_DISABLE, GX_TF_Z24X8, 0); in DrawTick() 310 GXSetTexCopyDst(TEX_SIZE, TEX_SIZE, GX_TF_Z24X8, GX_FALSE); in DrawTick() 525 GXSetZTexture(GX_ZT_ADD, GX_TF_Z24X8, 0); in DrawCells()
|
| /RvlSDK-3.2.2/include/revolution/gx/ |
| D | GXEnum.h | 679 GX_TF_Z24X8 = (0x10 | GX_TF_RGBA8) enumerator 708 GX_TF_Z24X8 = 0x6 | _GX_TF_ZTF,
|
| /RvlSDK-3.2.2/build/libraries/gd/src/ |
| D | GDTev.c | 403 case GX_TF_Z24X8: zfmt = TEV_Z_TYPE_U24; break; in GDSetZTexture()
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Tev/ |
| D | tev-ztex.c | 487 fmt = GX_TF_Z24X8; in MyTexInit()
|