Searched refs:downshift (Results 1 - 3 of 3) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.h383 void downshift(pixel_t& d, int component, component_t s, const reg_t& dither);
H A Dload_store.cpp247 void GGLAssembler::downshift( function in class:android::GGLAssembler
264 ALOGE_IF(sbits<dbits, "sbits (%d) < dbits (%d) in downshift", sbits, dbits);
H A DGGLAssembler.cpp476 // downshift component and rebuild pixel...
477 downshift(pixel, component, temp, parts.dither);

Completed in 175 milliseconds