Home | Sort by relevance Sort by last modified time |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ | |
u_format_parse.py | 136 def nr_channels(self): member in class:Format 137 nr_channels = 0 140 nr_channels += 1 141 return nr_channels |
u_format.h | 156 unsigned nr_channels:3; member in struct:util_format_description 921 return desc->nr_channels; |
/external/mesa3d/src/gallium/auxiliary/util/ | |
u_format_parse.py | 136 def nr_channels(self): member in class:Format 137 nr_channels = 0 140 nr_channels += 1 141 return nr_channels |
u_format.h | 156 unsigned nr_channels:3; member in struct:util_format_description 921 return desc->nr_channels; |