HomeSort by relevance Sort by last modified time
    Searched refs:blend (Results 176 - 200 of 405) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/blending/
TextureBlenderFactory.java 73 public Texture blend(float[] materialColor, Texture texture, float[] color, float affectFactor, int blendType, boolean neg, BlenderContext blenderContext) {
  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
BoneTrack.java 228 float blend = (time - times[startFrame]) local
241 tempQ.nlerp(tempQ2, blend);
242 tempV.interpolate(tempV2, blend);
243 tempS.interpolate(tempS2, blend);
SpatialTrack.java 104 float blend = (time - times[startFrame]) / (times[endFrame] - times[startFrame]); local
120 tempQ.nlerp(tempQ2, blend);
121 tempV.interpolate(tempV2, blend);
122 tempS.interpolate(tempS2, blend);
  /external/kernel-headers/original/linux/
tegrafb.h 61 __u32 blend; member in struct:tegra_fb_windowattr
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_idct.h 47 void *blend; member in struct:vl_idct
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_fs.h 54 struct pipe_blend_state blend; member in struct:lp_fragment_shader_variant_key
lp_state_fs.c 686 * \param rt the render target index (to index blend, colormask state)
695 const struct pipe_blend_state *blend,
726 /* load constant blend color and colors from the dest color buffer */
737 /* do blend */
738 lp_build_blend_soa(gallivm, blend, type, rt, src, dst, con, res);
742 if(blend->rt[rt].colormask & (1 << chan)) {
    [all...]
  /external/skia/src/animator/
SkAnimateBase.h 51 SkTDScalarArray blend; member in class:SkAnimateBase
  /frameworks/base/libs/hwui/
Layer.h 120 inline void setBlend(bool blend) {
121 texture.blend = blend;
125 return texture.blend;
Texture.h 70 bool blend; member in class:android::uirenderer::Texture
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
gen6_blorp.cpp 295 struct gen6_blend_state *blend = (struct gen6_blend_state *) local
300 memset(blend, 0, sizeof(*blend));
302 blend->blend1.pre_blend_clamp_enable = 1;
303 blend->blend1.post_blend_clamp_enable = 1;
304 blend->blend1.clamp_range = BRW_RENDERTARGET_CLAMPRANGE_FORMAT;
306 blend->blend1.write_disable_r = false;
307 blend->blend1.write_disable_g = false;
308 blend->blend1.write_disable_b = false;
309 blend->blend1.write_disable_a = false
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen6_blorp.cpp 295 struct gen6_blend_state *blend = (struct gen6_blend_state *) local
300 memset(blend, 0, sizeof(*blend));
302 blend->blend1.pre_blend_clamp_enable = 1;
303 blend->blend1.post_blend_clamp_enable = 1;
304 blend->blend1.clamp_range = BRW_RENDERTARGET_CLAMPRANGE_FORMAT;
306 blend->blend1.write_disable_r = false;
307 blend->blend1.write_disable_g = false;
308 blend->blend1.write_disable_b = false;
309 blend->blend1.write_disable_a = false
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
graw_util.h 153 struct pipe_blend_state blend; local
155 memset(&blend, 0, sizeof blend);
156 blend.rt[0].colormask = PIPE_MASK_RGBA;
157 handle = info->ctx->create_blend_state(info->ctx, &blend);
quad-sample.c 359 struct pipe_blend_state blend; local
361 memset(&blend, 0, sizeof blend);
362 blend.rt[0].colormask = PIPE_MASK_RGBA;
363 handle = ctx->create_blend_state(ctx, &blend);
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/trivial/
quad-tex.c 70 struct pipe_blend_state blend; member in struct:program
195 memset(&p->blend, 0, sizeof(p->blend));
196 p->blend.rt[0].colormask = PIPE_MASK_RGBA;
316 cso_set_blend(p->cso, &p->blend);
  /external/mesa3d/src/gallium/tests/graw/
graw_util.h 153 struct pipe_blend_state blend; local
155 memset(&blend, 0, sizeof blend);
156 blend.rt[0].colormask = PIPE_MASK_RGBA;
157 handle = info->ctx->create_blend_state(info->ctx, &blend);
quad-sample.c 359 struct pipe_blend_state blend; local
361 memset(&blend, 0, sizeof blend);
362 blend.rt[0].colormask = PIPE_MASK_RGBA;
363 handle = ctx->create_blend_state(ctx, &blend);
  /external/mesa3d/src/gallium/tests/trivial/
quad-tex.c 70 struct pipe_blend_state blend; member in struct:program
195 memset(&p->blend, 0, sizeof(p->blend));
196 p->blend.rt[0].colormask = PIPE_MASK_RGBA;
316 cso_set_blend(p->cso, &p->blend);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
xa_renderer.c 410 struct pipe_blend_state blend; local
412 memset(&blend, 0, sizeof(blend));
413 blend.rt[0].rgb_src_factor = PIPE_BLENDFACTOR_ONE;
414 blend.rt[0].alpha_src_factor = PIPE_BLENDFACTOR_ONE;
415 blend.rt[0].rgb_dst_factor = PIPE_BLENDFACTOR_ZERO;
416 blend.rt[0].alpha_dst_factor = PIPE_BLENDFACTOR_ZERO;
417 blend.rt[0].colormask = PIPE_MASK_RGBA;
418 cso_set_blend(r->cso, &blend);
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_renderer.c 410 struct pipe_blend_state blend; local
412 memset(&blend, 0, sizeof(blend));
413 blend.rt[0].rgb_src_factor = PIPE_BLENDFACTOR_ONE;
414 blend.rt[0].alpha_src_factor = PIPE_BLENDFACTOR_ONE;
415 blend.rt[0].rgb_dst_factor = PIPE_BLENDFACTOR_ZERO;
416 blend.rt[0].alpha_dst_factor = PIPE_BLENDFACTOR_ZERO;
417 blend.rt[0].colormask = PIPE_MASK_RGBA;
418 cso_set_blend(r->cso, &blend);
  /system/core/libpixelflinger/
pixelflinger.cpp 305 c->state.blend.src = src;
306 c->state.blend.src_alpha = src;
307 c->state.blend.dst = dst;
308 c->state.blend.dst_alpha = dst;
309 c->state.blend.alpha_separate = 0;
320 c->state.blend.src = src;
321 c->state.blend.src_alpha = srcAlpha;
322 c->state.blend.dst = dst;
323 c->state.blend.dst_alpha = dstAplha;
324 c->state.blend.alpha_separate = 1
    [all...]
  /frameworks/native/opengl/tests/hwc/
hwcRects.cpp 41 * blend: none | premult | coverage
53 * RGBA8888 [100, 150, 300, 400] blend: coverage \
147 blend(defaultBlend), color(defaultColor),
154 int32_t blend; member in class:Rectangle
321 layer->blending = it->blend;
440 } else if (attrName == "blend:") { // Blend
445 rect.blend = HWC_BLENDING_NONE;
447 rect.blend = HWC_BLENDING_PREMULT;
449 rect.blend = HWC_BLENDING_COVERAGE
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_state_fs.c 686 * \param rt the render target index (to index blend, colormask state)
695 const struct pipe_blend_state *blend,
726 /* load constant blend color and colors from the dest color buffer */
737 /* do blend */
738 lp_build_blend_soa(gallivm, blend, type, rt, src, dst, con, res);
742 if(blend->rt[rt].colormask & (1 << chan)) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/
Length.cpp 174 OwnPtr<CalcExpressionNode> blend = adoptPtr(new CalcExpressionBlendLength(from, *this, progress));
175 return Length(CalculationValue::create(blend.release(), CalculationRangeAll));
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_state_dynamic.c 96 modes4 |= i915->blend->modes4;
167 unsigned iab = i915->blend->iab;

Completed in 3428 milliseconds

1 2 3 4 5 6 78 91011>>