Home
last modified time | relevance | path

Searched refs:blending (Results 1 – 25 of 35) sorted by relevance

12

/external/deqp/doc/testspecs/GLES31/
Dfunctional.blend_equation_advanced.txt25 + 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/mesa3d/src/gallium/docs/source/cso/
Dblend.rst6 This state controls blending of the final fragments into the target rendering
77 Whether the blender should perform a logicop instead of blending.
108 If blending is enabled, perform a blend calculation according to blend
/external/drm_hwcomposer/
Dhwcomposer.cpp331 switch (sf_layer->blending) { in InitFromHwcLayer()
333 blending = DrmHwcBlending::kNone; in InitFromHwcLayer()
336 blending = DrmHwcBlending::kPreMult; in InitFromHwcLayer()
339 blending = DrmHwcBlending::kCoverage; in InitFromHwcLayer()
342 ALOGE("Invalid blending in hwc_layer_1_t %d", sf_layer->blending); in InitFromHwcLayer()
Ddrmdisplaycomposition.cpp491 static const char *BlendingToString(DrmHwcBlending blending) { in BlendingToString() argument
492 switch (blending) { in BlendingToString()
555 << "]=" << BlendingToString(layer.blending) << " source_crop"; in Dump()
Ddrmhwcomposer.h143 DrmHwcBlending blending = DrmHwcBlending::kNone; member
Ddrmdisplaycompositor.cpp353 pre_comp_layer.blending = DrmHwcBlending::kPreMult; in PrepareFramebuffer()
497 squash_layer.blending = DrmHwcBlending::kPreMult; in PrepareFrame()
643 if (layer.blending == DrmHwcBlending::kPreMult) in CommitFrame()
Dglworker.cpp383 if (layer.blending == DrmHwcBlending::kNone) { in ConstructCommand()
390 src.premult = (layer.blending == DrmHwcBlending::kPreMult) ? 1.0f : 0.0f; in ConstructCommand()
Dplatformnv.cpp294 if (zorder > 0 && layer->blending != DrmHwcBlending::kPreMult) in CheckLayer()
/external/deqp/doc/testspecs/GLES3/
Dfunctional.fbo.srgb.txt31 - Will be covered in blending test set
Dperformance.txt83 operations such as blending.
94 preferred way to do this is to enable simple additive blending. The extra
/external/deqp/doc/testspecs/GLES2/
Dperformance.txt83 operations such as blending.
94 preferred way to do this is to enable simple additive blending. The extra
Dperformance.texture.format.txt43 blending is used to force fragment shader execution for all fragments.
/external/skia/resources/
Dslides_content2.lua11 - effects: shaders, filters, antialiasing, blending
/external/skia/site/user/sample/
Dcolor.md28 filtering, blending, anti-aliasing, multiplying), everything gets “too dark”.
55 The major stages of the Skia drawing pipeline (premultiplication, filtering, blending) all assume
/external/mesa3d/docs/specs/OLD/
DMESA_sprite_point.spec66 images, alpha testing and blending.
/external/mesa3d/docs/
DVERSIONS28 implementation of SGI's blending extensions
174 - fixed bug when blending lines, points, bitmaps outside of window
181 - pixelzooming with gamma correction or blending didn't work
252 - color masking and blending were performed in wrong order
481 - faster blending for some modes
559 - blending with alpha = 0 or 1.0 wasn't always exact
655 - alpha channel of blending points, lines was sometimes incorrect
697 - blending w/ drawbuffer==GL_FRONT_BACK caused segfault (sw rendering)
767 - improved blending accuracy, fixes Glean blendFunc test failures
904 - slightly faster blending for (GL_ZERO, GL_ONE) and (GL_ONE, GL_ZERO)
[all …]
/external/mesa3d/src/gallium/docs/source/drivers/openswr/
Dfaq.rst38 shader and fragment shaders, streamout, and fragment blending. SWR
/external/mesa3d/src/mesa/drivers/dri/common/xmlpool/
Dnl.po49 msgid "Disable dual source blending"
Dsv.po49 msgid "Disable dual source blending"
Dde.po50 msgid "Disable dual source blending"
Dfr.po49 msgid "Disable dual source blending"
Des.po53 msgid "Disable dual source blending"
Dca.po69 msgid "Disable dual source blending"
/external/swiftshader/docs/
DIndex.md46 …el operations such as the depth test, alpha test, stenciling, and alpha blending are also performe…
/external/mesa3d/src/gallium/docs/source/
Dscreen.rst547 query whether a device supports blending for a given format.
548 If this flag is set, surface creation may fail if blending is not supported
550 blending on surfaces with formats that would require emulation.

12