to top
Android APIs
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

Enum Values
ProgramStore.BlendDstFunc  DST_ALPHA   
ProgramStore.BlendDstFunc  ONE   
ProgramStore.BlendDstFunc  ONE_MINUS_DST_ALPHA   
ProgramStore.BlendDstFunc  ONE_MINUS_SRC_ALPHA   
ProgramStore.BlendDstFunc  ONE_MINUS_SRC_COLOR   
ProgramStore.BlendDstFunc  SRC_ALPHA   
ProgramStore.BlendDstFunc  SRC_COLOR   
ProgramStore.BlendDstFunc  ZERO   
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

Enum Values

public static final ProgramStore.BlendDstFunc DST_ALPHA

public static final ProgramStore.BlendDstFunc ONE

public static final ProgramStore.BlendDstFunc ONE_MINUS_DST_ALPHA

public static final ProgramStore.BlendDstFunc ONE_MINUS_SRC_ALPHA

public static final ProgramStore.BlendDstFunc ONE_MINUS_SRC_COLOR

public static final ProgramStore.BlendDstFunc SRC_ALPHA

public static final ProgramStore.BlendDstFunc SRC_COLOR

public static final ProgramStore.BlendDstFunc ZERO

Public Methods

public static ProgramStore.BlendDstFunc valueOf (String name)

Added in API level 11

public static final BlendDstFunc[] values ()

Added in API level 11