Searched refs:GDGetGDLObjOffset (Results 1 – 7 of 7) sorted by relevance
96 dlists[0].byteLength = GDGetGDLObjOffset(&InitDLO); in main()99 dlists[1].byteLength = GDGetGDLObjOffset(&DrawDLO); in main()
108 dlists[0].byteLength = GDGetGDLObjOffset(&InitDLO); in main()111 dlists[1].byteLength = GDGetGDLObjOffset(&DrawDLO); in main()
301 GXCallDisplayList(GDGetGDLObjStart(&InitDLO), GDGetGDLObjOffset(&InitDLO)); in DrawTick()308 GXCallDisplayList(GDGetGDLObjStart(&DrawDLO), GDGetGDLObjOffset(&DrawDLO)); in DrawTick()
88 dlists[i].byteLength = GDGetGDLObjOffset(&DrawDLOs[i]); in main()
548 GXCallDisplayList(GDGetGDLObjStart(&InitDLO), GDGetGDLObjOffset(&InitDLO)); in DrawTick()551 GXCallDisplayList(GDGetGDLObjStart(&DrawDLO), GDGetGDLObjOffset(&DrawDLO)); in DrawTick()
382 GDGetGDLObjOffset(&DrawDLOs[i])); in DrawTick()
81 static inline u32 GDGetGDLObjOffset(const GDLObj *dl); // For convenience167 static inline u32 GDGetGDLObjOffset(const GDLObj *dl) in GDGetGDLObjOffset() function