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

  /external/skia/src/gpu/gl/
GrGLUtil.h 23 #define GR_GL_VER(major, minor) ((static_cast<int>(major) << 16) | \
30 #define GR_GL_INVALID_VER GR_GL_VER(0, 0)
  /external/skqp/src/gpu/gl/
GrGLUtil.h 23 #define GR_GL_VER(major, minor) ((static_cast<int>(major) << 16) | \
30 #define GR_GL_INVALID_VER GR_GL_VER(0, 0)

Completed in 63 milliseconds