Searched refs:expand (Results 1 - 7 of 7) sorted by relevance

/system/core/sh/
H A DAndroid.mk13 expand.c \
/system/core/libpixelflinger/codeflinger/
H A Dload_store.cpp180 void GGLAssembler::expand(integer_t& d, const component_t& s, int dbits) function in class:android::GGLAssembler
184 expand(d, d, dbits);
186 expand(d, integer_t(s.reg, s.size(), s.flags), dbits);
190 void GGLAssembler::expand(component_t& d, const component_t& s, int dbits) function in class:android::GGLAssembler
193 expand(r, s, dbits);
197 void GGLAssembler::expand(integer_t& dst, const integer_t& src, int dbits) function in class:android::GGLAssembler
H A DGGLAssembler.h380 void expand(integer_t& d, const integer_t& s, int dbits);
381 void expand(integer_t& d, const component_t& s, int dbits);
382 void expand(component_t& d, const component_t& s, int dbits);
H A Dblending.cpp126 // expand fb -or- fragment to the larger of the two
128 // for now we expand 'fb' to min(fragment, 8)
130 expand(fb, fb, new_size);
587 // we need to expand a
599 expand(add, a, ms); // extracts and expands
621 // not sure if we should expand the mul instead?
H A Dtexturing.cpp1349 expand(texel, texel, incomingTemp.size());
1352 expand(incomingTemp, incomingTemp, texel.s);
1355 expand(incomingTemp, incoming, texel.s);
H A DGGLAssembler.cpp504 // expand the source if the destination has more bits
540 // expand the source if the destination has more bits
544 expand(fragment, fragment, dst_size);
/system/core/libpixelflinger/
H A Dbuffer.cpp37 static uint32_t expand(uint32_t v, int sbits, int dbits);
193 u = expand(u, pixelSize, h-l);
254 return expand(v, sbits, dbits);
290 // expand a component from sbits to dbits
291 uint32_t expand(uint32_t v, int sbits, int dbits) function in namespace:android

Completed in 187 milliseconds