/external/deqp/doc/testspecs/GLES31/ |
D | 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/mesa3d/src/gallium/docs/source/cso/ |
D | blend.rst | 6 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/ |
D | hwcomposer.cpp | 331 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()
|
D | drmdisplaycomposition.cpp | 491 static const char *BlendingToString(DrmHwcBlending blending) { in BlendingToString() argument 492 switch (blending) { in BlendingToString() 555 << "]=" << BlendingToString(layer.blending) << " source_crop"; in Dump()
|
D | drmhwcomposer.h | 143 DrmHwcBlending blending = DrmHwcBlending::kNone; member
|
D | drmdisplaycompositor.cpp | 353 pre_comp_layer.blending = DrmHwcBlending::kPreMult; in PrepareFramebuffer() 497 squash_layer.blending = DrmHwcBlending::kPreMult; in PrepareFrame() 643 if (layer.blending == DrmHwcBlending::kPreMult) in CommitFrame()
|
D | glworker.cpp | 383 if (layer.blending == DrmHwcBlending::kNone) { in ConstructCommand() 390 src.premult = (layer.blending == DrmHwcBlending::kPreMult) ? 1.0f : 0.0f; in ConstructCommand()
|
D | platformnv.cpp | 294 if (zorder > 0 && layer->blending != DrmHwcBlending::kPreMult) in CheckLayer()
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.fbo.srgb.txt | 31 - Will be covered in blending test set
|
D | performance.txt | 83 operations such as blending. 94 preferred way to do this is to enable simple additive blending. The extra
|
/external/deqp/doc/testspecs/GLES2/ |
D | performance.txt | 83 operations such as blending. 94 preferred way to do this is to enable simple additive blending. The extra
|
D | performance.texture.format.txt | 43 blending is used to force fragment shader execution for all fragments.
|
/external/skia/resources/ |
D | slides_content2.lua | 11 - effects: shaders, filters, antialiasing, blending
|
/external/skia/site/user/sample/ |
D | color.md | 28 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/ |
D | MESA_sprite_point.spec | 66 images, alpha testing and blending.
|
/external/mesa3d/docs/ |
D | VERSIONS | 28 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/ |
D | faq.rst | 38 shader and fragment shaders, streamout, and fragment blending. SWR
|
/external/mesa3d/src/mesa/drivers/dri/common/xmlpool/ |
D | nl.po | 49 msgid "Disable dual source blending"
|
D | sv.po | 49 msgid "Disable dual source blending"
|
D | de.po | 50 msgid "Disable dual source blending"
|
D | fr.po | 49 msgid "Disable dual source blending"
|
D | es.po | 53 msgid "Disable dual source blending"
|
D | ca.po | 69 msgid "Disable dual source blending"
|
/external/swiftshader/docs/ |
D | Index.md | 46 …el operations such as the depth test, alpha test, stenciling, and alpha blending are also performe…
|
/external/mesa3d/src/gallium/docs/source/ |
D | screen.rst | 547 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.
|