Searched refs:tessellationSupport (Results 1 – 8 of 8) sorted by relevance
75 bool tessellationSupport() const { return fTessellationSupport; } in tessellationSupport() function239 SkASSERT(this->tessellationSupport()); in tessellationExtensionString()
61 SkASSERT(this->gpu()->caps()->shaderCaps()->tessellationSupport()); in bindPipeline()
35 if (caps.shaderCaps()->tessellationSupport()) { in GrPathRendererChain()
68 } else if (!ctx->priv().caps()->shaderCaps()->tessellationSupport()) { in onDrawContent()
32 SkASSERT(args.fCaps->shaderCaps()->tessellationSupport()); in onCanDrawPath()
372 if (!ctx->priv().caps()->shaderCaps()->tessellationSupport()) { in onDraw()
1707 if (caps->shaderCaps()->tessellationSupport()) { in drawImGui()2373 if (caps->shaderCaps()->tessellationSupport()) { in updateUIState()
2945 SkASSERT(this->caps()->shaderCaps()->tessellationSupport()); in flushPatchVertexCount()