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

  /external/skia/include/gpu/gl/
GrGLConfig.h 37 * GR_GL_LOG_CALLS: if 1 Gr can print every GL call using SkDebugf. Defaults to
43 * GR_GL_LOG_CALLS is 1. Defaults to 0.
85 #if !defined(GR_GL_LOG_CALLS)
87 #define GR_GL_LOG_CALLS 1
89 #define GR_GL_LOG_CALLS 0
  /external/skqp/include/gpu/gl/
GrGLConfig.h 37 * GR_GL_LOG_CALLS: if 1 Gr can print every GL call using SkDebugf. Defaults to
43 * GR_GL_LOG_CALLS is 1. Defaults to 0.
85 #if !defined(GR_GL_LOG_CALLS)
87 #define GR_GL_LOG_CALLS 1
89 #define GR_GL_LOG_CALLS 0

Completed in 59 milliseconds