Home
last modified time | relevance | path

Searched defs:SortKey (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/experimental/sorttoy/
DSortKey.h45 SortKey() : fKey((kMaxDepth - 1) << kMaterialShift) {} in SortKey() function
46 explicit SortKey(bool transparent, uint32_t depth, uint32_t material) { in SortKey() function
DCmds.h11 class SortKey; variable
/third_party/skia/experimental/graphite/src/
DDrawPass.cpp75 class DrawPass::SortKey { class in skgpu::DrawPass
77 SortKey(const DrawList::Draw* draw, in SortKey() function in skgpu::DrawPass::SortKey
/third_party/python/Lib/
Dpstats.py36 class SortKey(str, Enum): class
/third_party/protobuf/src/google/protobuf/
Dwire_format.cc1144 static std::vector<MapKey> SortKey(const Message& message, in SortKey() function in google::protobuf::internal::MapKeySorter