HomeSort by relevance Sort by last modified time
    Searched defs:GR_GL_LOG_CALLS (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/include/gpu/gl/
GrGLConfig.h 33 * GR_GL_LOG_CALLS: if 1 Gr can print every GL call using GrPrintf. Defaults to
39 * GR_GL_LOG_CALLS is 1. Defaults to 0.
105 #if !defined(GR_GL_LOG_CALLS)
107 #define GR_GL_LOG_CALLS 1
109 #define GR_GL_LOG_CALLS 0
  /external/skia/include/gpu/gl/
GrGLConfig.h 33 * GR_GL_LOG_CALLS: if 1 Gr can print every GL call using GrPrintf. Defaults to
39 * GR_GL_LOG_CALLS is 1. Defaults to 0.
105 #if !defined(GR_GL_LOG_CALLS)
107 #define GR_GL_LOG_CALLS 1
109 #define GR_GL_LOG_CALLS 0

Completed in 112 milliseconds