Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrGeometryProcessor.cpp227 using FPAndInfo = std::tuple<const GrFragmentProcessor*, TransformInfo>; in emitTransformCode() typedef
228 auto compare = [](const FPAndInfo& a, const FPAndInfo& b) { in emitTransformCode()
231 std::priority_queue<FPAndInfo, std::vector<FPAndInfo>, decltype(compare)> pq(compare); in emitTransformCode()