Home | History | Annotate | Download | only in renderscript

Lines Matching defs:DepthFunc

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