Home
last modified time | relevance | path

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

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