Searched defs:CR_DUMPER (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_dump.h35 DECLEXPORT(void) crDmpDumpImgDmlBreak(struct CR_DUMPER * pDumper, CR_BLITTER_IMG *pImg, const char*pszEntryDesc);
37 DECLEXPORT(void) crDmpDumpStrDbgPrint(struct CR_DUMPER * pDumper, const char*pszStr);
40 struct CR_DUMPER;
42 typedef DECLCALLBACKPTR(void, PFNCRDUMPIMG)(struct CR_DUMPER * pDumper, CR_BLITTER_IMG *pImg, const char*pszEntryDesc);
43 typedef DECLCALLBACKPTR(void, PFNCRDUMPSTR)(struct CR_DUMPER * pDumper, const char*pszStr);
45 typedef struct CR_DUMPER struct
49 } CR_DUMPER; typedef in typeref:struct:CR_DUMPER
64 DECLINLINE(void) crDmpStrV(CR_DUMPER *pDumper, const char *pszStr, va_list pArgList)
71 DECLINLINE(void) crDmpStrF(CR_DUMPER *pDumper, const char *pszStr, ...)
79 DECLINLINE(void) crDmpImgV(CR_DUMPER *pDumpe
[all...]

Completed in 794 milliseconds