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

  /external/chromium_org/third_party/skia/include/gpu/gl/
GrGLConfig_chrome.h 12 #define GR_GL_CHECK_ERROR_START 0
GrGLConfig.h 44 * value of gCheckErrorGL is controlled by by GR_GL_CHECK_ERROR_START.
46 * GR_GL_CHECK_ERROR_START: controls the initial value of gCheckErrorGL
125 #if !defined(GR_GL_CHECK_ERROR_START)
126 #define GR_GL_CHECK_ERROR_START 1
  /external/skia/include/gpu/gl/
GrGLConfig_chrome.h 12 #define GR_GL_CHECK_ERROR_START 0
GrGLConfig.h 44 * value of gCheckErrorGL is controlled by by GR_GL_CHECK_ERROR_START.
46 * GR_GL_CHECK_ERROR_START: controls the initial value of gCheckErrorGL
125 #if !defined(GR_GL_CHECK_ERROR_START)
126 #define GR_GL_CHECK_ERROR_START 1
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLUtil.cpp 95 bool gCheckErrorGL = !!(GR_GL_CHECK_ERROR_START);
  /external/skia/src/gpu/gl/
GrGLUtil.cpp 95 bool gCheckErrorGL = !!(GR_GL_CHECK_ERROR_START);

Completed in 313 milliseconds