Home
last modified time | relevance | path

Searched defs:dl (Results 1 – 5 of 5) sorted by relevance

/RvlSDK-3.2.2/include/revolution/gd/
DGDBase.h152 static inline void *GDGetGDLObjStart(const GDLObj *dl) in GDGetGDLObjStart()
157 static inline u32 GDGetGDLObjLength(const GDLObj *dl) in GDGetGDLObjLength()
162 static inline void *GDGetGDLObjPointer(const GDLObj *dl) in GDGetGDLObjPointer()
167 static inline u32 GDGetGDLObjOffset(const GDLObj *dl) in GDGetGDLObjOffset()
173 static inline void GDSetCurrent(GDLObj *dl) in GDSetCurrent()
183 static inline GXBool GDIsCurrent(const GDLObj *dl) in GDIsCurrent()
/RvlSDK-3.2.2/build/libraries/gd/src/
DGDBase.c47 void GDInitGDLObj(GDLObj *dl, void *start, u32 length) in GDInitGDLObj()
/RvlSDK-3.2.2/build/demos/gxdemo/src/TexGen/
Dspheremap.c214 void* dl, // display list of sphere geometry in drawSphereMap()
Dparabolicmap.c243 void* dl, // display list of sphere geometry in drawParaboloidMap()
/RvlSDK-3.2.2/build/demos/gddemo/src/
Dgd-tev-gc.c106 MyDLObj dl; member