Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/gl/
DGrGLUtil.h25 #define GR_GL_VER(major, minor) ((static_cast<uint32_t>(major) << 16) | \ macro
/third_party/skia/src/gpu/gl/
DGrGLUtil.h26 #define GR_GL_VER(major, minor) ((static_cast<uint32_t>(major) << 16) | \ macro