/system/core/libpixelflinger/tests/codegen/ |
codegen.cpp | 26 ScanlineAssembly(needs_t needs, size_t size) 27 : Assembly(size), mKey(needs) { } 36 needs_t needs; local 37 needs.n = n; 38 needs.p = p; 39 needs.t[0] = t0; 40 needs.t[1] = t1; 41 sp<ScanlineAssembly> a(new ScanlineAssembly(needs, ASSEMBLY_SCRATCH_SIZE)); 43 int err = assembler.scanline(needs, (context_t*)c);
|
/system/core/libpixelflinger/codeflinger/ |
load_store.cpp | 246 const needs_t& needs = mBuilderContext.needs; local
|
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.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/services/audioflinger/ |
AudioMixer.h | 133 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/sdk/ |
ProjectState.java | 251 * IProject is not resolved. {@link ProjectState#needs(ProjectState)} should be called 373 * @see #needs(ProjectState) 395 * @see #needs(IProject) 423 public LibraryState needs(ProjectState libraryProject) { method in class:ProjectState 455 * was done through {@link #needs(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
|