Home
last modified time | relevance | path

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

/aosp12/hardware/google/gchips/gralloc4/src/core/
H A Dmali_gralloc_formats.cpp1109 if (f_new->total_components() == f_old->total_components()) in comparable_components()
1120 if (f_new->total_components() == 3 && in comparable_components()
1130 if (f_new->total_components() == f_old->total_components()) in comparable_components()
H A Dformat_info.h78 int total_components() const in total_components() function
H A Dformat_info.cpp453 format->total_components() == 0 || in sanitize_formats()
470 if (format->npln > format->total_components()) in sanitize_formats()
/aosp12/art/runtime/
H A Druntime.cc1769 const size_t total_components = gc::space::ImageSpace::GetNumberOfComponents( in Init() local
1771 if (total_components != GetBootClassPath().size()) { in Init()
1773 CHECK_LT(total_components, GetBootClassPath().size()); in Init()
1774 size_t start = total_components; in Init()