Home
last modified time | relevance | path

Searched defs:expand (Results 1 – 2 of 2) sorted by relevance

/system/core/libpixelflinger/codeflinger/
Dload_store.cpp165 void GGLAssembler::expand(integer_t& d, const component_t& s, int dbits) in expand() function in android::GGLAssembler
175 void GGLAssembler::expand(component_t& d, const component_t& s, int dbits) in expand() function in android::GGLAssembler
182 void GGLAssembler::expand(integer_t& dst, const integer_t& src, int dbits) in expand() function in android::GGLAssembler
/system/core/libpixelflinger/
Dbuffer.cpp296 uint32_t expand(uint32_t v, int sbits, int dbits) in expand() function