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

  /system/core/libpixelflinger/codeflinger/
blending.cpp 1 /* libs/pixelflinger/codeflinger/blending.cpp
76 const int blending = blending_codes(fs, fd); local
78 // here, blending will produce something which doesn't depend on
84 // we are doing real blending...
91 comment("blending");
121 if (blending & (BLEND_DST|FACTOR_DST)) {
160 if ((blending & BLEND_SRC) && !same_factor_opt1) {
161 // source (fragment) is needed for the blending stage
187 // if destination (fb) is not needed for the blending stage,
189 if (!(blending & BLEND_DST))
    [all...]
GGLAssembler.cpp 143 const int blending = blending_codes(mBlendSrc, mBlendDst) | local
238 if ((blending & (FACTOR_DST|BLEND_DST)) ||
242 // blending / logic_op / masking need the framebuffer
473 // blending...
491 // Figure out what we need for the blending stage...
499 const int blending = blending_codes(fs, fd); local
522 (blending & (BLEND_SRC|FACTOR_SRC)) : need_expander));
568 // We keep only 8 bits for the blending stage
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/blending/
TextureBlenderFactory.java 1 package com.jme3.scene.plugins.blender.textures.blending;
11 * This class creates the texture blending class depending on the texture type.
19 * This method creates the blending class.
23 * @returntexture blending class
70 LOGGER.log(Level.WARNING, "Image type not yet supported for blending: {0}. Returning a blender that does not change the texture.", format);
AbstractTextureBlender.java 1 package com.jme3.scene.plugins.blender.textures.blending;
15 * This method blends the single pixel depending on the blending type.
24 * the blending factor
26 * the blending type
124 * The method that performs the ramp blending.
TextureBlender.java 1 package com.jme3.scene.plugins.blender.textures.blending;
7 * An interface for texture blending classes (the classes that mix the texture
13 // types of blending
38 * the texture we use in blending
45 * the blending type
48 * @return new texture that was created after the blending
TextureBlenderAWT.java 1 package com.jme3.scene.plugins.blender.textures.blending;
17 * The class that is responsible for blending the following texture types:
79 * material color and color defined for texture blending. If the type has 3
82 * values (if present) are ignored and not used during blending.
147 LOGGER.log(Level.WARNING, "Image type not yet supported for blending: {0}", imageFormat);
TextureBlenderDDS.java 1 package com.jme3.scene.plugins.blender.textures.blending;
20 * The class that is responsible for blending the following texture types:
64 LOGGER.log(Level.WARNING, "Image type not yet supported for blending: {0}", format);
70 // blending colors
TextureBlenderLuminance.java 1 package com.jme3.scene.plugins.blender.textures.blending;
18 * The class that is responsible for blending the following texture types:
96 LOGGER.log(Level.WARNING, "Image type not yet supported for blending: {0}", imageFormat);
  /hardware/samsung_slsi/exynos5/include/
s3c-fb.h 80 enum s3c_fb_blending blending; member in struct:s3c_fb_win_config::__anon34021::__anon34022
  /hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
s3c-fb.h 72 enum s3c_fb_blending blending; member in struct:s3c_fb_win_config::__anon34437::__anon34438
  /hardware/libhardware/include/hardware/
hwcomposer.h 155 /* blending to apply during composition */
156 int32_t blending; member in struct:hwc_layer_1::__anon32935::__anon32936
228 * if (blending == HWC_BLENDING_PREMULT)
232 * Then blending proceeds as usual according to the "blending"
238 * if (blending == HWC_BLENDING_PREMULT)
252 * if (blending == HWC_BLENDING_PREMULT)
253 * blending = HWC_BLENDING_COVERAGE;
  /hardware/qcom/display/msm8960/liboverlay/
overlayUtils.h 335 /* No blending */
350 blending(OVERLAY_BLENDING_COVERAGE){
362 blending(b){
371 eBlending blending; member in struct:overlay::utils::PipeArgs
  /hardware/qcom/display/msm8974/liboverlay/
overlayUtils.h 336 /* No blending */
351 blending(OVERLAY_BLENDING_COVERAGE){
363 blending(b){
372 eBlending blending; member in struct:overlay::utils::PipeArgs
  /hardware/qcom/display/msm8x26/liboverlay/
overlayUtils.h 335 /* No blending */
350 blending(OVERLAY_BLENDING_COVERAGE){
362 blending(b){
371 eBlending blending; member in struct:overlay::utils::PipeArgs
  /system/core/libpixelflinger/
scanline.cpp 258 "(clear) blending 0/0", scanline_clear, init_y_noop },
446 static void blending(context_t* c, pixel_t* fragment, pixel_t* fb);
473 void blending(context_t* c, pixel_t* fragment, pixel_t* fb) function in namespace:android
    [all...]
  /frameworks/base/media/java/android/media/videoeditor/
VideoEditorImpl.java 94 private static final String ATTR_BLENDING = "blending";
1196 final int blending = Integer.parseInt(parser.getAttributeValue("", ATTR_BLENDING)); local
    [all...]

Completed in 2086 milliseconds