• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #ifndef GrGLConfig_chrome_DEFINED
2 #define GrGLConfig_chrome_DEFINED
3 
4 // chrome always assumes BGRA
5 #define GR_GL_32BPP_COLOR_FORMAT        GR_GL_BGRA
6 
7 // glGetError() forces a sync with gpu process on chrome
8 #define GR_GL_CHECK_ERROR_START         0
9 
10 // ANGLE creates a temp VB for vertex attributes not specified per-vertex.
11 #define GR_GL_NO_CONSTANT_ATTRIBUTES    GR_WIN32_BUILD
12 
13 #endif
14