HomeSort by relevance Sort by last modified time
    Searched full:blender (Results 1 - 25 of 53) sorted by null

1 2 3

  /developers/build/prebuilts/androidtv/sample-inputs/
README.md 46 Images/videos used in this sample are courtesy of the Blender Foundation, shared under copyright or Creative Commons license.
48 * Elephant's Dream: (c) copyright 2006, Blender Foundation / Netherlands Media Art Institute / www.elephantsdream.org
49 * Sintel: (c) copyright Blender Foundation | www.sintel.org
50 * Tears of Steel: (CC) Blender Foundation | mango.blender.org
51 * Big Buck Bunny: (c) copyright 2008, Blender Foundation / www.bigbuckbunny.org
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
BlendComposite.java 122 private final Blender blender; field in class:BlendComposite.BlendingContext
127 this.blender = Blender.getBlenderFor(composite);
176 result = blender.blend(srcPixel, dstPixel, result);
199 private static abstract class Blender {
202 public static Blender getBlenderFor(BlendComposite composite) {
205 return new Blender() {
215 return new Blender() {
226 return new Blender() {
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Mosaic.cpp 52 if (blender != NULL)
53 delete blender;
106 blender = new Blend();
107 blender->initialize(blendingType, stripType, width, height);
109 blender = NULL;
199 if (blender != NULL)
201 ret = blender->runBlend((MosaicFrame **) frames, (MosaicFrame **) rframes,
Mosaic.h 75 * Main class that creates a mosaic by creating an aligner and blender.
86 * Creates the aligner and blender and initializes state.
205 * Pointer to blender.
207 Blend *blender; member in class:Mosaic
  /cts/tests/openglperf2/
README 13 All the assets in this project are under the above license and were made using Gimp and/or Blender
cob_exporter.py 5 # This is a custom Blender export script to output an object to a format that's easy to use in
15 "blender": (2, 6, 2),
  /developers/build/prebuilts/gradle/BasicMediaDecoder/Application/src/main/res/values/
strings.xml 19 © copyright 2008, Blender Foundation / www.bigbuckbunny.org
  /developers/samples/android/media/BasicMediaDecoder/Application/src/main/res/values/
strings.xml 19 © copyright 2008, Blender Foundation / www.bigbuckbunny.org
  /development/samples/browseable/BasicMediaDecoder/res/values/
strings.xml 18 <string name="app_video_attrib">(c) copyright 2008, Blender Foundation / www.bigbuckbunny.org
  /external/pdfium/third_party/agg23/
agg_pixfmt_gray.h 42 template<class Blender, unsigned Step = 1, unsigned Offset = 0>
48 typedef typename Blender::color_type color_type;
66 Blender::blend_pix(p, c.v, alpha, cover);
77 Blender::blend_pix(p, c.v, c.a);
146 Blender::blend_pix(p, c.v, alpha, cover);
164 Blender::blend_pix(p, c.v, alpha, *covers);
  /frameworks/base/libs/hwui/renderstate/
Blend.cpp 27 struct Blender {
53 // In this array, the index of each Blender equals the value of the first
55 const Blender kBlends[] = {
76 const Blender kBlendsSwap[] = {
  /external/libvpx/libvpx/third_party/libyuv/source/
scale_common.cc 421 #define BLENDER(a, b, f) (uint8)((int)(a) + \
425 #define BLENDER(a, b, f) (uint8)((int)(a) + \
436 dst_ptr[0] = BLENDER(a, b, x & 0xffff);
441 dst_ptr[1] = BLENDER(a, b, x & 0xffff);
449 dst_ptr[0] = BLENDER(a, b, x & 0xffff);
461 dst_ptr[0] = BLENDER(a, b, x & 0xffff);
466 dst_ptr[1] = BLENDER(a, b, x & 0xffff);
474 dst_ptr[0] = BLENDER(a, b, x & 0xffff);
477 #undef BLENDER
479 // Same as 8 bit arm blender but return is cast to uint1
    [all...]
  /external/libyuv/files/source/
scale_common.cc 479 #define BLENDER(a, b, f) \
483 #define BLENDER(a, b, f) \
497 dst_ptr[0] = BLENDER(a, b, x & 0xffff);
502 dst_ptr[1] = BLENDER(a, b, x & 0xffff);
510 dst_ptr[0] = BLENDER(a, b, x & 0xffff);
525 dst_ptr[0] = BLENDER(a, b, x & 0xffff);
530 dst_ptr[1] = BLENDER(a, b, x & 0xffff);
538 dst_ptr[0] = BLENDER(a, b, x & 0xffff);
541 #undef BLENDER
543 // Same as 8 bit arm blender but return is cast to uint1
    [all...]
  /external/skia/src/core/
SkLinearBitmapPipeline.cpp 291 using Blender = SkLinearBitmapPipeline::BlendProcessorInterface;
294 // Pixel Blender Stage
296 class SrcFPPixel final : public Blender {
299 SrcFPPixel(const SrcFPPixel& Blender) : fPostAlpha(Blender.fPostAlpha) {}
647 Blender* next,
664 PixelAccessor<kN32_SkColorType, kSRGB_SkGammaType>, Blender>;
670 PixelAccessor<kIndex_8_SkColorType, kSRGB_SkGammaType>, Blender>;
681 PixelAccessor<kN32_SkColorType, kSRGB_SkGammaType>, Blender>;
687 PixelAccessor<kIndex_8_SkColorType, kSRGB_SkGammaType>, Blender>;
    [all...]
  /external/mesa3d/docs/
relnotes-7.0.2.html 56 <li>Fixed Blender crash bug (12164)
63 <li>Fixed Blender crash in Unichrome driver (bug 13142)
modelers.html 17 </li><li><a href="http://www.blender.org/" target="_parent">Blender</a> - 3-D animation
  /developers/build/prebuilts/gradle/PictureInPicture/app/src/main/res/values/
strings.xml 23 <string name="info_uri" translatable="false">https://peach.blender.org/</string>
  /developers/build/prebuilts/gradle/PictureInPicture/kotlinApp/app/src/main/res/values/
strings.xml 23 <string name="info_uri" translatable="false">https://peach.blender.org/</string>
  /developers/samples/android/media/PictureInPicture/app/src/main/res/values/
strings.xml 23 <string name="info_uri" translatable="false">https://peach.blender.org/</string>
  /developers/samples/android/media/PictureInPicture/kotlinApp/app/src/main/res/values/
strings.xml 23 <string name="info_uri" translatable="false">https://peach.blender.org/</string>
  /external/webrtc/webrtc/modules/desktop_capture/
desktop_and_cursor_composer.h 26 // Creates a new blender that captures mouse cursor using |mouse_monitor| and
  /external/skia/bench/
SkBlend_optsBench.cpp 132 template <typename Blender>
138 fName.append(Blender::Name());
168 Blender::BlendN(fDst.get(), src, width);
  /cts/apps/CtsVerifier/res/raw/
cone_obj 0 # Blender v2.76 (sub 0) OBJ File: 'cone.blend'
2 # www.blender.org
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_compositor.h 168 * set the blender used to render a layer
  /external/skia/tests/
SkBlend_optsTest.cpp 20 typedef void (*Blender)(uint32_t* dst, const uint32_t* const srcStart, int ndst, const int nsrc);

Completed in 1924 milliseconds

1 2 3