Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrShaderCaps.h75 bool tessellationSupport() const { return fTessellationSupport; } in tessellationSupport() function
239 SkASSERT(this->tessellationSupport()); in tessellationExtensionString()
DGrOpsRenderPass.cpp61 SkASSERT(this->gpu()->caps()->shaderCaps()->tessellationSupport()); in bindPipeline()
DGrPathRendererChain.cpp35 if (caps.shaderCaps()->tessellationSupport()) { in GrPathRendererChain()
/external/skia/samplecode/
DSampleTessellatedWedge.cpp68 } else if (!ctx->priv().caps()->shaderCaps()->tessellationSupport()) { in onDrawContent()
/external/skia/src/gpu/tessellate/
DGrGpuTessellationPathRenderer.cpp32 SkASSERT(args.fCaps->shaderCaps()->tessellationSupport()); in onCanDrawPath()
/external/skia/gm/
Dtessellation.cpp372 if (!ctx->priv().caps()->shaderCaps()->tessellationSupport()) { in onDraw()
/external/skia/tools/viewer/
DViewer.cpp1707 if (caps->shaderCaps()->tessellationSupport()) { in drawImGui()
2373 if (caps->shaderCaps()->tessellationSupport()) { in updateUIState()
/external/skia/src/gpu/gl/
DGrGLGpu.cpp2945 SkASSERT(this->caps()->shaderCaps()->tessellationSupport()); in flushPatchVertexCount()