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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/libva/
README.chromium 12 hardware accelerated video encoding, decoding, blending and rendering.
  /external/deqp/doc/testspecs/GLES31/
functional.blend_equation_advanced.txt 25 + Validation of all advanced blending modes
30 + Validation of coherent blending (if supported)
40 Advanced blending tests render two or more overlapping quads. First quad is
41 rendered without blending, while subsequent quads have the advanced blend mode
49 made between each overlapping quad with advanced blending enabled. In coherent
50 and coherent_msaa tests all quads that have blending enabled are rendered in a
  /external/chromium_org/third_party/angle/extensions/
EXT_blend_minmax.txt 25 Blending capability is extended by respecifying the entire blend
28 extensions to define additional blending equations.
70 The GL Specification defines a single blending equation. This
73 value FUNC_ADD_EXT specifies that the blending equation defined in
86 blending equation becomes
91 blending equation becomes
95 In all cases the blending equation is evaluated separately for each
  /hardware/intel/img/hwcomposer/ips/anniedale/
PlaneCapabilities.cpp 140 uint32_t blending = (uint32_t)hwcLayer->getLayer()->blending; local
145 switch (blending) {
152 VLOGTRACE("unsupported blending %#x", blending);
156 // overlay doesn't support blending
157 return (blending == HWC_BLENDING_NONE) ? true : false;
  /hardware/intel/common/libva/test/videoprocess/
process.cfg 6 # blending and implicit format conversion(NV12<->YV12<->I420), each time only one
54 #5.4 Blending
  /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...]
  /development/perftests/panorama/feature_mos/src/mosaic/
Blend.h 37 // of the input image frames for them to be accepted for blending in the
47 // the blending algorithm.
51 * Class for pyramid blending a mosaic.
Mosaic.h 41 // Define blending types to use, and the frame dimensions
87 * \param blendingType Type of blending to perform
115 * After adding all frames, call this function to perform the final blending.
196 * Type of blending to perform.
  /external/qemu/android/skin/
image.h 35 int blend; /* blending, 0..256 value */
79 * if you need to modify the content of the clone (e.g. blending)
89 /* apply blending to a source skin image and copy the result to a target clone image */
  /hardware/qcom/display/msm8084/libqdutils/
cb_utils.cpp 54 if((list->hwLayers[i].blending == HWC_BLENDING_NONE) ||
65 // need to take care only in per pixel blending.
67 if((list->hwLayers[i].blending != HWC_BLENDING_NONE) ||
  /hardware/qcom/display/msm8226/libqdutils/
cb_utils.cpp 54 if((list->hwLayers[i].blending == HWC_BLENDING_NONE) ||
65 // need to take care only in per pixel blending.
67 if((list->hwLayers[i].blending != HWC_BLENDING_NONE) ||
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Blend.h 37 // of the input image frames for them to be accepted for blending in the
47 // the blending algorithm.
51 * Class for pyramid blending a mosaic.
Mosaic.h 41 // Define blending types to use, and the frame dimensions
87 * \param blendingType Type of blending to perform
115 * After adding all frames, call this function to perform the final blending.
196 * Type of blending to perform.
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Blend.h 37 // of the input image frames for them to be accepted for blending in the
47 // the blending algorithm.
51 * Class for pyramid blending a mosaic.
Mosaic.h 41 // Define blending types to use, and the frame dimensions
87 * \param blendingType Type of blending to perform
115 * After adding all frames, call this function to perform the final blending.
190 * Type of blending to perform.
  /packages/apps/Camera/src/com/android/camera/
Mosaic.java 77 * This strip type will use wider strips for blending. The strip separation
79 * wider, there is an additional cross-fade blending step to make the seam
143 * Set the type of blending.
145 * @param type the blending type defined in the class. {BLENDTYPE_FULL,
151 * Set the type of strips to use for blending.
152 * @param type the blending strip type to use {STRIPTYPE_THIN,
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
Mosaic.java 77 * This strip type will use wider strips for blending. The strip separation
79 * wider, there is an additional cross-fade blending step to make the seam
143 * Set the type of blending.
145 * @param type the blending type defined in the class. {BLENDTYPE_FULL,
151 * Set the type of strips to use for blending.
152 * @param type the blending strip type to use {STRIPTYPE_THIN,
  /external/deqp/doc/testspecs/GLES3/
functional.fbo.srgb.txt 26 + Blending with sRGB framebuffer
31 - Will be covered in blending test set
  /external/deqp/framework/referencerenderer/
rrRenderState.hpp 110 BLENDMODE_NONE = 0, //!< No blending.
111 BLENDMODE_STANDARD, //!< Standard blending.
112 BLENDMODE_ADVANCED, //!< Advanced blending mode, as defined in GL_KHR_blend_equation_advanced.
242 // Standard blending state
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_FillRect.3 13 The color should be a pixel of the format used by the surface, and can be generated by the \fISDL_MapRGB\fR or \fISDL_MapRGBA\fR functions\&. If the color value contains an alpha value then the destination is simply "filled" with that alpha information, no blending takes place\&.
SDL_CreateRGBSurface.3 25 This flag turns on alpha-blending for blits from this surface\&. If \fBSDL_HWSURFACE\fP is also specified and alpha-blending blits are hardware-accelerated, then the surface will be placed in video memory if possible\&. Use \fI\fBSDL_SetAlpha\fP\fR to set or clear this flag after surface creation\&.
  /system/core/libpixelflinger/arch-arm64/
t32cb16blend.S 48 * \ODD is either 0 or 1 and indicates if we're blending the lower or
66 .if \ODD //Blending odd pixel present in top 16 bits of DREG register
101 .else //Blending even pixel present in bottom 16 bits of DREG register
138 .endif // End of blending even pixel
  /frameworks/base/rs/java/android/renderscript/
ProgramStore.java 28 * <li>setup various blending modes for use in effects like
91 * source pixels during the blending operation is computed
117 * blending operation
200 * Specifies how the source blending factor is computed
208 * Specifies how the destination blending factor is computed
390 * @param src specifies how the source blending factor is
392 * @param dst specifies how the destination blending factor is
  /external/chromium_org/third_party/mesa/src/docs/
perf.html 34 no other rasterization operations enabled (blending, stencil, etc)
41 no other rasterization operations enabled (blending, stencil, etc)
  /external/mesa3d/docs/
perf.html 34 no other rasterization operations enabled (blending, stencil, etc)
41 no other rasterization operations enabled (blending, stencil, etc)

Completed in 8605 milliseconds

1 2 3 4 5 6 7 8 91011>>