blob: 08f7547084c334f07fbe651ae3507f191c29cf5a [file] [log] [blame]
reed@google.combf858b72011-01-19 19:04:04 +00001#ifndef GrGLConfig_chrome_DEFINED
2#define GrGLConfig_chrome_DEFINED
3
reed@google.com664a8432011-01-25 15:24:55 +00004// chrome always assumes BGRA
bsalomon@google.com8361a0f2011-03-22 14:38:11 +00005#define GR_GL_32BPP_COLOR_FORMAT GR_GL_BGRA
reed@google.combf858b72011-01-19 19:04:04 +00006
bsalomon@google.com3723a482011-02-17 21:47:25 +00007// glGetError() forces a sync with gpu process on chrome
8#define GR_GL_CHECK_ERROR_START 0
9
reed@google.combf858b72011-01-19 19:04:04 +000010#endif