Lines Matching full:logging
32 Provides the application with means to enable and disable logging
204 TRACE_OPERATIONS_BIT_MESA controls logging of all commands outside of
207 TRACE_PRIMITIVES_BIT_MESA controls logging of all commands inside of
210 TRACE_ARRAYS_BIT_MESA controls logging of VertexPointer, NormalPointer,
213 TRACE_TEXTURES_BIT_MESA controls logging of texture data dereferenced by
217 TRACE_PIXELS_BIT_MESA controls logging of image data dereferenced by
220 TRACE_ERRORS_BIT_MESA controls logging of all errors. If this bit is
325 affected at all by a properly chosen logging operation.
333 None. The logging operation is carried out client-side, by exporting
334 entry points to the wrapper functions that execute the logging operation.