Home
last modified time | relevance | path

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

/third_party/skia/gm/
Dtessellation.cpp54 class TessellationTestTriShader : public GrGeometryProcessor { class
56 TessellationTestTriShader(const SkMatrix& viewMatrix) in TessellationTestTriShader() function in skiagm::TessellationTestTriShader
72 geomProc.cast<TessellationTestTriShader>().fViewMatrix); in setData()
77 args.fVaryingHandler->emitAttributes(args.fGeomProc.cast<TessellationTestTriShader>()); in onEmitCode()
331 shader = std::make_unique<TessellationTestTriShader>(fViewMatrix); in onExecute()