Home
last modified time | relevance | path

Searched defs:SortKey (Results 1 – 6 of 6) 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/skia/m133/src/gpu/graphite/
DDrawPass.cpp328 class DrawPass::SortKey { class in skgpu::graphite::DrawPass
330 SortKey(const DrawList::Draw* draw, in SortKey() function in skgpu::graphite::DrawPass::SortKey
/third_party/python/Lib/
Dpstats.py37 class SortKey: class
/third_party/protobuf/src/google/protobuf/
Dwire_format.cc1160 static std::vector<MapKey> SortKey(const Message& message, in SortKey() function in google::protobuf::internal::MapKeySorter