Searched refs:dl (Results 1 – 7 of 7) sorted by relevance
| /RvlSDK-3.2/include/revolution/gd/ |
| D | GDBase.h | 77 void GDInitGDLObj(GDLObj *dl, void *start, u32 length); 78 static inline void *GDGetGDLObjStart(const GDLObj *dl); 79 static inline u32 GDGetGDLObjLength(const GDLObj *dl); 80 static inline void *GDGetGDLObjPointer(const GDLObj *dl); 81 static inline u32 GDGetGDLObjOffset(const GDLObj *dl); // For convenience 84 static inline void GDSetCurrent(GDLObj *dl); 86 static inline GXBool GDIsCurrent(const GDLObj *dl); 152 static inline void *GDGetGDLObjStart(const GDLObj *dl) in GDGetGDLObjStart() argument 154 return (void *) dl->start; in GDGetGDLObjStart() 157 static inline u32 GDGetGDLObjLength(const GDLObj *dl) in GDGetGDLObjLength() argument [all …]
|
| /RvlSDK-3.2/build/libraries/gd/src/ |
| D | GDBase.c | 47 void GDInitGDLObj(GDLObj *dl, void *start, u32 length) in GDInitGDLObj() argument 52 dl->start = start; in GDInitGDLObj() 53 dl->ptr = (u8*) start; in GDInitGDLObj() 54 dl->top = (u8*) start + length; in GDInitGDLObj() 55 dl->length = length; in GDInitGDLObj()
|
| /RvlSDK-3.2/build/demos/gddemo/src/ |
| D | gd-tev-gc.c | 106 MyDLObj dl; member 326 GXCallDisplayList(ModelObj.dl.dlPtr, ModelObj.dl.dlSize); in DrawTick() 502 ModelObj.dl.dlPtr = dlArray[i].ptr; in PrepareDL() 503 ModelObj.dl.dlSize = dlArray[i].byteLength; in PrepareDL() 504 ModelObj.dl.plPtr = NULL; in PrepareDL() 505 ModelObj.dl.plSize = 0; in PrepareDL() 523 ModelObj.dl.dlPtr = OSAlloc(MDL_SIZE_MAX); in PrepareDL() 524 ModelObj.dl.plPtr = NULL; in PrepareDL() 525 ModelObj.dl.plSize = 0; in PrepareDL() 526 CreateModelDL(ModelObj.dl.dlPtr, &ModelObj.dl.dlSize); in PrepareDL() [all …]
|
| /RvlSDK-3.2/build/demos/gxdemo/src/TexGen/ |
| D | spheremap.c | 48 void* dl, 214 void* dl, // display list of sphere geometry in drawSphereMap() argument 423 GXCallDisplayList(dl, dlsz); in drawSphereMap()
|
| D | parabolicmap.c | 64 void* dl, 243 void* dl, // display list of sphere geometry in drawParaboloidMap() argument 463 GXCallDisplayList(dl, dlsz); in drawParaboloidMap()
|
| D | tg-parabolicmap.c | 67 void* dl,
|
| D | tg-spheremap.c | 72 void* dl,
|