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

/frameworks/base/rs/java/android/renderscript/
H A DProgramStore.java40 * buffer. DepthFunc is only valid when depth buffer is present
43 public enum DepthFunc { enum in class:ProgramStore
81 DepthFunc(int id) { method in class:ProgramStore.DepthFunc
136 DepthFunc mDepthFunc;
155 public DepthFunc getDepthFunc() {
238 builder.setDepthFunc(ProgramStore.DepthFunc.LESS);
259 builder.setDepthFunc(ProgramStore.DepthFunc.ALWAYS);
283 builder.setDepthFunc(ProgramStore.DepthFunc.LESS);
305 builder.setDepthFunc(ProgramStore.DepthFunc.ALWAYS);
321 DepthFunc mDepthFun
[all...]

Completed in 7 milliseconds