HomeSort by relevance Sort by last modified time
    Searched defs:strictly_order_type (Results 1 - 20 of 20) sorted by null

  /frameworks/base/libs/hwui/
LayerCache.h 122 friend inline int strictly_order_type(const LayerEntry& lhs, const LayerEntry& rhs) { function in struct:android::uirenderer::LayerCache::LayerEntry
RenderBufferCache.h 103 friend inline int strictly_order_type(const RenderBufferEntry& lhs, function in struct:android::uirenderer::RenderBufferCache::RenderBufferEntry
GradientCache.h 94 inline int strictly_order_type(const GradientCacheEntry& lhs, const GradientCacheEntry& rhs) { function in namespace:android::uirenderer
PatchCache.h 117 friend inline int strictly_order_type(const PatchDescription& lhs, function in struct:android::uirenderer::PatchCache::PatchDescription
TextDropShadowCache.h 103 inline int strictly_order_type(const ShadowText& lhs, const ShadowText& rhs) { function in namespace:android::uirenderer
  /system/core/include/utils/
String16.h 137 inline int strictly_order_type(const String16& lhs, const String16& rhs) function in namespace:android
String8.h 252 inline int strictly_order_type(const String8& lhs, const String8& rhs) function in namespace:android
TypeHelpers.h 118 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/libs/hwui/font/
Font.h 156 inline int strictly_order_type(const Font::FontDescription& lhs, function in namespace:android::uirenderer
  /frameworks/native/services/surfaceflinger/RenderEngine/
ProgramCache.h 102 friend inline int strictly_order_type(const Key& lhs, const Key& rhs) { function in class:android::ProgramCache::Key
  /frameworks/rs/server/
TypeHelpers.h 118 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);
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/server/
TypeHelpers.h 118 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);
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/server/
TypeHelpers.h 118 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);
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/server/
TypeHelpers.h 118 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);
  /system/core/libpixelflinger/codeflinger/tinyutils/
TypeHelpers.h 105 int strictly_order_type(const TYPE& lhs, const TYPE& rhs) { function in namespace:android::tinyutils
111 return strictly_order_type(rhs, lhs) - strictly_order_type(lhs, rhs);
228 return strictly_order_type(key, o.key);
  /frameworks/rs/cpp/util/
TypeHelpers.h 118 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);
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/cpp/util/
TypeHelpers.h 118 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);
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/cpp/util/
TypeHelpers.h 118 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);
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/cpp/util/
TypeHelpers.h 118 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/base/tools/aapt/
AaptAssets.h 136 inline int strictly_order_type(const AaptGroupEntry& lhs, const AaptGroupEntry& rhs) function

Completed in 3690 milliseconds