Searched refs:tessellationSupport (Results 1 – 9 of 9) sorted by relevance
56 canvas->recordingContext()->priv().caps()->shaderCaps()->tessellationSupport() && in draw_test()127 if (!dContext->priv().caps()->shaderCaps()->tessellationSupport() || in onDraw()
108 canvas->recordingContext()->priv().caps()->shaderCaps()->tessellationSupport() && in draw_test()220 if (!dContext->priv().caps()->shaderCaps()->tessellationSupport() || in onDraw()
385 if (!rContext->priv().caps()->shaderCaps()->tessellationSupport()) { in onDraw()
255 SkASSERT(this->tessellationSupport()); in tessellationExtensionString()264 bool tessellationSupport() const { return SkToBool(fMaxTessellationSegments);} in tessellationSupport() function
86 SkASSERT(this->gpu()->caps()->shaderCaps()->tessellationSupport()); in bindPipeline()
66 if (caps.shaderCaps()->tessellationSupport() && in Make()
22 if (!caps.shaderCaps()->tessellationSupport() || in can_use_hardware_tessellation()
231 !ctx->priv().caps()->shaderCaps()->tessellationSupport()) { in onDrawContent()
2795 SkASSERT(this->caps()->shaderCaps()->tessellationSupport()); in flushPatchVertexCount()