Graphiteng
 All Files Functions Typedefs Enumerations Enumerator Macros
Enumerations | Functions
Log.h File Reference
#include <graphite2/Types.h>
#include <stdio.h>

Go to the source code of this file.

Enumerations

enum  GrLogMask {
  GRLOG_NONE = 0x0, GRLOG_FACE = 0x01, GRLOG_SEGMENT = 0x02, GRLOG_PASS = 0x04,
  GRLOG_CACHE = 0x08, GRLOG_OPCODE = 0x80, GRLOG_ALL = 0xFF
}
 

Functions

GR2_API bool graphite_start_logging (FILE *logFile, GrLogMask mask)
 
GR2_API void graphite_stop_logging ()
 

Enumeration Type Documentation

enum GrLogMask
Enumerator
GRLOG_NONE 
GRLOG_FACE 
GRLOG_SEGMENT 
GRLOG_PASS 
GRLOG_CACHE 
GRLOG_OPCODE 
GRLOG_ALL 

Function Documentation

GR2_API bool graphite_start_logging ( FILE *  logFile,
GrLogMask  mask 
)
GR2_API void graphite_stop_logging ( )