Searched defs:Blend (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/native_client_sdk/src/examples/demo/flock/
H A Dsprite.cc15 inline uint32_t Blend(uint32_t src1, uint32_t src2) { function in namespace:__anon8898
85 *dest_scanline++ = Blend(dst, src);
/external/chromium_org/cc/output/
H A Dfilter_operation.cc201 FilterOperation FilterOperation::Blend(const FilterOperation* from, function in class:cc::FilterOperation
H A Dfilter_operations.cc158 FilterOperations FilterOperations::Blend(const FilterOperations& from, function in class:cc::FilterOperations
184 FilterOperation::Blend(&from.at(i), &at(i), progress));
190 FilterOperation::Blend(&from.at(i), NULL, progress));
194 blended_filters.Append(FilterOperation::Blend(NULL, &at(i), progress));
/external/chromium_org/cc/animation/
H A Dtransform_operations.cc39 gfx::Transform TransformOperations::Blend(const TransformOperations& from, function in class:cc::TransformOperations
/external/chromium_org/ui/gfx/
H A Dtransform.cc482 bool Transform::Blend(const Transform& from, double progress) { function in class:gfx::Transform
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Di915_context.h220 GLuint Blend[I915_BLEND_SETUP_SIZE]; member in struct:i915_hw_state
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dattrib.c73 GLboolean Blend; member in struct:gl_enable_attrib
266 attr->Blend = ctx->Color.BlendEnabled;
500 if (ctx->Color.BlendEnabled != enable->Blend) {
504 _mesa_set_enablei(ctx, GL_BLEND, i, (enable->Blend >> i) & 1);
508 _mesa_set_enable(ctx, GL_BLEND, (enable->Blend & 1));
950 _mesa_BlendFuncSeparatei(buf, color->Blend[buf].SrcRGB,
951 color->Blend[buf].DstRGB,
952 color->Blend[buf].SrcA,
953 color->Blend[buf].DstA);
955 color->Blend[bu
[all...]
H A Dmtypes.h774 } Blend[MAX_DRAW_BUFFERS]; member in struct:gl_colorbuffer_attrib
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di915_context.h220 GLuint Blend[I915_BLEND_SETUP_SIZE]; member in struct:i915_hw_state
/external/mesa3d/src/mesa/main/
H A Dattrib.c73 GLboolean Blend; member in struct:gl_enable_attrib
266 attr->Blend = ctx->Color.BlendEnabled;
500 if (ctx->Color.BlendEnabled != enable->Blend) {
504 _mesa_set_enablei(ctx, GL_BLEND, i, (enable->Blend >> i) & 1);
508 _mesa_set_enable(ctx, GL_BLEND, (enable->Blend & 1));
950 _mesa_BlendFuncSeparatei(buf, color->Blend[buf].SrcRGB,
951 color->Blend[buf].DstRGB,
952 color->Blend[buf].SrcA,
953 color->Blend[buf].DstA);
955 color->Blend[bu
[all...]
H A Dmtypes.h774 } Blend[MAX_DRAW_BUFFERS]; member in struct:gl_colorbuffer_attrib
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
H A Driva_mmio.h256 U032 Blend; member in struct:__anon29575

Completed in 1287 milliseconds