Searched refs:needed (Results 1 - 10 of 10) sorted by relevance

/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/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/rootdir/
H A DAndroid.mk14 # the /system/etc/init.goldfish.sh is needed to enable emulator support
/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
/system/extras/tests/bionic/libc/
H A DAndroid.mk80 # _XOPEN_SOURCE=600 is needed to get pthread_mutexattr_settype() on GLibc
/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.cpp170 info.needed = (i==GGLFormat::ALPHA) &&
173 info.iterated = (!info.replaced && (info.inDest || info.needed));
515 int need_extract = mInfo[component].needed;
546 (mInfo[component].needed || fragment.size()<dst_size))
549 // we don't corrupt a needed register
597 // extraction not needed and replace
616 // XXX: also needed for alpha-test
H A DGGLAssembler.h327 bool needed : 1; member in struct:android::GGLAssembler::component_info_t
H A Dtexturing.cpp98 // this is not needed when we're using anti-aliasing
117 // components as needed (or not at all if we don't blend)
123 if ((info.inDest || info.needed) && !info.replaced)
132 if (mBlending || mDithering || mInfo[GGLFormat::ALPHA].needed) {

Completed in 154 milliseconds