HomeSort by relevance Sort by last modified time
    Searched defs:needs (Results 1 - 9 of 9) sorted by null

  /system/core/libpixelflinger/codeflinger/
load_store.cpp 228 const needs_t& needs = mBuilderContext.needs; local
texturing.cpp 43 const needs_t& needs = mBuilderContext.needs; local
229 void GGLAssembler::decodeLogicOpNeeds(const needs_t& needs)
232 const int opcode = GGL_READ_NEEDS(LOGIC_OP, needs.n) | GGL_CLEAR;
263 void GGLAssembler::decodeTMUNeeds(const needs_t& needs, context_t const* c)
277 tmu.format_idx = GGL_READ_NEEDS(T_FORMAT, needs.t[i]);
280 tmu.swrap = GGL_READ_NEEDS(T_S_WRAP, needs.t[i]);
281 tmu.twrap = GGL_READ_NEEDS(T_T_WRAP, needs.t[i]);
282 tmu.env = ggl_needs_to_env(GGL_READ_NEEDS(T_ENV, needs.t[i]));
283 tmu.pot = GGL_READ_NEEDS(T_POT, needs.t[i])
327 const needs_t& needs = mBuilderContext.needs; local
405 const needs_t& needs = mBuilderContext.needs; local
    [all...]
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...]
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);
  /frameworks/base/libs/audioflinger/
AudioMixer.h 124 uint32_t needs; member in struct:android::AudioMixer::track_t
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ProjectState.java 357 * @see #needs(IProject)
398 public LibraryState needs(ProjectState libraryProject) { method in class:ProjectState
  /external/e2fsprogs/intl/
loadmsgcat.c 1127 size_t needs[2]; local
1169 needs[j] = need;
1177 memneed += needs[0] + needs[1];
    [all...]
  /system/core/include/private/pixelflinger/
ggl_context.h 501 needs_t needs; member in struct:android::state_t
  /system/core/libpixelflinger/
scanline.cpp 106 // Keep in sync with needs
157 ScanlineAssembly(needs_t needs, size_t size)
158 : Assembly(size), mKey(needs) { }
195 //printf("*** needs [%08lx:%08lx:%08lx:%08lx]\n",
196 // c->state.needs.n, c->state.needs.p,
197 // c->state.needs.t[0], c->state.needs.t[1]);
200 const uint32_t cb_format = GGL_READ_NEEDS(CB_FORMAT, c->state.needs.n);
201 if (GGL_READ_NEEDS(T_FORMAT, c->state.needs.t[0]) == cb_format)
1480 needs_t needs; local
    [all...]

Completed in 9317 milliseconds