| /RvlSDK-3.2.2/build/demos/thpdemo/src/THPSimple/ |
| D | THPDraw.c | 242 GXInitTexObjLOD(&tobj0, GX_NEAR, GX_NEAR, 0, 0, 0, 0, 0, GX_ANISO_1); in THPGXYuv2RgbDraw() 248 GXInitTexObjLOD(&tobj1, GX_NEAR, GX_NEAR, 0, 0, 0, 0, 0, GX_ANISO_1); in THPGXYuv2RgbDraw() 254 GXInitTexObjLOD(&tobj2, GX_NEAR, GX_NEAR, 0, 0, 0, 0, 0, GX_ANISO_1); in THPGXYuv2RgbDraw()
|
| /RvlSDK-3.2.2/build/demos/thpdemo/src/THPPlayerStrmAX/ |
| D | THPDraw.c | 242 GXInitTexObjLOD(&tobj0, GX_NEAR, GX_NEAR, 0, 0, 0, 0, 0, GX_ANISO_1); in THPGXYuv2RgbDraw() 248 GXInitTexObjLOD(&tobj1, GX_NEAR, GX_NEAR, 0, 0, 0, 0, 0, GX_ANISO_1); in THPGXYuv2RgbDraw() 254 GXInitTexObjLOD(&tobj2, GX_NEAR, GX_NEAR, 0, 0, 0, 0, 0, GX_ANISO_1); in THPGXYuv2RgbDraw()
|
| /RvlSDK-3.2.2/build/demos/thpdemo/src/THPPlayer/ |
| D | THPDraw.c | 240 GXInitTexObjLOD(&tobj0, GX_NEAR, GX_NEAR, 0, 0, 0, 0, 0, GX_ANISO_1); in THPGXYuv2RgbDraw() 246 GXInitTexObjLOD(&tobj1, GX_NEAR, GX_NEAR, 0, 0, 0, 0, 0, GX_ANISO_1); in THPGXYuv2RgbDraw() 252 GXInitTexObjLOD(&tobj2, GX_NEAR, GX_NEAR, 0, 0, 0, 0, 0, GX_ANISO_1); in THPGXYuv2RgbDraw()
|
| /RvlSDK-3.2.2/build/demos/gddemo/src/ |
| D | gd-indtex-gc.c | 569 GXInitTexObjFilter(&txb, GX_NEAR, GX_NEAR); in SetTextures() 577 GXInitTexObjFilter(&tx0, GX_NEAR, GX_NEAR); in SetTextures() 583 GXInitTexObjFilter(&tx1, GX_NEAR, GX_NEAR); in SetTextures() 589 GXInitTexObjFilter(&tx2a, GX_NEAR, GX_NEAR); in SetTextures() 595 GXInitTexObjFilter(&tx2b, GX_NEAR, GX_NEAR); in SetTextures()
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Texture/ |
| D | tex-tlut32.c | 160 GX_NEAR, // GXTexFilter min_filt in CreatePalettes() 161 GX_NEAR, // GXTexFilter mag_filt in CreatePalettes() 183 GX_NEAR, // GXTexFilter min_filt in CreatePalettes() 184 GX_NEAR, // GXTexFilter mag_filt in CreatePalettes() 311 GX_NEAR, // GXTexFilter min_filt in SetUpRegisters() 312 GX_NEAR, // GXTexFilter mag_filt in SetUpRegisters()
|
| D | tex-wrap.c | 169 sc->filterMode = GX_NEAR; in DrawInit() 206 minFilter = ( sc->filterMode == GX_NEAR ) ? in DrawTick() 297 sc->filterMode = ( sc->filterMode == GX_NEAR ) ? in AnimTick() 298 GX_LINEAR : GX_NEAR; in AnimTick()
|
| D | tex-filter.c | 148 { GX_NEAR_MIP_NEAR, GX_NEAR }, 149 { GX_NEAR_MIP_LIN, GX_NEAR },
|
| D | tex-tlut.c | 587 GX_NEAR, in CreateColorMapTexture() 588 GX_NEAR, in CreateColorMapTexture()
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Indirect/ |
| D | ind-tile-data.c | 303 GX_NEAR, GX_NEAR, 0.0F, 0.0F, 0.0F, in MapInit()
|
| D | ind-pseudo-3d.c | 315 GX_NEAR, GX_NEAR, 0.0F, 0.0F, 0.0F, in textureMapSetup() 326 GX_NEAR, GX_NEAR, 0.0F, 0.0F, 0.0F, in textureMapSetup()
|
| /RvlSDK-3.2.2/build/libraries/tc/include/ |
| D | TCGXDefs.h | 67 #define TPL_TEX_FILTER_NEAR GX_NEAR
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Framebuffer/ |
| D | frb-gamma.c | 395 GXInitTexObjLOD(&tx0, GX_NEAR, GX_NEAR, 0, 0, 0, 0, 0, GX_ANISO_1); in DrawGammaTestImg() 396 GXInitTexObjLOD(&tx1, GX_NEAR, GX_NEAR, 0, 0, 0, 0, 0, GX_ANISO_1); in DrawGammaTestImg()
|
| D | frb-zcopy.c | 236 GXInitTexObjLOD(&sc->cTexObj, GX_NEAR, GX_NEAR, 0, 0, 0, in DrawInit() 244 GXInitTexObjLOD(&sc->zTexObj, GX_NEAR, GX_NEAR, 0, 0, 0, in DrawInit()
|
| D | frb-copy.c | 320 GX_NEAR, in DrawInit()
|
| /RvlSDK-3.2.2/build/demos/videmo/src/ |
| D | frb-vi-gamma.c | 460 GXInitTexObjLOD(&tx0, GX_NEAR, GX_NEAR, 0, 0, 0, 0, 0, GX_ANISO_1); in DrawGammaTestImg() 461 GXInitTexObjLOD(&tx1, GX_NEAR, GX_NEAR, 0, 0, 0, 0, 0, GX_ANISO_1); in DrawGammaTestImg()
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/TexGen/ |
| D | tg-shadow3.c | 485 GXInitTexObjLOD(&to, GX_NEAR, GX_NEAR, 0, 0, 0, 0, 0, GX_ANISO_1); in DrawTick() 1434 GXInitTexObjLOD(to, GX_NEAR, GX_NEAR, 0, 0, 0, 0, 0, GX_ANISO_1); in CreateRampTex8() 1481 GXInitTexObjLOD(to, GX_NEAR, GX_NEAR, 0, 0, 0, 0, 0, GX_ANISO_1); in CreateRampTex16()
|
| D | tg-shadow2.c | 444 GXInitTexObjLOD(&to, GX_NEAR, GX_NEAR, 0, 0, 0, 0, 0, GX_ANISO_1); in DrawTick()
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Lighting/ |
| D | lit-texture.c | 254 GX_NEAR, in DrawInit() 255 GX_NEAR, in DrawInit()
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Tev/ |
| D | tev-outline.c | 189 GXInitTexObjLOD( &eFBTexObj, GX_NEAR, GX_NEAR, 0.0f, 0.0f, 0.0f, in DrawCartoonOutline()
|
| D | tev-ztex.c | 493 filter = GX_NEAR; in MyTexInit()
|
| /RvlSDK-3.2.2/build/libraries/demo/src/ |
| D | DEMOPuts.c | 240 GX_NEAR, // min_filt in DEMOLoadFont() 241 GX_NEAR, // max_filt in DEMOLoadFont()
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/PixelProc/ |
| D | pix-sub.c | 274 GX_NEAR, in DrawInit() 275 GX_NEAR, in DrawInit()
|
| /RvlSDK-3.2.2/include/revolution/gx/ |
| D | GXEnum.h | 646 GX_NEAR, enumerator
|