Searched defs:strictly_order_type (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/libs/hwui/
H A DLayerCache.h122 friend inline int strictly_order_type(const LayerEntry& lhs, const LayerEntry& rhs) { function in struct:android::uirenderer::LayerCache::LayerEntry
H A DRenderBufferCache.h103 friend inline int strictly_order_type(const RenderBufferEntry& lhs, function in struct:android::uirenderer::RenderBufferCache::RenderBufferEntry
H A DGradientCache.h94 inline int strictly_order_type(const GradientCacheEntry& lhs, const GradientCacheEntry& rhs) { function in namespace:android::uirenderer
H A DPatchCache.h117 friend inline int strictly_order_type(const PatchDescription& lhs, function in struct:android::uirenderer::PatchCache::PatchDescription
H A DTextDropShadowCache.h103 inline int strictly_order_type(const ShadowText& lhs, const ShadowText& rhs) { function in namespace:android::uirenderer
/frameworks/base/libs/hwui/font/
H A DFont.h156 inline int strictly_order_type(const Font::FontDescription& lhs, function in namespace:android::uirenderer
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DProgramCache.h102 friend inline int strictly_order_type(const Key& lhs, const Key& rhs) { function in class:android::ProgramCache::Key
/frameworks/rs/cpp/util/
H A DTypeHelpers.h118 int strictly_order_type(const TYPE& lhs, const TYPE& rhs) { function in namespace:android::RSC
124 return strictly_order_type(rhs, lhs) - strictly_order_type(lhs, rhs);
238 return strictly_order_type(key, o.key);
/frameworks/rs/server/
H A DTypeHelpers.h118 int strictly_order_type(const TYPE& lhs, const TYPE& rhs) { function in namespace:android
124 return strictly_order_type(rhs, lhs) - strictly_order_type(lhs, rhs);
238 return strictly_order_type(key, o.key);
/frameworks/base/tools/aapt/
H A DAaptAssets.h136 inline int strictly_order_type(const AaptGroupEntry& lhs, const AaptGroupEntry& rhs) function

Completed in 253 milliseconds