Home
last modified time | relevance | path

Searched refs:GDGList (Results 1 – 14 of 14) sorted by relevance

/RvlSDK-3.1/include/revolution/gd/
DGDFile.h50 } GDGList; typedef
57 GDGList *DLDescArray; // Pointer (in file it's an offset) to list of DL's
58 GDGList *PLDescArray; // Pointer (in file it's an offset) to list of PL's
67 GDGList *DLDescArray, GDGList *PLDescArray);
71 GDGList **DLDescArray, GDGList **PLDescArray);
/RvlSDK-3.1/build/libraries/gd/src/
DGDFile.c178 GDGList *DLDescArray, GDGList *PLDescArray) in GDWriteDLFile()
207 offset += numDLs * sizeof(GDGList); in GDWriteDLFile()
212 offset += numPLs * sizeof(GDGList); in GDWriteDLFile()
299 GDGList **DLDescArray, GDGList **PLDescArray) in GDReadDLFile()
361 *DLDescArray = (GDGList *) ( (u32) hdr->DLDescArray + (u32) hdr ); in GDReadDLFile()
364 *PLDescArray = (GDGList *) ( (u32) hdr->PLDescArray + (u32) hdr ); in GDReadDLFile()
411 GDGList **DLDescArray, GDGList **PLDescArray) in GDReadDLFile()
459 *DLDescArray = (GDGList *) ( (u32) hdr->DLDescArray + (u32) hdr ); in GDReadDLFile()
460 *PLDescArray = (GDGList *) ( (u32) hdr->PLDescArray + (u32) hdr ); in GDReadDLFile()
/RvlSDK-3.1/build/demos/gddemo/src/
Dgd-init-host.c88 GDGList dlists[2]; // keeps track of all display lists in main()
89 GDGList plists[2]; // keeps track of all patch lists in main()
Dgd-light-host.c81 GDGList dlists[1]; // keeps track of all display lists in main()
82 GDGList plists[1]; // keeps track of all patch lists in main()
Dgd-texture-host.c100 GDGList dlists[2]; // keeps track of all display lists in main()
101 GDGList plists[3]; // keeps track of all patch lists in main()
Dgd-tev-host.c84 GDGList dlists[NUM_DLS]; // keeps track of all display lists in main()
85 GDGList plists[NUM_PLS]; // keeps track of all patch lists in main()
Dgd-init-gc.c206 GDGList *DLDescArray; in LoadDLs()
207 GDGList *PLDescArray; in LoadDLs()
Dgd-matrix-host.c79 GDGList dlists[6]; // keeps track of all display lists in main()
Dgd-indtex-host.c83 GDGList dlists[NUM_DLS]; // keeps track of all display lists in main()
Dgd-matrix-gc.c236 GDGList *DLDescArray; in LoadDLs()
237 GDGList *PLDescArray; in LoadDLs()
Dgd-light-gc.c197 GDGList* dlArray; in PrepareDL()
198 GDGList* plArray; in PrepareDL()
Dgd-texture-gc.c354 GDGList *DLDescArray; in LoadDLs()
355 GDGList *PLDescArray; in LoadDLs()
Dgd-indtex-gc.c702 GDGList* dlArray; in PrepareDL()
703 GDGList* plArray; in PrepareDL()
Dgd-tev-gc.c477 GDGList* dlArray; in PrepareDL()
478 GDGList* plArray; in PrepareDL()