Searched refs:GR_GL_CHECK_ERROR (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/include/gpu/gl/
H A DGrGLConfig.h41 * 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 macro
121 #define GR_GL_CHECK_ERROR 0 macro
/external/skia/include/gpu/gl/
H A DGrGLConfig.h41 * 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 macro
121 #define GR_GL_CHECK_ERROR 0 macro
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLUtil.h124 #if GR_GL_CHECK_ERROR
H A DGrGLUtil.cpp59 #if GR_GL_CHECK_ERROR
/external/skia/src/gpu/gl/
H A DGrGLUtil.h122 #if GR_GL_CHECK_ERROR
H A DGrGLUtil.cpp94 #if GR_GL_CHECK_ERROR

Completed in 316 milliseconds