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

1 2 3 4 56 7 8 91011>>

  /external/skia/include/utils/
SkInterpolator.h 71 const SkScalar blend[4] = nullptr);
99 @param blend A positive scalar specifying how to blend between this
101 blend (slow to change at the beginning and end)
102 1 is a linear blend (default)
105 const SkScalar blend[4] = nullptr);
  /external/skqp/include/utils/
SkInterpolator.h 71 const SkScalar blend[4] = nullptr);
99 @param blend A positive scalar specifying how to blend between this
101 blend (slow to change at the beginning and end)
102 1 is a linear blend (default)
105 const SkScalar blend[4] = nullptr);
  /frameworks/base/libs/hwui/tests/unit/
GlopBuilderTests.cpp 34 if (expectedFill.filterMode == ProgramDescription::ColorFilterMode::Blend) {
55 static void expectBlendEq(Glop::Blend& expectedBlend, Glop::Blend& builtBlend) {
91 expectBlendEq(expectedGlop.blend, builtGlop.blend);
99 glop->blend = {GL_ZERO, GL_ZERO};
  /external/mesa3d/src/amd/vulkan/
radv_pipeline.c 590 unsigned blend = 0; /* supports blending, but may not export alpha */ local
614 alpha = blend = blend_alpha = normal = V_028714_SPI_SHADER_UINT16_ABGR;
616 alpha = blend = blend_alpha = normal = V_028714_SPI_SHADER_SINT16_ABGR;
618 alpha = blend = blend_alpha = normal = V_028714_SPI_SHADER_FP16_ABGR;
635 blend = V_028714_SPI_SHADER_32_R;
638 blend = blend_alpha = V_028714_SPI_SHADER_32_AR;
643 blend = V_028714_SPI_SHADER_32_GR;
646 blend = blend_alpha = V_028714_SPI_SHADER_32_AR;
650 blend = blend_alpha = V_028714_SPI_SHADER_32_ABGR;
652 alpha = blend = blend_alpha = normal = V_028714_SPI_SHADER_UINT16_ABGR
744 struct radv_blend_state *blend = &pipeline->graphics.blend; local
812 struct radv_blend_state *blend = &pipeline->graphics.blend; local
1035 struct radv_blend_state *blend = &pipeline->graphics.blend; local
    [all...]
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_surface.h 299 * \brief Set the blend mode used for blit operations.
312 * \brief Get the blend mode used for blit operations.
315 * \param blendMode A pointer filled in with the current blend mode.
406 Source surface blend mode set to SDL_BLENDMODE_BLEND:
407 alpha-blend (using the source alpha-channel and per-surface alpha)
409 Source surface blend mode set to SDL_BLENDMODE_NONE:
416 Source surface blend mode set to SDL_BLENDMODE_BLEND:
417 alpha-blend (using the source per-surface alpha)
418 Source surface blend mode set to SDL_BLENDMODE_NONE:
425 Source surface blend mode set to SDL_BLENDMODE_BLEND
    [all...]
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_surface.h 299 * \brief Set the blend mode used for blit operations.
312 * \brief Get the blend mode used for blit operations.
315 * \param blendMode A pointer filled in with the current blend mode.
406 Source surface blend mode set to SDL_BLENDMODE_BLEND:
407 alpha-blend (using the source alpha-channel and per-surface alpha)
409 Source surface blend mode set to SDL_BLENDMODE_NONE:
416 Source surface blend mode set to SDL_BLENDMODE_BLEND:
417 alpha-blend (using the source per-surface alpha)
418 Source surface blend mode set to SDL_BLENDMODE_NONE:
425 Source surface blend mode set to SDL_BLENDMODE_BLEND
    [all...]
  /prebuilts/misc/windows/sdl2/include/
SDL_surface.h 299 * \brief Set the blend mode used for blit operations.
312 * \brief Get the blend mode used for blit operations.
315 * \param blendMode A pointer filled in with the current blend mode.
406 Source surface blend mode set to SDL_BLENDMODE_BLEND:
407 alpha-blend (using the source alpha-channel and per-surface alpha)
409 Source surface blend mode set to SDL_BLENDMODE_NONE:
416 Source surface blend mode set to SDL_BLENDMODE_BLEND:
417 alpha-blend (using the source per-surface alpha)
418 Source surface blend mode set to SDL_BLENDMODE_NONE:
425 Source surface blend mode set to SDL_BLENDMODE_BLEND
    [all...]
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_surface.h 299 * \brief Set the blend mode used for blit operations.
312 * \brief Get the blend mode used for blit operations.
315 * \param blendMode A pointer filled in with the current blend mode.
406 Source surface blend mode set to SDL_BLENDMODE_BLEND:
407 alpha-blend (using the source alpha-channel and per-surface alpha)
409 Source surface blend mode set to SDL_BLENDMODE_NONE:
416 Source surface blend mode set to SDL_BLENDMODE_BLEND:
417 alpha-blend (using the source per-surface alpha)
418 Source surface blend mode set to SDL_BLENDMODE_NONE:
425 Source surface blend mode set to SDL_BLENDMODE_BLEND
    [all...]
  /external/toolchain-utils/android_bench_suite/
panorama.diff 27 - feature_mos/src/mosaic/Blend.cpp \
60 + feature_mos/src/mosaic/Blend.cpp \
134 +const int blendingType = Blend::BLEND_TYPE_HORZ;
135 +const int stripType = Blend::STRIP_TYPE_WIDE;
264 diff --git a/jni/feature_mos/src/mosaic/Blend.cpp b/jni/feature_mos/src/mosaic/Blend.cpp
266 --- a/jni/feature_mos/src/mosaic/Blend.cpp
267 +++ b/jni/feature_mos/src/mosaic/Blend.cpp
273 -#define LOG_TAG "BLEND"
274 +const float Blend::LIMIT_SIZE_MULTIPLIER = 50.f * 2.0f
    [all...]
  /prebuilts/vndk/v27/x86/arch-x86-x86/shared/vndk-sp/
libRSCpuRef.so 
  /prebuilts/vndk/v27/x86_64/arch-x86-x86_64/shared/vndk-sp/
libRSCpuRef.so 
  /external/freetype/src/cff/
cffload.c 1289 CFF_Blend blend = &subFont->blend; local
    [all...]
  /external/freetype/include/freetype/internal/
cfftypes.h 155 /* This object manages one cached blend vector. */
225 /* deprecated) `blend' operator in Type 2 charstrings */
304 CFF_BlendRec blend; /* current blend vector */ member in struct:CFF_SubFontRec_
308 /* `blend_stack' is a writable buffer to hold blend results. */
310 /* `cff_parse_blend' and `cff_blend_doBlend' push blend results here. */
313 /* `blend_stack' could be cleared at each operator other than blend. */
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_idct.c 508 struct pipe_blend_state blend; local
524 memset(&blend, 0, sizeof blend);
526 blend.independent_blend_enable = 0;
527 blend.rt[0].blend_enable = 0;
528 blend.rt[0].rgb_func = PIPE_BLEND_ADD;
529 blend.rt[0].rgb_src_factor = PIPE_BLENDFACTOR_ONE;
530 blend.rt[0].rgb_dst_factor = PIPE_BLENDFACTOR_ONE;
531 blend.rt[0].alpha_func = PIPE_BLEND_ADD;
532 blend.rt[0].alpha_src_factor = PIPE_BLENDFACTOR_ONE
    [all...]
  /frameworks/native/opengl/tests/hwc/
hwcRects.cpp 41 * blend: none | premult | coverage
53 * RGBA8888 [100, 150, 300, 400] blend: coverage \
146 blend(defaultBlend), color(defaultColor),
153 int32_t blend; member in class:Rectangle
319 layer->blending = it->blend;
437 } else if (attrName == "blend:") { // Blend
442 rect.blend = HWC_BLENDING_NONE;
444 rect.blend = HWC_BLENDING_PREMULT;
446 rect.blend = HWC_BLENDING_COVERAGE
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_context.c 281 struct pipe_blend_state blend; local
283 memset(&blend, 0, sizeof(struct pipe_blend_state));
284 blend.rt[0].blend_enable = 0;
285 blend.rt[0].colormask = PIPE_MASK_RGBA;
287 blend.rt[0].rgb_src_factor = PIPE_BLENDFACTOR_ONE;
288 blend.rt[0].alpha_src_factor = PIPE_BLENDFACTOR_ONE;
289 blend.rt[0].rgb_dst_factor = PIPE_BLENDFACTOR_ZERO;
290 blend.rt[0].alpha_dst_factor = PIPE_BLENDFACTOR_ZERO;
292 cso_set_blend(ctx->cso, &blend);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ImageProcessingTest.java 292 // Base class for Java blend implementation supporting float and int implementations
362 return blend();
387 blend(); method
391 abstract int blend(); method in class:ImageProcessingTest.BlendFunc
402 int blend() {
418 int blend() {
434 int blend() {
452 int blend() {
464 int blend() {
476 int blend() {
    [all...]
  /external/mesa3d/src/gallium/auxiliary/postprocess/
pp_program.c 85 p->blend.rt[0].colormask = PIPE_MASK_RGBA;
86 p->blend.rt[0].rgb_src_factor = p->blend.rt[0].alpha_src_factor =
88 p->blend.rt[0].rgb_dst_factor = p->blend.rt[0].alpha_dst_factor =
  /external/mesa3d/src/gallium/tests/graw/
shader-leak.c 231 struct pipe_blend_state blend; local
233 memset(&blend, 0, sizeof blend);
234 blend.rt[0].colormask = PIPE_MASK_RGBA;
235 handle = ctx->create_blend_state(ctx, &blend);
  /system/core/libpixelflinger/
picker.cpp 53 uint32_t src = c->state.blend.src;
54 uint32_t dst = c->state.blend.dst;
55 uint32_t src_alpha = c->state.blend.src_alpha;
56 uint32_t dst_alpha = c->state.blend.dst_alpha;
84 if (c->state.blend.alpha_separate) {
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_blend.c 175 switch (softpipe->blend->logicop_func) {
258 * \param const_blend_color the constant blend color
278 switch (softpipe->blend->rt[blend_index].rgb_src_factor) {
449 switch (softpipe->blend->rt[blend_index].alpha_src_factor) {
541 switch (softpipe->blend->rt[blend_index].rgb_dst_factor) {
701 switch (softpipe->blend->rt[blend_index].alpha_dst_factor) {
778 switch (softpipe->blend->rt[blend_index].rgb_func) {
805 assert(0 && "invalid rgb blend func");
811 switch (softpipe->blend->rt[blend_index].alpha_func) {
828 assert(0 && "invalid alpha blend func")
924 const struct pipe_blend_state *blend = softpipe->blend; local
1222 const struct pipe_blend_state *blend = softpipe->blend; local
    [all...]
  /external/deqp/doc/testspecs/GLES31/
functional.blend_equation_advanced.txt 19 Blend Equation Advanced (GL_KHR_blend_equation_advanced)
41 rendered without blending, while subsequent quads have the advanced blend mode
48 multiple quads are rendered, one quad per draw call. A blend barrier call is
  /external/llvm/test/CodeGen/X86/
avx-win64.ll 19 ; CHECK: blend
36 %blend.i52 = call <8 x float> @llvm.x86.avx.blendv.ps.256(<8 x float> %x, <8 x float> %binop33, <8 x float> %mask_as_float.i48) nounwind
40 %0 = phi <8 x float> [ %x, %allocas ], [ %blend.i52, %safe_if_run_false ]
  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_state_cc.h 40 * used to select blend state from BLEND_STATE.
155 struct ilo_state_cc_blend_info blend; member in struct:ilo_state_cc_info
164 uint32_t blend[1 + 1 + 2 * ILO_STATE_CC_BLEND_MAX_RT_COUNT]; member in struct:ilo_state_cc
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_state.c 44 uint32_t blend[2], cmask[2]; local
64 blend[0] = cso->rt[0].blend_enable;
70 blend[1] = 0;
73 blend[1] |= cso->rt[i].blend_enable << i;
80 blend[1] = 0x0000000e * (blend[0] & 0x00000001);
89 SB_DATA (so, blend[1]);
93 if (blend[0] || blend[1]) {
95 SB_DATA (so, blend[0])
    [all...]

Completed in 1324 milliseconds

1 2 3 4 56 7 8 91011>>