Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrCommandBuilder.h64 typedef GrTargetCommands::StencilPath StencilPath; typedef
DGrInOrderCommandBuilder.cpp48 StencilPath* sp = GrNEW_APPEND_TO_RECORDER(*this->cmdBuffer(), StencilPath, in recordStencilPath()
DGrTargetCommands.h118 struct StencilPath : public Cmd { struct
119 StencilPath(const GrPath* path, GrRenderTarget* rt) in StencilPath() argument
DGrTargetCommands.cpp57 void GrTargetCommands::StencilPath::execute(GrGpu* gpu) { in execute()