Home | History | Annotate | Download | only in renderscript

Lines Matching refs:DepthFunc

40     * buffer. DepthFunc is only valid when depth buffer is present
43 public enum DepthFunc {
81 DepthFunc(int id) {
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 mDepthFunc;
333 mDepthFunc = DepthFunc.ALWAYS;
350 public Builder setDepthFunc(DepthFunc func) {