Searched refs:DepthFunc (Results 1 - 2 of 2) 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...]
/frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/
H A DBallsRS.java88 builder.setDepthFunc(ProgramStore.DepthFunc.ALWAYS);

Completed in 21 milliseconds