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

  /system/core/libpixelflinger/tests/codegen/
codegen.cpp 34 ScanlineAssembly(needs_t needs, size_t size)
35 : Assembly(size), mKey(needs) { }
44 needs_t needs; local
45 needs.n = n;
46 needs.p = p;
47 needs.t[0] = t0;
48 needs.t[1] = t1;
49 sp<ScanlineAssembly> a(new ScanlineAssembly(needs, ASSEMBLY_SCRATCH_SIZE));
63 int err = assembler.scanline(needs, (context_t*)c);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
bz2_codec.py 11 import bz2 # this codec needs the optional bz2 module ! namespace
zlib_codec.py 10 import zlib # this codec needs the optional zlib module ! namespace
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
bz2_codec.py 11 import bz2 # this codec needs the optional bz2 module ! namespace
zlib_codec.py 10 import zlib # this codec needs the optional zlib module ! namespace
  /system/core/libpixelflinger/codeflinger/
load_store.cpp 250 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 62 int GGLAssembler::scanline(const needs_t& needs, context_t const* c)
68 err = scanline_core(needs, c);
83 needs.p, needs.n, needs.t[0], needs.t[1], per_fragment_ops);
94 int GGLAssembler::scanline_core(const needs_t& needs, context_t const* c)
101 mAA = GGL_READ_NEEDS(P_AA, needs.p);
102 mDithering = GGL_READ_NEEDS(P_DITHER, needs.p);
103 mAlphaTest = GGL_READ_NEEDS(P_ALPHA_TEST, needs.p) + GGL_NEVER
727 const needs_t& needs = mBuilderContext.needs; local
790 const needs_t& needs = mBuilderContext.needs; local
801 const needs_t& needs = mBuilderContext.needs; local
817 const needs_t& needs = mBuilderContext.needs; local
965 const needs_t& needs = mBuilderContext.needs; local
    [all...]
GGLAssembler.h 191 // generate scanline code for given needs
192 int scanline(const needs_t& needs, context_t const* c);
193 int scanline_core(const needs_t& needs, context_t const* c);
347 needs_t needs; member in struct:android::GGLAssembler::builder_context_t
409 const needs_t& needs);
433 void decodeLogicOpNeeds(const needs_t& needs);
435 void decodeTMUNeeds(const needs_t& needs, context_t const* c);
  /frameworks/native/services/surfaceflinger/RenderEngine/
ProgramCache.cpp 119 Key needs; local
120 needs.set(Key::TEXTURE_MASK,
133 return needs;
136 String8 ProgramCache::generateVertexShader(const Key& needs) {
138 if (needs.isTexturing()) {
147 if (needs.isTexturing()) {
154 String8 ProgramCache::generateFragmentShader(const Key& needs) {
156 if (needs.getTextureTarget() == Key::TEXTURE_EXT) {
163 if (needs.getTextureTarget() == Key::TEXTURE_EXT) {
166 } else if (needs.getTextureTarget() == Key::TEXTURE_2D)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
ProjectState.java 289 * IProject is not resolved. {@link ProjectState#needs(ProjectState)} should be called
411 * @see #needs(ProjectState)
433 * @see #needs(IProject)
461 public LibraryState needs(ProjectState libraryProject) { method in class:ProjectState
493 * 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...]
  /frameworks/av/services/audioflinger/
AudioMixer.h 163 uint32_t needs; member in struct:android::AudioMixer::track_t
184 uint8_t channelCount; // 1 or 2, redundant with (needs & NEEDS_CHANNEL_COUNT__MASK)
424 * ADJUSTVOL (set to true if volume ramp parameters needs adjustment afterwards)
  /system/core/include/private/pixelflinger/
ggl_context.h 523 needs_t needs; member in struct:android::state_t
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 389 milliseconds