HomeSort by relevance Sort by last modified time
    Searched refs:needs (Results 1 - 25 of 61) sorted by null

1 2 3

  /frameworks/base/graphics/jni/
Android.mk 2 # libRS needs libacc, which isn't 64-bit clean, and so can't be built
3 # for the simulator on gHardy, and therefore libRS needs to be excluded
4 # from the simulator as well, and so in turn librs_jni needs to be
  /external/netcat/scripts/
iscan 12 "" ) echo needs HOST and at least one PORT ; exit 1 ;;
webrelay 19 echo needs hostname
webproxy 43 echo needs client hostname
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.cpp 61 int GGLAssembler::scanline(const needs_t& needs, context_t const* c)
67 err = scanline_core(needs, c);
82 needs.p, needs.n, needs.t[0], needs.t[1], per_fragment_ops);
93 int GGLAssembler::scanline_core(const needs_t& needs, context_t const* c)
100 mAA = GGL_READ_NEEDS(P_AA, needs.p);
101 mDithering = GGL_READ_NEEDS(P_DITHER, needs.p);
102 mAlphaTest = GGL_READ_NEEDS(P_ALPHA_TEST, needs.p) + GGL_NEVER
724 const needs_t& needs = mBuilderContext.needs; local
787 const needs_t& needs = mBuilderContext.needs; local
798 const needs_t& needs = mBuilderContext.needs; local
814 const needs_t& needs = mBuilderContext.needs; local
949 const needs_t& needs = mBuilderContext.needs; local
    [all...]
texturing.cpp 46 const needs_t& needs = mBuilderContext.needs; local
232 void GGLAssembler::decodeLogicOpNeeds(const needs_t& needs)
235 const int opcode = GGL_READ_NEEDS(LOGIC_OP, needs.n) | GGL_CLEAR;
266 void GGLAssembler::decodeTMUNeeds(const needs_t& needs, context_t const* c)
280 tmu.format_idx = GGL_READ_NEEDS(T_FORMAT, needs.t[i]);
283 tmu.swrap = GGL_READ_NEEDS(T_S_WRAP, needs.t[i]);
284 tmu.twrap = GGL_READ_NEEDS(T_T_WRAP, needs.t[i]);
285 tmu.env = ggl_needs_to_env(GGL_READ_NEEDS(T_ENV, needs.t[i]));
286 tmu.pot = GGL_READ_NEEDS(T_POT, needs.t[i])
330 const needs_t& needs = mBuilderContext.needs; local
408 const needs_t& needs = mBuilderContext.needs; local
    [all...]
GGLAssembler.h 181 // generate scanline code for given needs
182 int scanline(const needs_t& needs, context_t const* c);
183 int scanline_core(const needs_t& needs, context_t const* c);
337 needs_t needs; member in struct:android::GGLAssembler::builder_context_t
399 const needs_t& needs);
423 void decodeLogicOpNeeds(const needs_t& needs);
425 void decodeTMUNeeds(const needs_t& needs, context_t const* c);
load_store.cpp 228 const needs_t& needs = mBuilderContext.needs; local
  /hardware/ril/libril/
Android.mk 25 # For RdoServD which needs a static library
  /external/webkit/WebCore/dom/
NodeRareData.h 110 void setNeedsFocusAppearanceUpdateSoonAfterAttach(bool needs) { m_needsFocusAppearanceUpdateSoonAfterAttach = needs; }
  /bionic/libdl/
Android.mk 31 # NOTE: libdl needs __aeabi_unwind_cpp_pr0 from libgcc.a but libgcc.a needs a
  /frameworks/base/libs/rs/
Android.mk 71 # libRS needs libacc, which isn't 64-bit clean, and so can't be built
72 # for the simulator on gHardy, and therefore libRS needs to be excluded
  /system/core/libpixelflinger/
picker.cpp 38 // compute needs, see if they changed...
40 needs_t new_needs(c->state.needs);
162 if (new_needs != c->state.needs) {
163 c->state.needs = new_needs;
scanline.cpp 109 // Keep in sync with needs
163 ScanlineAssembly(needs_t needs, size_t size)
164 : Assembly(size), mKey(needs) { }
201 //printf("*** needs [%08lx:%08lx:%08lx:%08lx]\n",
202 // c->state.needs.n, c->state.needs.p,
203 // c->state.needs.t[0], c->state.needs.t[1]);
206 const uint32_t cb_format = GGL_READ_NEEDS(CB_FORMAT, c->state.needs.n);
207 if (GGL_READ_NEEDS(T_FORMAT, c->state.needs.t[0]) == cb_format)
1527 needs_t needs; local
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
testing.h 153 #error CycleTimer needs an implementation that does not use gettimeofday or QueryPerformanceCounter
  /frameworks/base/services/audioflinger/
AudioMixer.h 132 uint32_t needs; member in struct:android::AudioMixer::track_t
AudioMixer.cpp 54 t->needs = 0;
372 t.needs = n;
443 t.needs |= NEEDS_MUTE_ENABLED;
929 if UNLIKELY((t.needs & NEEDS_AUX__MASK) == NEEDS_AUX_ENABLED) {
1005 if UNLIKELY((t.needs & NEEDS_AUX__MASK) == NEEDS_AUX_ENABLED) {
1012 if ((t.needs & NEEDS_RESAMPLE__MASK) == NEEDS_RESAMPLE_ENABLED) {
    [all...]
  /external/dropbear/libtomcrypt/src/prngs/
yarrow.c 84 #error YARROW needs at least one CIPHER
115 #error YARROW needs at least one HASH
  /external/webkit/WebCore/platform/mac/
ScrollViewMac.mm 40 - (void)_setNeedsToResetDragMargins:(BOOL)needs;
WidgetMac.mm 51 - (void)_setNeedsToResetDragMargins:(BOOL)needs;
  /external/zlib/contrib/masmx64/
inffasx64.asm 75 mov cl, bl ; /* cl = bits, needs it for shifting */
94 mov cl, bl ; /* cl = bits, needs it for shifting */
157 mov cl, bl ; /* cl = bits, needs it for shifting */
  /external/srec/config/en.us/
Android.mk 57 # This needs an explicit rule to specify the vocabulary (dictionary)
  /external/e2fsprogs/intl/
loadmsgcat.c 1127 size_t needs[2]; local
1169 needs[j] = need;
1177 memneed += needs[0] + needs[1];
    [all...]
  /external/bison/djgpp/
djunpack.bat 3 Rem WARNING WARNING WARNING: This file needs to have DOS CRLF end-of-line
  /external/libvpx/vp8/encoder/ppc/
sad_altivec.asm 56 lvsl v3, 0, r5 ;# only needs to be done once per block

Completed in 758 milliseconds

1 2 3