Home | History | Annotate | Download | only in texture

Lines Matching refs:depthBuf

81     private RenderBuffer depthBuf = null;
192 this.depthBuf = src.depthBuf.createDestructableClone();
209 depthBuf = new RenderBuffer();
210 depthBuf.slot = -100; // -100 == special slot for DEPTH_BUFFER
211 depthBuf.format = format;
361 depthBuf = new RenderBuffer();
362 depthBuf.slot = -100; // indicates GL_DEPTH_ATTACHMENT
363 depthBuf.tex = tex;
364 depthBuf.format = img.getFormat();
398 return depthBuf;
429 if (depthBuf != null)
430 sb.append("Depth => ").append(depthBuf).append("\n");
446 if (depthBuf != null)
447 depthBuf.resetObject();