public static final enum

ProgramStore.BlendDstFunc

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ android.renderscript.ProgramStore.BlendDstFunc

Class Overview

Specifies the functions used to combine incoming pixels with those already in the frame buffer. BlendDstFunc describes how the coefficient used to scale the pixels already in the framebuffer is computed during the blending operation

Summary

Public Methods
static ProgramStore.BlendDstFunc valueOf(String name)
final static BlendDstFunc[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Public Methods

public static ProgramStore.BlendDstFunc valueOf (String name)

Since: API Level 11

public static final BlendDstFunc[] values ()

Since: API Level 11