Lines Matching refs:trace
27 void trace(const char *format, ...);
30 #define TRACE(format, ...) trace("[0x%0.8X]%s("format")\n", this, __FUNCTION__, ##__VA_ARGS__)
36 …#define ASSERT(expression) {if(!(expression)) trace("\t! Assert failed in %s(%d): "#expression"\n"…
42 …#define UNIMPLEMENTED() {trace("\t! Unimplemented: %s(%d)\n", __FUNCTION__, __LINE__); ASSERT(fals…
52 …trace("\t! No interface {0x%0.8X, 0x%0.4X, 0x%0.4X, 0x%0.2X, 0x%0.2X, 0x%0.2X, 0x%0.2X, 0x%0.2X, 0… in _NOINTERFACE()
63 trace("\t! D3DERR_INVALIDCALL\n"); in INVALIDCALL()
74 trace("\t! E_OUTOFMEMORY\n"); in OUTOFMEMORY()
85 trace("\t! D3DERR_OUTOFVIDEOMEMORY\n"); in OUTOFVIDEOMEMORY()
96 trace("\t! D3DERR_NOTAVAILABLE\n"); in NOTAVAILABLE()
107 trace("\t! D3DERR_NOTFOUND\n"); in NOTFOUND()
118 trace("\t! D3DERR_MOREDATA\n"); in MOREDATA()