| /RvlSDK-3.2.2/include/revolution/gx/ |
| D | GXVert.h | 181 #define __GXCDEFX(func,n,t) __GXCDEF##n(func,t,t) argument 186 #define __GXCDEF1(func,ts,td) \ argument 187 void func(const ts x); 190 #define __GXCDEF2(func,ts,td) \ argument 191 void func(const ts x, const ts y); 194 #define __GXCDEF3(func,ts,td) \ argument 195 void func(const ts x, const ts y, const ts z); 198 #define __GXCDEF4(func,ts,td) \ argument 199 void func(const ts x, const ts y, const ts z, const ts w); 209 #define __GXCDEF1(func,ts,td) \ argument [all …]
|
| D | GXGeometry.h | 136 GXTexGenType func, 146 GXTexGenType func, 152 GXTexGenType func, in GXSetTexCoordGen() argument 156 GXSetTexCoordGen2(dst_coord, func, src_param, mtx, in GXSetTexCoordGen()
|
| D | GXCpu2Efb.h | 51 void GXPokeAlphaMode ( GXCompare func, u8 threshold ); 59 void GXPokeZMode ( GXBool compare_enable, GXCompare func,
|
| D | GXPixel.h | 108 GXCompare func,
|
| /RvlSDK-3.2.2/build/demos/encdemo/src/ |
| D | validate.c | 28 BOOL ValidateFuncToUnicode(ConvertToUnicode func, const u16 *wcs, const u8 *mbs, s32 count) in ValidateFuncToUnicode() argument 32 ENCResult result = (*func)(NULL, &dstlen, mbs, &srclen); in ValidateFuncToUnicode() 43 result = (*func)(dst, &dstlen, mbs, &srclen); in ValidateFuncToUnicode() 70 BOOL ValidateFuncFromUnicode(ConvertFromUnicode func, const u8 *mbs, const u16 *wcs, s32 count) in ValidateFuncFromUnicode() argument 74 ENCResult result = (*func)(NULL, &dstlen, wcs, &srclen); in ValidateFuncFromUnicode() 85 result = (*func)(dst, &dstlen, wcs, &srclen); in ValidateFuncFromUnicode() 112 BOOL ValidateFuncMultiByte(ConvertMultiByte func, const u8 *dstmbs, const u8 *srcmbs, s32 count) in ValidateFuncMultiByte() argument 116 ENCResult result = (*func)(NULL, &dstlen, srcmbs, &srclen); in ValidateFuncMultiByte() 127 result = (*func)(dst, &dstlen, srcmbs, &srclen); in ValidateFuncMultiByte()
|
| /RvlSDK-3.2.2/include/revolution/gd/ |
| D | GDVert.h | 58 #define __GXCDEFX(func,n,t) __GXCDEF##n(func,t,t) argument 61 #define __GXCDEF1(func,ts,td) \ argument 62 static inline void func(const ts x) \ 68 #define __GXCDEF2(func,ts,td) \ argument 69 static inline void func(const ts x, const ts y) \ 76 #define __GXCDEF3(func,ts,td) \ argument 77 static inline void func(const ts x, const ts y, const ts z) \ 85 #define __GXCDEF4(func,ts,td) \ argument 86 static inline void func(const ts x, const ts y, const ts z, const ts w) \
|
| D | GDPixel.h | 73 GXCompare func, 162 #define PE_ZMODE(enable, func, mask, rid) \ argument 164 (((unsigned long)(func)) << PE_ZMODE_FUNC_SHIFT) | \
|
| D | GDGeometry.h | 65 GXTexGenType func,
|
| /RvlSDK-3.2.2/build/demos/encdemo/include/ |
| D | validate.h | 34 BOOL ValidateFuncToUnicode(ConvertToUnicode func, const u16 *wcs, const u8 *mbs, s32 count); 35 BOOL ValidateFuncFromUnicode(ConvertFromUnicode func, const u8 *mbs, const u16 *wcs, s32 count); 36 BOOL ValidateFuncMultiByte(ConvertMultiByte func, const u8 *dstmbs, const u8 *srcmbs, s32 count);
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/PixelProc/ |
| D | pix-z-comp.c | 31 GXCompare func; member 163 GXCompare func; member 248 if ( z->func == myZComp[lid].func ) break; in SceneDrawInfo() 316 if ( z->func == myZComp[lid].func ) break; in SceneControl() 330 z->func = myZComp[lid].func; in SceneControl() 464 GXSetZMode( z->compare_enable, z->func, z->update_enable ); in myDrawModel()
|
| /RvlSDK-3.2.2/include/revolution/os/ |
| D | OSReset.h | 190 OSShutdownFunction func; member 236 OSResetFunction func;
|
| D | OSThread.h | 199 void* (*func)(void*),
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Indirect/ |
| D | ind-warp.c | 41 static void TexUpdate ( f32 phase, f32 freq, f32 amp, f32 ang, u8 func ); 207 static void TexUpdate( f32 phase, f32 freq, f32 amp, f32 rot, u8 func ) in TexUpdate() argument 220 if (func <= 2) in TexUpdate() 241 if (func == 2) in TexUpdate()
|
| /RvlSDK-3.2.2/build/libraries/gd/src/ |
| D | GDPixel.c | 242 GXCompare func, in GDSetZMode() argument 245 GDWriteBPCmd( PE_ZMODE( compare_enable, func, update_enable, PE_ZMODE_ID )); in GDSetZMode()
|
| D | GDGeometry.c | 426 GXTexGenType func, in GDSetTexCoordGen() argument 474 switch (func) { in GDSetTexCoordGen() 496 embossLit = (u32) (func - GX_TG_BUMP0); in GDSetTexCoordGen()
|
| /RvlSDK-3.2.2/build/demos/gxdemo/ |
| D | makefile | 87 Lighting/lit-atn-func.c Lighting/lit-specular.c \ 156 lit-tx-alpha lit-prelit lit-atn-func lit-specular \ 311 $(FULLBIN_ROOT)/lit-atn-func$(BINSUFFIX): Lighting/lit-atn-func.o \
|
| /RvlSDK-3.2.2/include/demo/ |
| D | DEMOWin.h | 373 … *DEMOWinCreateWindow (s32 x1, s32 y1, s32 x2, s32 y2, char *caption, u16 scroll, void *func);
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Tev/ |
| D | tev-complex.c | 100 GXTexGenType func; member 748 mtc->texGenArray[i].func, in SetMultiTex()
|
| /RvlSDK-3.2.2/build/libraries/demo/src/ |
| D | DEMOWin.c | 275 …WinInfo *DEMOWinCreateWindow(s32 x1, s32 y1, s32 x2, s32 y2, char *caption, u16 scroll, void *func) in DEMOWinCreateWindow() argument 331 handle->refresh = func; in DEMOWinCreateWindow()
|
| /RvlSDK-3.2.2/ |
| D | index.allpl | 142 build/demos/gxdemo/src/Lighting/lit-atn-func.c c63463caae542f8e108f5fb6ef8b32f17b891ae3ed27f86d6668… 2222 man/en_US/gx/sampledemos/Lighting/lit-atn-func.html e087e7b77f0839fbd76b674f67d534884d5fa77c70f6aa1… 2237 man/en_US/gx/sampledemos/Lighting/images/lit-atn-func-1.jpg 632ef59cf34fa1b37d1240bbc92b4b8f05894b5… 2238 man/en_US/gx/sampledemos/Lighting/images/lit-atn-func-10.jpg 00ea5d6bc4b1ddfa530b612f746b4a2572d246… 2239 man/en_US/gx/sampledemos/Lighting/images/lit-atn-func-3.jpg eb29eba59e3aa6f280cd190c292d939d1eeea48… 2240 man/en_US/gx/sampledemos/Lighting/images/lit-atn-func-8.jpg 9eb1b6d89b512089147e0f48fff8c0e359b97b6… 2436 man/en_US/gx/sampledemos/thumbnail/lit-atn-func.jpg d6037667d0e4d66c6eb4c9153b51dc92e15a3bec8d999d0…
|