HomeSort by relevance Sort by last modified time
    Searched refs:iterated (Results 1 - 12 of 12) sorted by null

  /system/core/libpixelflinger/codeflinger/
texturing.cpp 51 comment("compute initial iterated color (smooth and/or dither case)");
74 if (!mInfo[i].iterated)
115 // figure out if we need the iterated color
129 comment("load initial iterated color (8888 packed)");
130 parts.iterated.setTo(obtainReg(),
132 CONTEXT_LOAD(parts.iterated.reg, packed8888);
134 comment("load initial iterated color (dest format packed)");
136 parts.iterated.setTo(obtainReg(), &mCbFormat);
138 // pre-mask the iterated color
139 const int bits = parts.iterated.size()
    [all...]
GGLAssembler.cpp 174 info.iterated = (!info.replaced && (info.inDest || info.needed));
175 info.smooth = mSmooth && info.iterated;
257 // iterated color or direct texture
258 pixel = directTex ? parts.texel[directTex-1] : parts.iterated;
313 // update the iterated color...
318 // update iterated z
321 // update iterated fog
442 // iterated color
534 // iterated color
604 temp = component_t(parts.iterated, component)
    [all...]
GGLAssembler.h 301 pixel_t iterated; member in struct:android::GGLAssembler::fragment_parts_t
339 bool iterated : 1; member in struct:android::GGLAssembler::component_info_t
  /bionic/libdl/
Android.mk 57 # returns 0, as would happen if the user iterated over every phdr).
  /external/v8/test/mjsunit/regress/
regress-815.js 37 // The code for the iterated-over object in for-in used to be emitted
  /frameworks/rs/api/
rs_for_each.spec 50 The kernel context contains common characteristics of the allocations being iterated
241 The kernel context contains common characteristics of the allocations being iterated
390 The kernel context contains common characteristics of the allocations being iterated
  /external/ImageMagick/www/api/
morphology.php 369 <dd>How to handle or merge multi-kernel results. If 'UndefinedCompositeOp' use default for the Morphology method. If 'NoCompositeOp' force image to be re-iterated by each kernel. Otherwise merge the results using the compose method given. </dd>
    [all...]
  /external/opencv3/modules/imgproc/test/
test_filter.cpp     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]

Completed in 4020 milliseconds