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

  /system/core/libpixelflinger/tests/codegen/
codegen.cpp 31 ScanlineAssembly(needs_t needs, size_t size)
32 : Assembly(size), mKey(needs) { }
41 needs_t needs; local
42 needs.n = n;
43 needs.p = p;
44 needs.t[0] = t0;
45 needs.t[1] = t1;
46 sp<ScanlineAssembly> a(new ScanlineAssembly(needs, ASSEMBLY_SCRATCH_SIZE));
56 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
  /frameworks/native/services/surfaceflinger/RenderEngine/
ProgramCache.cpp 88 Key needs; local
89 needs.set(Key::TEXTURE_MASK,
102 return needs;
105 String8 ProgramCache::generateVertexShader(const Key& needs) {
107 if (needs.isTexturing()) {
116 if (needs.isTexturing()) {
123 String8 ProgramCache::generateFragmentShader(const Key& needs) {
125 if (needs.getTextureTarget() == Key::TEXTURE_EXT) {
132 if (needs.getTextureTarget() == Key::TEXTURE_EXT) {
135 } else if (needs.getTextureTarget() == Key::TEXTURE_2D)
    [all...]
  /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
961 const needs_t& needs = mBuilderContext.needs; local
    [all...]
GGLAssembler.h 185 // generate scanline code for given needs
186 int scanline(const needs_t& needs, context_t const* c);
187 int scanline_core(const needs_t& needs, context_t const* c);
341 needs_t needs; member in struct:android::GGLAssembler::builder_context_t
403 const needs_t& needs);
427 void decodeLogicOpNeeds(const needs_t& needs);
429 void decodeTMUNeeds(const needs_t& needs, context_t const* c);
  /frameworks/av/services/audioflinger/
AudioMixer.h 155 uint32_t needs; member in struct:android::AudioMixer::track_t
175 uint8_t channelCount; // 1 or 2, redundant with (needs & NEEDS_CHANNEL_COUNT__MASK)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
ProjectState.java 280 * IProject is not resolved. {@link ProjectState#needs(ProjectState)} should be called
402 * @see #needs(ProjectState)
424 * @see #needs(IProject)
452 public LibraryState needs(ProjectState libraryProject) { method in class:ProjectState
484 * 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 521 needs_t needs; member in struct:android::state_t
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 396 milliseconds