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

/frameworks/base/libs/hwui/
H A DLayerCache.h126 friend inline int compare_type(const LayerEntry& lhs, const LayerEntry& rhs) { function in struct:android::uirenderer::LayerCache::LayerEntry
H A DRenderBufferCache.h108 friend inline int compare_type(const RenderBufferEntry& lhs, function in struct:android::uirenderer::RenderBufferCache::RenderBufferEntry
H A DGradientCache.h98 inline int compare_type(const GradientCacheEntry& lhs, const GradientCacheEntry& rhs) { function in namespace:android::uirenderer
H A DPatchCache.h122 friend inline int compare_type(const PatchDescription& lhs, function in struct:android::uirenderer::PatchCache::PatchDescription
H A DTextDropShadowCache.h107 inline int compare_type(const ShadowText& lhs, const ShadowText& rhs) { function in namespace:android::uirenderer
/frameworks/base/libs/hwui/font/
H A DFont.h161 inline int compare_type(const Font::FontDescription& lhs, const Font::FontDescription& rhs) { function in namespace:android::uirenderer
/frameworks/rs/cpp/util/
H A DTypeHelpers.h123 int compare_type(const TYPE& lhs, const TYPE& rhs) { function in namespace:android::RSC
/frameworks/rs/server/
H A DTypeHelpers.h123 int compare_type(const TYPE& lhs, const TYPE& rhs) { function in namespace:android
/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp98 int compare_type(const ComposerState& lhs, const ComposerState& rhs) { function in namespace:android
107 int compare_type(const DisplayState& lhs, const DisplayState& rhs) { function in namespace:android
108 return compare_type(lhs.token, rhs.token);
/frameworks/base/tools/aapt/
H A DAaptAssets.h131 inline int compare_type(const AaptGroupEntry& lhs, const AaptGroupEntry& rhs) function
138 return compare_type(lhs, rhs) < 0;

Completed in 519 milliseconds