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

1 23 4 5 6 7 8 91011>>

  /external/mesa3d/src/mesa/drivers/dri/i965/
gen6_cc.c 74 * blending, and dithering, have no effect when the corresponding
85 * except for disabling of blending.
132 * blending, the spec says:
135 * the result of the blending equation are clamped. For
180 * "If Dual Source Blending is enabled, this bit must be disabled"
  /external/chromium_org/ppapi/utility/graphics/
paint_manager.h 130 /// not need to do alpha blending, which speeds up painting. If you generate
132 /// blending.
138 /// values are incorrect, it could mess up future blending. If you aren't
156 /// not need to do alpha blending, which speeds up painting. If you generate
158 /// blending.
165 /// future blending. If you aren't sure, it is always correct to specify that
  /external/chromium_org/pdf/
paint_manager.h 89 // not need to do alpha blending, which speeds up painting. If you generate
91 // blending.
97 // values are incorrect, it could mess up future blending. If you aren't
  /external/chromium_org/third_party/angle/extensions/
EXT_color_buffer_float.txt 117 4.1.7 Blending, p. 174
127 Blending applies only if the color buffer has a fixed-point or
131 + drawing commands defined in section 2.8.3 if blending is enabled
  /external/chromium_org/third_party/skia/include/gpu/
GrPaint.h 35 * setBlendFunc() specifies blending coefficients for S (described above) and D, the initial value
53 * Sets the blending coefficients to use to blend the final primitive color with the
159 * Determines whether the drawing with this paint is opaque with respect to both color blending
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLProgramDesc.h 121 // secondary output. Only set if dual source blending is supported.
124 // as the secondary output. Only set if dual source blending is supported.
127 // (1 - colorRGB) as the secondary output. Only set if dual source blending is supported.
  /external/skia/include/gpu/
GrPaint.h 35 * setBlendFunc() specifies blending coefficients for S (described above) and D, the initial value
53 * Sets the blending coefficients to use to blend the final primitive color with the
159 * Determines whether the drawing with this paint is opaque with respect to both color blending
  /external/skia/src/gpu/gl/
GrGLProgramDesc.h 121 // secondary output. Only set if dual source blending is supported.
124 // as the secondary output. Only set if dual source blending is supported.
127 // (1 - colorRGB) as the secondary output. Only set if dual source blending is supported.
  /hardware/intel/img/hwcomposer/common/planes/
DisplayPlane.cpp 156 void DisplayPlane::setPlaneAlpha(uint8_t alpha, uint32_t blending)
165 if (mBlending != blending) {
166 mBlending = blending;
  /external/chromium_org/third_party/mesa/src/docs/
relnotes-7.7.1.html 43 <li>Fixed broken blending to multiple color buffers in swrast driver.
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_debug.h 61 #define PERF_NO_BLEND 0x20 /* disable blending */
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
blend.h 3 * Blending functions operations.
  /external/chromium_org/third_party/skia/src/core/
SkBlitter_Sprite.cpp 57 and respect that by blending the edges of the bitmap against the device. To support
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFFormXObject.cpp 74 // isolated blending. Do this conditionally if that changes.
  /external/deqp/modules/gles31/functional/
es31fAdvancedBlendTests.hpp 23 * \brief Advanced blending (GL_KHR_blend_equation_advanced) tests.
  /external/mesa3d/docs/
relnotes-7.7.1.html 43 <li>Fixed broken blending to multiple color buffers in swrast driver.
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_debug.h 61 #define PERF_NO_BLEND 0x20 /* disable blending */
  /external/mesa3d/src/mesa/main/
blend.h 3 * Blending functions operations.
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_Surface.3 89 Surface blit uses alpha blending
  /external/skia/src/core/
SkBlitter_Sprite.cpp 57 and respect that by blending the edges of the bitmap against the device. To support
  /external/skia/src/pdf/
SkPDFFormXObject.cpp 74 // isolated blending. Do this conditionally if that changes.
  /frameworks/base/core/java/android/widget/
CheckedTextView.java 228 * Specifies the blending mode used to apply the tint specified by
232 * @param tintMode the blending mode used to apply the tint, may be
246 * Returns the blending mode used to apply the tint to the check mark
249 * @return the blending mode used to apply the tint to the check mark
  /frameworks/base/libs/hwui/
Texture.h 68 * Indicates whether the texture requires blending.
  /hardware/qcom/display/msm8084/liboverlay/
overlayMdp.h 108 /* set blending method */
109 void setBlending(overlay::utils::eBlending blending);
245 inline void MdpCtrl::setBlending(overlay::utils::eBlending blending) {
246 switch((int) blending) {
  /hardware/qcom/display/msm8226/liboverlay/
overlayMdp.h 106 /* set blending method */
107 void setBlending(overlay::utils::eBlending blending);
243 inline void MdpCtrl::setBlending(overlay::utils::eBlending blending) {
244 switch((int) blending) {

Completed in 635 milliseconds

1 23 4 5 6 7 8 91011>>