Home
last modified time | relevance | path

Searched refs:hasTessellationSupport (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/gpu/gl/
H A DGrGLCaps.cpp945 bool hasTessellationSupport = false; in initGLSL() local
947 hasTessellationSupport = version >= GR_GL_VER(4,0) || in initGLSL()
950 hasTessellationSupport = true; in initGLSL()
952 hasTessellationSupport = true; in initGLSL()
955 if (hasTessellationSupport) { in initGLSL()

Completed in 7 milliseconds