Home
last modified time | relevance | path

Searched refs:GDLObj (Results 1 – 16 of 16) sorted by relevance

/RvlSDK-2.1/include/revolution/gd/
DGDBase.h66 } 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);
[all …]
/RvlSDK-2.1/build/libraries/gd/src/
DGDBase.c39 GDLObj *__GDCurrentDL = NULL;
47 void GDInitGDLObj(GDLObj *dl, void *start, u32 length) in GDInitGDLObj()
/RvlSDK-2.1/build/demos/gddemo/src/
Dgd-init-host.c71 GDLObj InitDLO;
75 GDLObj DrawDLO;
Dgd-texture-host.c72 GDLObj InitDLO;
76 GDLObj DrawDLO;
Dgd-texture-gc.c76 GDLObj *dlObj, u32 dlOffsets[]);
96 GDLObj InitDLO;
100 GDLObj DrawDLO;
248 GDLObj *dlObj, u32 dlOffsets[]) in PatchTexPtrs()
Dgd-indtex-create.c80 GDLObj dlObj; in CreateEffectDL0()
153 GDLObj dlObj; in CreateEffectDL1()
238 GDLObj dlObj; in CreateEffectDL2()
336 GDLObj dlObj; in CreateEffectDL3()
Dgd-tev-create.c58 GDLObj dlObj; in CreateModelDL()
142 GDLObj dlObj; in CreateShader0DL()
230 GDLObj dlObj; in CreateShader1DL()
344 GDLObj dlObj; in CreateShader2DL()
480 GDLObj dlObj; in CreateShader3DL()
Dgd-init-gc.c70 GDLObj InitDLO;
74 GDLObj DrawDLO;
Dgd-matrix-host.c71 GDLObj DrawDLOs[6];
Dgd-texture-create.c70 extern GDLObj InitDLO;
75 extern GDLObj DrawDLO;
Dgd-init-create.c61 extern GDLObj InitDLO;
66 extern GDLObj DrawDLO;
Dgd-light-create.c82 GDLObj dlObj; in CreateModelDL()
Dgd-matrix-create.c62 extern GDLObj DrawDLOs[6];
Dgd-matrix-gc.c80 GDLObj DrawDLOs[6];
Dgd-light-gc.c247 GDLObj dlObj; in PatchLightStatus()
Dgd-tev-gc.c551 GDLObj gdlObj; in PatchShaderDLTCScale()