Home
last modified time | relevance | path

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

/RvlSDK-3.1.4/build/demos/gddemo/src/
Dgd-matrix-host.c58 extern void GDReport (char* msg, ...);
93 GDReport("Created file \"gdMatrix.gdl\" successfully."); in main()
Dgd-light-host.c60 extern void GDReport (char* msg, ...);
106 GDReport("Created file \"gdLight.gdl\" successfully."); in main()
Dgd-init-host.c59 extern void GDReport (char* msg, ...);
106 GDReport("Created file \"gdInit.gdl\" successfully."); in main()
Dgd-indtex-host.c60 extern void GDReport (char* msg, ...);
116 GDReport("Created file \"gdIndTex.gdl\" successfully."); in main()
Dgd-texture-host.c59 extern void GDReport (char* msg, ...);
124 GDReport("Created file \"gdTextr.gdl\" successfully."); in main()
Dgd-tev-host.c61 extern void GDReport (char* msg, ...);
130 GDReport("Created file \"gdTev.gdl\" successfully."); in main()
Dgd-win32-ui.c106 void GDReport(char* msg, ...) in GDReport() function