Home
last modified time | relevance | path

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

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