Searched defs:depthTexture (Results 1 – 4 of 4) sorted by relevance
35 private Texture depthTexture; field in TranslucentBucketFilter76 protected void setDepthTexture(Texture depthTexture) { in setDepthTexture()
163 deUint32 depthTexture = 0; in render() local249 deUint32 depthTexture = 0; in render() local
85 protected Texture2D depthTexture; field in Filter.Pass285 protected void setDepthTexture(Texture depthTexture){ in setDepthTexture()
102 protected Texture2D depthTexture; field in SimpleWaterProcessor