Home
last modified time | relevance | path

Searched refs:restriction_format_table (Results 1 – 2 of 2) sorted by relevance

/aosp12/hardware/google/graphics/gs101/libhwc2.1/
H A DExynosResourceRestriction.h93 const restriction_key_t restriction_format_table[] = variable
/aosp12/hardware/google/graphics/common/libhwc2.1/libresource/
H A DExynosResourceManager.cpp2479 mFormatRestrictionCnt = sizeof(restriction_format_table)/sizeof(restriction_key); in updateRestrictions()
2481 mFormatRestrictions[i].hwType = restriction_format_table[i].hwType; in updateRestrictions()
2482 mFormatRestrictions[i].nodeType = restriction_format_table[i].nodeType; in updateRestrictions()
2483 mFormatRestrictions[i].format = restriction_format_table[i].format; in updateRestrictions()
2484 mFormatRestrictions[i].reserved = restriction_format_table[i].reserved; in updateRestrictions()