Home
last modified time | relevance | path

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

/hardware/google/graphics/zuma/libhwc2.1/
DExynosResourceRestriction.h50 static const restriction_key_t restriction_format_table[] = { variable
/hardware/google/graphics/zumapro/libhwc2.1/
DExynosResourceRestriction.h42 static const restriction_key_t restriction_format_table[] = { variable
/hardware/google/graphics/gs201/libhwc2.1/
DExynosResourceRestriction.h49 static const restriction_key_t restriction_format_table[] = { variable
/hardware/google/graphics/gs101/libhwc2.1/
DExynosResourceRestriction.h92 static const restriction_key_t restriction_format_table[] = { variable
/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosResourceManager.cpp2630 mFormatRestrictionCnt = sizeof(restriction_format_table)/sizeof(restriction_key); in updateRestrictions()
2632 mFormatRestrictions[i].hwType = restriction_format_table[i].hwType; in updateRestrictions()
2633 mFormatRestrictions[i].nodeType = restriction_format_table[i].nodeType; in updateRestrictions()
2634 mFormatRestrictions[i].format = restriction_format_table[i].format; in updateRestrictions()
2635 mFormatRestrictions[i].reserved = restriction_format_table[i].reserved; in updateRestrictions()