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

/frameworks/base/graphics/java/android/renderscript/
H A DProgramStore.java43 * buffer. DepthFunc is only valid when depth buffer is present
46 public enum DepthFunc { enum in class:ProgramStore
84 DepthFunc(int id) { method in class:ProgramStore.DepthFunc
139 DepthFunc mDepthFunc;
158 public DepthFunc getDepthFunc() {
241 builder.setDepthFunc(ProgramStore.DepthFunc.LESS);
262 builder.setDepthFunc(ProgramStore.DepthFunc.ALWAYS);
286 builder.setDepthFunc(ProgramStore.DepthFunc.LESS);
308 builder.setDepthFunc(ProgramStore.DepthFunc.ALWAYS);
324 DepthFunc mDepthFun
[all...]

Completed in 60 milliseconds