Searched defs:dl (Results 1 – 5 of 5) sorted by relevance
152 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()
47 void GDInitGDLObj(GDLObj *dl, void *start, u32 length) in GDInitGDLObj()
214 void* dl, // display list of sphere geometry in drawSphereMap()
243 void* dl, // display list of sphere geometry in drawParaboloidMap()
106 MyDLObj dl; member