HomeSort by relevance Sort by last modified time
    Searched refs:Blend (Results 76 - 86 of 86) sorted by null

1 2 34

  /external/chromium_org/cc/animation/
keyframed_animation_curve.cc 303 return (*keyframes)[i+1]->Value().Blend((*keyframes)[i]->Value(), progress);
transform_operations.cc 39 gfx::Transform TransformOperations::Blend(const TransformOperations& from,
  /external/chromium_org/cc/output/
filter_operation.cc 201 FilterOperation FilterOperation::Blend(const FilterOperation* from,
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
ImageProcessingActivity.java 91 INTRINSICS_BLEND ("Intrinsics Blend"),
330 mTest = new Blend();
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
ImageProcessingActivity2.java 90 INTRINSICS_BLEND ("Intrinsics Blend"),
290 mTest = new Blend();
  /external/chromium_org/ui/compositor/
layer_animation_element_unittest.cc 428 target_transform.Blend(start_transform,
  /external/chromium_org/ui/gfx/
transform.cc 482 bool Transform::Blend(const Transform& from, double progress) {
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
context.c 86 #include "blend.h"
    [all...]
mtypes.h 752 GLbitfield BlendEnabled; /**< Per-buffer blend enable flags */
763 GLenum SrcRGB; /**< RGB blend source term */
764 GLenum DstRGB; /**< RGB blend dest term */
765 GLenum SrcA; /**< Alpha blend source term */
766 GLenum DstA; /**< Alpha blend dest term */
770 * Set if any blend factor uses SRC1. Computed at the time blend factors
774 } Blend[MAX_DRAW_BUFFERS];
775 /** Are the blend func terms currently different for each buffer/target? */
777 /** Are the blend equations currently different for each buffer/target? *
    [all...]
  /external/mesa3d/src/mesa/main/
context.c 86 #include "blend.h"
    [all...]
mtypes.h 752 GLbitfield BlendEnabled; /**< Per-buffer blend enable flags */
763 GLenum SrcRGB; /**< RGB blend source term */
764 GLenum DstRGB; /**< RGB blend dest term */
765 GLenum SrcA; /**< Alpha blend source term */
766 GLenum DstA; /**< Alpha blend dest term */
770 * Set if any blend factor uses SRC1. Computed at the time blend factors
774 } Blend[MAX_DRAW_BUFFERS];
775 /** Are the blend func terms currently different for each buffer/target? */
777 /** Are the blend equations currently different for each buffer/target? *
    [all...]

Completed in 1811 milliseconds

1 2 34