Home | History | Annotate | Download | only in renderscript

Lines Matching defs:DepthFunc

42     * buffer. DepthFunc is only valid when depth buffer is present
45 public enum DepthFunc {
83 DepthFunc(int id) {
138 DepthFunc mDepthFunc;
156 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) {