Home | History | Annotate | Download | only in haiku-softpipe

Lines Matching refs:TRACE

25 #	define TRACE(x...) printf("SoftwareRenderer: " x)
26 # define CALLED() TRACE("CALLED: %s\n", __PRETTY_FUNCTION__)
28 # define TRACE(x...)
65 TRACE("Haiku Software GL Pipe initialization time: %f.\n",
71 TRACE("%s: Colorspace:\t%s\n", __func__, color_space_name(fColorSpace));
86 TRACE("%s: Haiku Software GL Pipe context creation time: %f.\n",
324 TRACE("%s: %f x %f\n", __func__, width, height);
343 TRACE("%s: Can't allocate bitmap of %dx%d\n", __func__,
350 TRACE("%s: Can't create bitmap!\n", __func__);
354 TRACE("%s: New bitmap size: %" B_PRId32 " x %" B_PRId32 "\n", __func__,