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

/system/core/libpixelflinger/codeflinger/
H A DCodeCache.h36 virtual int compare_type(const AssemblyKeyBase& key) const = 0;
44 virtual int compare_type(const AssemblyKeyBase& key) const { function in class:android::AssemblyKey
46 return android::compare_type(mKey, rhs);
100 friend int compare_type(
115 friend int compare_type(
120 // KeyedVector uses compare_type(), which is more efficient, than
122 inline int compare_type( function in namespace:android
126 return lhs.key.mKey->compare_type(*(rhs.key.mKey));
/system/core/libpixelflinger/tinyutils/
H A DTypeHelpers.h100 int compare_type(const TYPE& lhs, const TYPE& rhs) { function in namespace:android
/system/core/include/private/pixelflinger/
H A Dggl_context.h254 inline int compare_type(const needs_t& lhs, const needs_t& rhs) { function in namespace:android

Completed in 85 milliseconds