public static final enum

ProgramStore.DepthFunc

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

Class Overview

Specifies the function used to determine whether a fragment will be drawn during the depth testing stage in the rendering pipeline by comparing its value with that already in the depth buffer. DepthFunc is only valid when depth buffer is present and depth testing is enabled

Summary

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

Public Methods

public static ProgramStore.DepthFunc valueOf (String name)

Since: API Level 11

public static final DepthFunc[] values ()

Since: API Level 11