Home
last modified time | relevance | path

Searched defs:tess (Results 1 – 15 of 15) sorted by relevance

/external/skia/src/gpu/
DGrPathRendererChain.cpp59 auto tess = sk_make_sp<GrTessellationPathRenderer>(context); in GrPathRendererChain() local
DGrSurfaceDrawContext.cpp1796 GrPathRenderer* tess = this->drawingManager()->getTessellationPathRenderer(); in drawShapeUsingPathRenderer() local
/external/skia/bench/
DTessellateBench.cpp114 GrPathIndirectTessellator tess(fMatrix, fPath, GrPathIndirectTessellator::DrawInnerFan::kNo); in DEF_PATH_TESS_BENCH() local
119 GrPathOuterCurveTessellator tess; in DEF_PATH_TESS_BENCH() local
124 GrPathWedgeTessellator tess; in DEF_PATH_TESS_BENCH() local
/external/skqp/src/gpu/ops/
DGrAALinearizingConvexPathRenderer.cpp83 static void extract_verts(const GrAAConvexTessellator& tess, in extract_verts()
251 GrAAConvexTessellator tess(args.fStyle, args.fStrokeWidth, in onPrepareDraws() local
DGrAAConvexTessellator.cpp833 void GrAAConvexTessellator::Ring::init(const GrAAConvexTessellator& tess) { in init()
847 void GrAAConvexTessellator::Ring::computeNormals(const GrAAConvexTessellator& tess) { in computeNormals()
857 void GrAAConvexTessellator::Ring::computeBisectors(const GrAAConvexTessellator& tess) { in computeBisectors()
DGrTextureOp.cpp296 void tess(void* v, const VertexSpec& spec, const GrTextureProxy* proxy, int start, in tess() function in __anonfe229b130111::TextureOp
/external/skia/src/gpu/ops/
DGrAALinearizingConvexPathRenderer.cpp90 static void extract_verts(const GrAAConvexTessellator& tess, in extract_verts()
273 GrAAConvexTessellator tess(args.fStyle, args.fStrokeWidth, in onPrepareDraws() local
DGrAAConvexTessellator.cpp849 void GrAAConvexTessellator::Ring::init(const GrAAConvexTessellator& tess) { in init()
863 void GrAAConvexTessellator::Ring::computeNormals(const GrAAConvexTessellator& tess) { in computeNormals()
873 void GrAAConvexTessellator::Ring::computeBisectors(const GrAAConvexTessellator& tess) { in computeBisectors()
/external/skqp/tests/
DTessellatingPathRendererTests.cpp642 GrTessellatingPathRenderer tess; in test_path() local
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineNoPositionTests.cpp383 const bool tess = m_params.tessellation(); in iterate() local
/external/skia/src/gpu/tessellate/
DGrStrokeIndirectTessellator.cpp781 for (auto* tess = this; tess; tess = tess->fNextInChain) { in prepare() local
/external/mesa3d/src/compiler/
Dshader_info.h390 } tess; member
/external/mesa3d/src/amd/vulkan/
Dradv_pipeline.c2559 const VkPipelineTessellationStateCreateInfo *tess = in radv_generate_graphics_pipeline_key() local
/external/mesa3d/src/freedreno/vulkan/
Dtu_private.h1125 } tess; member
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.h837 unsigned tess : 1; member