Home
last modified time | relevance | path

Searched refs:compare_type (Results 1 – 4 of 4) sorted by relevance

/system/core/libpixelflinger/codeflinger/
DCodeCache.h36 virtual int compare_type(const AssemblyKeyBase& key) const = 0;
44 virtual int compare_type(const AssemblyKeyBase& key) const { in compare_type() function
46 return android::compare_type(mKey, rhs); in compare_type()
100 friend int compare_type(
115 friend int compare_type(
122 inline int compare_type( in compare_type() function
126 return lhs.key.mKey->compare_type(*(rhs.key.mKey)); in compare_type()
/system/core/libpixelflinger/tinyutils/
DTypeHelpers.h100 int compare_type(const TYPE& lhs, const TYPE& rhs) {
DSortedVector.h274 return compare_type( *reinterpret_cast<const TYPE*>(lhs), *reinterpret_cast<const TYPE*>(rhs) ); in do_compare()
/system/core/include/private/pixelflinger/
Dggl_context.h254 inline int compare_type(const needs_t& lhs, const needs_t& rhs) {