Searched defs:GrFPResult (Results 1 – 2 of 2) sorted by relevance
22 using GrFPResult = std::tuple<bool, std::unique_ptr<GrFragmentProcessor>>; variable
35 using GrFPResult = std::tuple<bool /*success*/, std::unique_ptr<GrFragmentProcessor>>; variable