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

1 2 3 4 56 7 8 91011>>

  /external/deqp/modules/gles2/performance/
es2pTextureCases.cpp 128 log << TestLog::Message << "Using additive blending." << TestLog::EndMessage;
209 // Setup additive blending.
  /external/freetype/include/
ftlcdfil.h 60 * covered by the glyph's outline. The blending function for placing
72 * When linear light blending is used, the default FIR5 filtering
  /external/mesa3d/src/mesa/state_tracker/
st_atom_blend.c 209 /* blending enabled */
251 /* no blending / logicop */
  /external/pdfium/core/include/thirdparties/freetype/freetype/
ftlcdfil.h 60 * covered by the glyph's outline. The blending function for placing
72 * When linear light blending is used, the default FIR5 filtering
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
ftlcdfil.h 60 * covered by the glyph's outline. The blending function for placing
72 * When linear light blending is used, the default FIR5 filtering
  /external/qemu/distrib/sdl-1.2.15/docs/html/
sdlcreatergbsurface.html 231 >This flag turns on alpha-blending for blits from this surface. If
235 > is also specified and alpha-blending blits
  /frameworks/support/v4/java/android/support/v4/graphics/drawable/
DrawableCompat.java 240 * Specifies a tint blending mode for {@code drawable}.
245 * @param tintMode A Porter-Duff blending mode
  /hardware/intel/img/hwcomposer/ips/tangier/
TngDisplayContext.cpp 124 VLOGTRACE("count %d, handle %#x, trans %#x, blending %#x"
129 imgLayer->psLayer->blending,
  /hardware/ti/omap4-aah/hwc/
rgz_2d.h 170 * data.bvc.noblend Test option to disable blending
196 * data.bv.noblend Test option to disable blending
  /hardware/qcom/display/msm8084/libcopybit/
c2d2.h 274 C2D_ALPHA_BLEND_NONE = (1 << 25), /* disables alpha blending */
362 * Finally alpha blending is applied before pixels get written into the target.
498 * Alpha-blending is not performed while filling.
512 * Alpha-blending is not performed while writing.
527 * Alpha-blending is not performed while reading.
653 * blending operations, rotation...etc for display source */
    [all...]
  /hardware/qcom/display/msm8226/libcopybit/
c2d2.h 274 C2D_ALPHA_BLEND_NONE = (1 << 25), /* disables alpha blending */
362 * Finally alpha blending is applied before pixels get written into the target.
498 * Alpha-blending is not performed while filling.
512 * Alpha-blending is not performed while writing.
527 * Alpha-blending is not performed while reading.
653 * blending operations, rotation...etc for display source */
    [all...]
  /hardware/qcom/display/msm8960/libcopybit/
c2d2.h 274 C2D_ALPHA_BLEND_NONE = (1 << 25), /* disables alpha blending */
362 * Finally alpha blending is applied before pixels get written into the target.
498 * Alpha-blending is not performed while filling.
512 * Alpha-blending is not performed while writing.
527 * Alpha-blending is not performed while reading.
653 * blending operations, rotation...etc for display source */
    [all...]
  /hardware/qcom/display/msm8974/libcopybit/
c2d2.h 274 C2D_ALPHA_BLEND_NONE = (1 << 25), /* disables alpha blending */
362 * Finally alpha blending is applied before pixels get written into the target.
498 * Alpha-blending is not performed while filling.
512 * Alpha-blending is not performed while writing.
527 * Alpha-blending is not performed while reading.
653 * blending operations, rotation...etc for display source */
    [all...]
  /frameworks/base/core/java/android/widget/
ProgressBar.java 628 * Specifies the blending mode used to apply the tint specified by
632 * @param tintMode the blending mode used to apply the tint, may be
649 * Returns the blending mode used to apply the tint to the indeterminate
652 * @return the blending mode used to apply the tint to the indeterminate
    [all...]
  /frameworks/base/libs/hwui/
OpenGLRenderer.h 554 * @param mode The blending mode of the layer
617 * @param paint The paint containing the color, blending mode, etc.
630 * @param paint The paint containing the color, blending mode, etc.
697 * @param paint The paint containing the alpha, blending mode, etc.
712 * @param paint The paint containing the alpha, blending mode, colorFilter, etc.
717 * @param swapSrcDst Whether or not the src and dst blending operations should be swapped
823 * Enable or disable blending as necessary. This function sets the appropriate
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.cpp 882 if(layer->blending == HWC_BLENDING_PREMULT)
    [all...]
  /external/deqp/modules/gles31/functional/
es31fAdvancedBlendTests.cpp 21 * \brief Advanced blending (GL_KHR_blend_equation_advanced) tests.
573 tcu::TestCaseGroup* const srgbGroup = new tcu::TestCaseGroup(m_testCtx, "srgb", "Advanced blending with sRGB FBO");
574 tcu::TestCaseGroup* const msaaGroup = new tcu::TestCaseGroup(m_testCtx, "msaa", "Advanced blending with MSAA FBO");
576 tcu::TestCaseGroup* const coherentGroup = new tcu::TestCaseGroup(m_testCtx, "coherent", "Overlapping quads with coherent blending");
577 tcu::TestCaseGroup* const coherentMsaaGroup = new tcu::TestCaseGroup(m_testCtx, "coherent_msaa", "Overlapping quads with coherent blending with MSAA FBO");
  /hardware/intel/img/psb_video/src/mrst/
pvr2d.h 185 /* standard alpha-blending functions, AlphaBlendingFunc field of PVR2DBLTINFO */
312 PVR2D_UCHAR GlobalAlphaValue; /* global alpha blending */
313 PVR2D_UCHAR AlphaBlendingFunc; /* per-pixel alpha-blending function */
416 PVR2D_UCHAR GlobalAlphaValue; /* global alpha blending */
417 PVR2D_UCHAR AlphaBlendingFunc; /* per-pixel alpha-blending function */
    [all...]
  /frameworks/ex/framesequence/jni/
FrameSequence_webp.cpp 231 // by blending it against the value of that pixel in the previous frame if WEBP_MUX_BLEND was
241 // FIXME: Use alpha-blending when alpha is between 0 and 255.
258 // FIXME: Use alpha-blending when alpha is between 0 and 255.
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/xmlpool/
options.h     [all...]
  /external/mesa3d/src/mesa/drivers/dri/common/xmlpool/
options.h     [all...]
  /hardware/intel/img/hwcomposer/common/base/
HwcLayerList.cpp 97 // check layer blending
100 VLOGTRACE("plane type %d: (bad blending)", planeType);
155 uint32_t blending = (uint32_t)hwcLayer->getLayer()->blending; local
156 if (blending != HWC_BLENDING_NONE) {
1038 mLayers[i]->getHandle(), l.hints, l.flags, l.transform, l.blending, l.planeAlpha, mLayers[i]->getFormat()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/layers/
LayerDetailsView.js 65 "blending": WebInspector.UIString("Composition due to association with an element that has blend mode other than \"normal\"."),
74 "blendingWithCompositedDescendants": WebInspector.UIString("Composition due to association with an element with CSS blending applied and composited descendants."),
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL.h 191 // (after any blending optimizations or dual source blending considerations
  /external/deqp/modules/gles3/performance/
es3pTextureCases.cpp 136 log << TestLog::Message << "Using additive blending." << TestLog::EndMessage;
236 // Setup additive blending.

Completed in 1457 milliseconds

1 2 3 4 56 7 8 91011>>