Home
last modified time | relevance | path

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

/external/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
/external/skia/experimental/graphite/src/
DDrawPass.cpp74 class DrawPass::SortKey { class in skgpu::DrawPass
76 SortKey(const DrawList::Draw* draw, in SortKey() function in skgpu::DrawPass::SortKey
/external/python/cpython3/Lib/
Dpstats.py36 class SortKey(str, Enum): class
/external/protobuf/src/google/protobuf/
Dwire_format.cc812 static std::vector<MapKey> SortKey(const Message& message, in SortKey() function in google::protobuf::internal::MapKeySorter