HomeSort by relevance Sort by last modified time
    Searched defs:GR_GL_VER (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLUtil.h 22 #define GR_GL_VER(major, minor) ((static_cast<int>(major) << 16) | \
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/
GrGLUtil.h 21 #define GR_GL_VER(major, minor) ((static_cast<int>(major) << 16) | \
26 #define GR_GL_INVALID_VER GR_GL_VER(0, 0)
27 #define GR_GLSL_INVALID_VER GR_GL_VER(0, 0)

Completed in 66 milliseconds