Home
last modified time | relevance | path

Searched refs:kNumRadialSegmentsPerRadianFn (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/src/gpu/tessellate/shaders/
DGrStrokeTessellationShader.h107 static const char* kNumRadialSegmentsPerRadianFn; variable
DGrStrokeTessellationShader_InstancedImpl.cpp26 args.fVertBuilder->insertFunction(kNumRadialSegmentsPerRadianFn); in onEmitCode()
DGrStrokeTessellationShader.cpp126 const char* GrStrokeTessellationShader::Impl::kNumRadialSegmentsPerRadianFn = R"( member in GrStrokeTessellationShader::Impl
DGrStrokeTessellationShader_HardwareImpl.cpp60 v->insertFunction(kNumRadialSegmentsPerRadianFn); in onEmitCode()