HomeSort by relevance Sort by last modified time
    Searched refs:GR_GL_LOG_CALLS (Results 1 - 6 of 6) 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.
109 #if !defined(GR_GL_LOG_CALLS)
111 #define GR_GL_LOG_CALLS 1
113 #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.
109 #if !defined(GR_GL_LOG_CALLS)
111 #define GR_GL_LOG_CALLS 1
113 #define GR_GL_LOG_CALLS 0
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLUtil.h 130 #if GR_GL_LOG_CALLS
GrGLUtil.cpp 86 #if GR_GL_LOG_CALLS
  /external/skia/src/gpu/gl/
GrGLUtil.h 130 #if GR_GL_LOG_CALLS
GrGLUtil.cpp 86 #if GR_GL_LOG_CALLS

Completed in 34 milliseconds