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

  /system/core/libpixelflinger/codeflinger/
CodeCache.h 38 virtual int compare_type(const AssemblyKeyBase& key) const = 0;
46 virtual int compare_type(const AssemblyKeyBase& key) const { function in class:android::AssemblyKey
48 return android::compare_type(mKey, rhs);
102 friend int compare_type(
117 friend int compare_type(
122 // KeyedVector uses compare_type(), which is more efficient, than
124 inline int compare_type( function in namespace:android
128 return lhs.key.mKey->compare_type(*(rhs.key.mKey));
  /frameworks/base/libs/hwui/
LayerCache.h 122 friend inline int compare_type(const LayerEntry& lhs, const LayerEntry& rhs) { function in struct:android::uirenderer::LayerCache::LayerEntry
RenderBufferCache.h 108 friend inline int compare_type(const RenderBufferEntry& lhs, function in struct:android::uirenderer::RenderBufferCache::RenderBufferEntry
PatchCache.h 97 friend inline int compare_type(const PatchDescription& lhs, function in struct:android::uirenderer::PatchCache::PatchDescription
TextDropShadowCache.h 105 inline int compare_type(const ShadowText& lhs, const ShadowText& rhs) { function in namespace:android::uirenderer
GradientCache.h 98 inline int compare_type(const GradientCacheEntry& lhs, const GradientCacheEntry& rhs) { function in namespace:android::uirenderer
PathCache.h 167 friend inline int compare_type(const PathDescription& lhs, const PathDescription& rhs) { function in struct:android::uirenderer::PathDescription
  /frameworks/native/include/utils/
String16.h 125 inline int compare_type(const String16& lhs, const String16& rhs) function in namespace:android
132 return compare_type(lhs, rhs) < 0;
String8.h 232 inline int compare_type(const String8& lhs, const String8& rhs) function in namespace:android
239 return compare_type(lhs, rhs) < 0;
SortedVector.h 274 return compare_type( *reinterpret_cast<const TYPE*>(lhs), *reinterpret_cast<const TYPE*>(rhs) );
TypeHelpers.h 123 int compare_type(const TYPE& lhs, const TYPE& rhs) { function in namespace:android
  /frameworks/base/libs/hwui/font/
Font.h 153 inline int compare_type(const Font::FontDescription& lhs, const Font::FontDescription& rhs) { function in namespace:android::uirenderer
  /frameworks/base/core/jni/android/graphics/
TextLayoutCache.h 116 inline int compare_type(const TextLayoutCacheKey& lhs, const TextLayoutCacheKey& rhs) { function in namespace:android
  /frameworks/base/libs/hwui/utils/
SortedList.h 236 return compare_type(*reinterpret_cast<const TYPE*> (lhs), *reinterpret_cast<const TYPE*> (rhs));
  /frameworks/rs/server/
TypeHelpers.h 123 int compare_type(const TYPE& lhs, const TYPE& rhs) { function in namespace:android
  /system/core/libpixelflinger/codeflinger/tinyutils/
SortedVector.h 275 return compare_type( *reinterpret_cast<const TYPE*>(lhs), *reinterpret_cast<const TYPE*>(rhs) );
TypeHelpers.h 110 int compare_type(const TYPE& lhs, const TYPE& rhs) { function in namespace:android::tinyutils
  /frameworks/base/tools/aapt/
AaptAssets.h 145 inline int compare_type(const AaptGroupEntry& lhs, const AaptGroupEntry& rhs) function
152 return compare_type(lhs, rhs) < 0;
  /frameworks/native/libs/gui/
SurfaceComposerClient.cpp 98 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);
  /system/core/include/private/pixelflinger/
ggl_context.h 254 inline int compare_type(const needs_t& lhs, const needs_t& rhs) { function in namespace:android

Completed in 1344 milliseconds