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

  /external/skia/include/gpu/gl/
GrGLConfig.h 45 * GR_GL_CHECK_ERROR: if enabled Gr can do a glGetError() after every GL call.
46 * Defaults to 1 if SK_DEBUG is set, otherwise 0. When GR_GL_CHECK_ERROR is 1
51 * when GR_GL_CHECK_ERROR is 1. Defaults to 1.
97 #if !defined(GR_GL_CHECK_ERROR)
99 #define GR_GL_CHECK_ERROR 1
101 #define GR_GL_CHECK_ERROR 0
  /external/skqp/include/gpu/gl/
GrGLConfig.h 45 * GR_GL_CHECK_ERROR: if enabled Gr can do a glGetError() after every GL call.
46 * Defaults to 1 if SK_DEBUG is set, otherwise 0. When GR_GL_CHECK_ERROR is 1
51 * when GR_GL_CHECK_ERROR is 1. Defaults to 1.
97 #if !defined(GR_GL_CHECK_ERROR)
99 #define GR_GL_CHECK_ERROR 1
101 #define GR_GL_CHECK_ERROR 0

Completed in 575 milliseconds