Searched refs:StencilPath (Results 1 – 4 of 4) sorted by relevance
64 typedef GrTargetCommands::StencilPath StencilPath; typedef
48 StencilPath* sp = GrNEW_APPEND_TO_RECORDER(*this->cmdBuffer(), StencilPath, in recordStencilPath()
118 struct StencilPath : public Cmd { struct119 StencilPath(const GrPath* path, GrRenderTarget* rt) in StencilPath() argument
57 void GrTargetCommands::StencilPath::execute(GrGpu* gpu) { in execute()