/external/autotest/client/deps/glbench/src/ |
windowmanagercompositingtest.cc | 70 // We have to blend three textures, but we use multi-texture for this 71 // blending, not fb blend, to avoid the external memory traffic 86 // Compositing is blending, so we shall blend.
|
/external/libdrm/exynos/ |
exynos_fimg2d.c | 778 * g2d_blend - blend image data in source and destination buffers. 791 * @op: blend operation type. 801 union g2d_blend_func_val blend; local 843 blend.val = 0; 871 blend.val = g2d_get_blend_op(op); 873 g2d_add_cmd(ctx, BLEND_FUNCTION_REG, blend.val); 893 * g2d_scale_and_blend - apply scaling to source buffer and then blend to destination buffer 908 * @op: blend operation type. 919 union g2d_blend_func_val blend; local 962 blend.val = 0 [all...] |
/external/libgdx/gdx/jni/gdx2d/ |
gdx2d.c | 169 static inline uint32_t blend(uint32_t src, uint32_t dst) {
function 277 void gdx2d_set_blend (uint32_t blend) {
278 gdx2d_blend = blend;
413 col = blend(col, dst);
441 col_format = to_format(pixmap->format, blend(col, to_RGBA8888(pixmap->format, pget(addr))));
457 col_format = to_format(pixmap->format, blend(col, to_RGBA8888(pixmap->format, pget(addr))));
474 col_format = to_format(pixmap->format, blend(col, to_RGBA8888(pixmap->format, pget(addr))));
509 col_format = to_format(pixmap->format, blend(col, to_RGBA8888(pixmap->format, pget(ptr))));
545 col_format = to_format(pixmap->format, blend(col, to_RGBA8888(pixmap->format, pget(ptr))));
798 src_col = to_format(dst_pixmap->format, blend(src_col, dst_col)); [all...] |
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
nv04_state_frag.c | 288 nv04->blend &= ~NV04_TEXTURED_TRIANGLE_BLEND_TEXTURE_MAP__MASK; 290 nv04->blend |= get_texenv_mode(ctx->Texture.Unit[0].EnvMode); 292 nv04->blend |= get_texenv_mode(GL_MODULATE);
|
/external/mesa3d/src/mesa/tnl/ |
t_vb_fog.c | 88 * Compute per-vertex fog blend factors from fog coordinates by 94 * Fog blend factors are in the range [0,1]. 222 /* compute blend factors from fog coordinates */
|
/external/skia/src/core/ |
SkMaskGamma.h | 86 * in the presence of a gamma incorrect (linear) blend in the blitter. 129 /** The type of the mask pre-blend which will be returned from preBlend(SkColor). */ 172 * pre blend should be applied. SkTMaskPreBlend::isApplicable() is provided as
|
/external/autotest/client/site_tests/graphics_GLBench/ |
control | 45 - blend rate
|
control.bvt-cq | 51 - blend rate
|
control.hwqual | 49 - blend rate
|
/external/deqp/doc/testspecs/GL3/ |
functional.fragment_out_location.txt | 35 + Dual blend indices
|
/external/deqp/doc/testspecs/GLES3/ |
functional.fbo.srgb.txt | 30 + All blend modes when rendering to sRGB framebuffer
|
/external/deqp/modules/gles2/functional/ |
es2fBlendTests.hpp | 23 * \brief Blend tests.
|
/external/deqp/modules/gles2/performance/ |
es2pBlendTests.hpp | 23 * \brief Blend performance tests.
|
/external/deqp/modules/gles3/functional/ |
es3fBlendTests.hpp | 23 * \brief Blend tests.
|
/external/deqp/modules/gles3/performance/ |
es3pBlendTests.hpp | 23 * \brief Blend performance tests.
|
/external/deqp/modules/gles31/functional/ |
es31fNegativeAdvancedBlendEquationTests.hpp | 23 * \brief Negative Advanced Blend Equation Tests
|
/external/freetype/src/truetype/ |
ttgxvar.h | 173 GX_Blend blend );
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/ |
ttgxvar.h | 175 GX_Blend blend );
|
/external/mesa3d/src/gallium/auxiliary/postprocess/ |
pp_mlaa.c | 139 /* Second pass: blend weights */ 197 p->blend.rt[0].blend_enable = 1; 198 cso_set_blend(p->cso, &p->blend); 204 p->blend.rt[0].blend_enable = 0;
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
vl_idct.h | 47 void *blend; member in struct:vl_idct
|
vl_zscan.h | 51 void *blend; member in struct:vl_zscan
|
/external/mesa3d/src/gallium/docs/source/ |
screen.rst | 29 * ``PIPE_CAP_MAX_DUAL_SOURCE_RENDER_TARGETS``: How many dual-source blend RTs are support. 30 :ref:`Blend` for more information. 50 * ``PIPE_CAP_BLEND_EQUATION_SEPARATE``: Whether alpha blend equations may be different 51 from color blend equations, in :ref:`Blend` state. 58 * ``PIPE_CAP_INDEP_BLEND_ENABLE``: Whether per-rendertarget blend enabling and channel 59 masks are supported. If 0, then the first rendertarget's blend mask is 61 * ``PIPE_CAP_INDEP_BLEND_FUNC``: Whether per-rendertarget blend functions are 62 available. If 0, then the first rendertarget's blend functions affect all
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
SConscript | 90 'blend',
|
lp_bld_blend_logicop.c | 31 * Blend LLVM IR generation -- logic ops.
|
lp_state_fs.h | 54 struct pipe_blend_state blend; member in struct:lp_fragment_shader_variant_key
|