Home
last modified time | relevance | path

Searched refs:tessellationSupport (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/gm/
Dwidebuttcaps.cpp56 canvas->recordingContext()->priv().caps()->shaderCaps()->tessellationSupport() && in draw_test()
127 if (!dContext->priv().caps()->shaderCaps()->tessellationSupport() || in onDraw()
Dtrickycubicstrokes.cpp108 canvas->recordingContext()->priv().caps()->shaderCaps()->tessellationSupport() && in draw_test()
220 if (!dContext->priv().caps()->shaderCaps()->tessellationSupport() || in onDraw()
Dtessellation.cpp385 if (!rContext->priv().caps()->shaderCaps()->tessellationSupport()) { in onDraw()
/third_party/skia/src/gpu/
DGrShaderCaps.h255 SkASSERT(this->tessellationSupport()); in tessellationExtensionString()
264 bool tessellationSupport() const { return SkToBool(fMaxTessellationSegments);} in tessellationSupport() function
DGrOpsRenderPass.cpp86 SkASSERT(this->gpu()->caps()->shaderCaps()->tessellationSupport()); in bindPipeline()
/third_party/skia/src/gpu/tessellate/shaders/
DGrPathTessellationShader.cpp66 if (caps.shaderCaps()->tessellationSupport() && in Make()
/third_party/skia/src/gpu/ops/
DStrokeTessellateOp.cpp22 if (!caps.shaderCaps()->tessellationSupport() || in can_use_hardware_tessellation()
/third_party/skia/samplecode/
DSamplePathTessellators.cpp231 !ctx->priv().caps()->shaderCaps()->tessellationSupport()) { in onDrawContent()
/third_party/skia/src/gpu/gl/
DGrGLGpu.cpp2795 SkASSERT(this->caps()->shaderCaps()->tessellationSupport()); in flushPatchVertexCount()