Home
last modified time | relevance | path

Searched defs:GR_GL_VER (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/gl/
DGrGLUtil.h22 #define GR_GL_VER(major, minor) ((static_cast<int>(major) << 16) | \ macro
/external/skia/src/gpu/gl/
DGrGLUtil.h21 #define GR_GL_VER(major, minor) ((static_cast<int>(major) << 16) | \ macro