HomeSort by relevance Sort by last modified time
    Searched refs:GR_GL_CHECK_ERROR (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/skia/include/gpu/gl/
GrGLConfig.h 41 * GR_GL_CHECK_ERROR: if enabled Gr can do a glGetError() after every GL call.
42 * Defaults to 1 if SK_DEBUG is set, otherwise 0. When GR_GL_CHECK_ERROR is 1
47 * when GR_GL_CHECK_ERROR is 1. Defaults to 1.
117 #if !defined(GR_GL_CHECK_ERROR)
119 #define GR_GL_CHECK_ERROR 1
121 #define GR_GL_CHECK_ERROR 0
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLUtil.h 124 #if GR_GL_CHECK_ERROR
GrGLUtil.cpp 59 #if GR_GL_CHECK_ERROR

Completed in 192 milliseconds