Home
last modified time | relevance | path

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

/RvlSDK-3.3/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.3/build/libraries/gd/src/
DGDFile.c184 GDGList *DLDescArray, GDGList *PLDescArray) in GDWriteDLFile()
216 offset += numDLs * sizeof(GDGList); in GDWriteDLFile()
221 offset += numPLs * sizeof(GDGList); in GDWriteDLFile()
308 GDGList **DLDescArray, GDGList **PLDescArray) in GDReadDLFile()
373 *DLDescArray = (GDGList *) ( (u32) hdr->DLDescArray + (u32) hdr ); in GDReadDLFile()
376 *PLDescArray = (GDGList *) ( (u32) hdr->PLDescArray + (u32) hdr ); in GDReadDLFile()
423 GDGList **DLDescArray, GDGList **PLDescArray) in GDReadDLFile()
471 *DLDescArray = (GDGList *) ( (u32) hdr->DLDescArray + (u32) hdr ); in GDReadDLFile()
472 *PLDescArray = (GDGList *) ( (u32) hdr->PLDescArray + (u32) hdr ); in GDReadDLFile()
/RvlSDK-3.3/build/demos/gddemo/src/
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-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-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.c239 GDGList *DLDescArray; in LoadDLs()
240 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-tev-gc.c480 GDGList* dlArray; in PrepareDL()
481 GDGList* plArray; in PrepareDL()
Dgd-indtex-gc.c705 GDGList* dlArray; in PrepareDL()
706 GDGList* plArray; in PrepareDL()