Home
last modified time | relevance | path

Searched refs:GDGetGDLObjOffset (Results 1 – 7 of 7) sorted by relevance

/RvlSDK-2.1/build/demos/gddemo/src/
Dgd-init-host.c96 dlists[0].byteLength = GDGetGDLObjOffset(&InitDLO); in main()
99 dlists[1].byteLength = GDGetGDLObjOffset(&DrawDLO); in main()
Dgd-texture-host.c108 dlists[0].byteLength = GDGetGDLObjOffset(&InitDLO); in main()
111 dlists[1].byteLength = GDGetGDLObjOffset(&DrawDLO); in main()
Dgd-init-gc.c288 GXCallDisplayList(GDGetGDLObjStart(&InitDLO), GDGetGDLObjOffset(&InitDLO)); in DrawTick()
295 GXCallDisplayList(GDGetGDLObjStart(&DrawDLO), GDGetGDLObjOffset(&DrawDLO)); in DrawTick()
Dgd-matrix-host.c88 dlists[i].byteLength = GDGetGDLObjOffset(&DrawDLOs[i]); in main()
Dgd-texture-gc.c535 GXCallDisplayList(GDGetGDLObjStart(&InitDLO), GDGetGDLObjOffset(&InitDLO)); in DrawTick()
538 GXCallDisplayList(GDGetGDLObjStart(&DrawDLO), GDGetGDLObjOffset(&DrawDLO)); in DrawTick()
Dgd-matrix-gc.c366 GDGetGDLObjOffset(&DrawDLOs[i])); in DrawTick()
/RvlSDK-2.1/include/revolution/gd/
DGDBase.h81 static inline u32 GDGetGDLObjOffset(const GDLObj *dl); // for convenience
167 static inline u32 GDGetGDLObjOffset(const GDLObj *dl) in GDGetGDLObjOffset() function