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

/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLUtil.h22 #define GR_GL_VER(major, minor) ((static_cast<int>(major) << 16) | \ macro
27 #define GR_GL_INVALID_VER GR_GL_VER(0, 0)
28 #define GR_GLSL_INVALID_VER GR_GL_VER(0, 0)
/external/skia/src/gpu/gl/
H A DGrGLUtil.h21 #define GR_GL_VER(major, minor) ((static_cast<int>(major) << 16) | \ macro
26 #define GR_GL_INVALID_VER GR_GL_VER(0, 0)
27 #define GR_GLSL_INVALID_VER GR_GL_VER(0, 0)

Completed in 305 milliseconds