Searched refs:GR_GL_CHECK_ERROR_START (Results 1 - 3 of 3) sorted by relevance

/external/skia/include/gpu/gl/
H A DGrGLConfig_chrome.h12 #define GR_GL_CHECK_ERROR_START 0 macro
H A DGrGLConfig.h45 * value of gCheckErrorGL is controlled by by GR_GL_CHECK_ERROR_START.
47 * GR_GL_CHECK_ERROR_START: controls the initial value of gCheckErrorGL
116 #if !defined(GR_GL_CHECK_ERROR_START)
117 #define GR_GL_CHECK_ERROR_START 1 macro
/external/skia/src/gpu/gl/
H A DGrGLUtil.cpp40 bool gCheckErrorGL = !!(GR_GL_CHECK_ERROR_START);

Completed in 99 milliseconds