Home
last modified time | relevance | path

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

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