Searched defs:component_size (Results 1 - 1 of 1) sorted by path

/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.h241 inline int size(int c) const { return component_size(c); }
242 inline int component_size(int c) const { return hi(c) - low(c); } function in struct:android::GGLAssembler::pixel_t

Completed in 5 milliseconds