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

/system/core/sh/
H A DAndroid.mk13 expand.c \
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/UtilityAdapter/
H A DAndroid.mk11 CLI_DEBUGFLAGS = -O0 -g -fno-builtin -DDEBUG -D TI_DBG # "-O" is needed to expand inlines
/system/core/libpixelflinger/codeflinger/
H A Dload_store.cpp158 void GGLAssembler::expand(integer_t& d, const component_t& s, int dbits) function in class:android::GGLAssembler
162 expand(d, d, dbits);
164 expand(d, integer_t(s.reg, s.size(), s.flags), dbits);
168 void GGLAssembler::expand(component_t& d, const component_t& s, int dbits) function in class:android::GGLAssembler
171 expand(r, s, dbits);
175 void GGLAssembler::expand(integer_t& dst, const integer_t& src, int dbits) function in class:android::GGLAssembler
H A DGGLAssembler.h376 void expand(integer_t& d, const integer_t& s, int dbits);
377 void expand(integer_t& d, const component_t& s, int dbits);
378 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.cpp1331 expand(texel, texel, incomingTemp.size());
1334 expand(incomingTemp, incomingTemp, texel.s);
1337 expand(incomingTemp, incoming, texel.s);
H A DGGLAssembler.cpp501 // expand the source if the destination has more bits
537 // expand the source if the destination has more bits
541 expand(fragment, fragment, dst_size);
/system/wlan/ti/wilink_6_1/CUDK/tiwlan_loader/
H A DAndroid.mk12 DEBUGFLAGS = -O2 -g -DDEBUG -DTI_DBG -fno-builtin # "-O" is needed to expand inlines
/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
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
H A DAndroid.mk14 CLI_DEBUGFLAGS = -O0 -g -fno-builtin -DDEBUG -D TI_DBG # "-O" is needed to expand inlines
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/tiwlan_loader/
H A DAndroid.mk14 CLI_DEBUGFLAGS = -O0 -g -fno-builtin -DDEBUG -D TI_DBG # "-O" is needed to expand inlines
/system/wlan/ti/wilink_6_1/CUDK/configurationutility/
H A DAndroid.mk22 DEBUGFLAGS = -O2 -g -DDEBUG -DTI_DBG -fno-builtin # "-O" is needed to expand inlines

Completed in 323 milliseconds