Lines Matching refs:GDLObj
66 } GDLObj; typedef
70 extern GDLObj *__GDCurrentDL;
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);
85 static inline GDLObj *GDGetCurrent();
86 static inline GXBool GDIsCurrent(const GDLObj *dl);
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()
178 static inline GDLObj *GDGetCurrent() in GDGetCurrent()
183 static inline GXBool GDIsCurrent(const GDLObj *dl) in GDIsCurrent()