Home
last modified time | relevance | path

Searched refs:depthBufferFormat (Results 1 – 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/post/
DFilter.java97 …derer renderer, int width, int height, Format textureFormat, Format depthBufferFormat, int numSamp… in init() argument
102 renderFrameBuffer.setDepthBuffer(depthBufferFormat); in init()
104 depthTexture = new Texture2D(width, height, numSamples, depthBufferFormat); in init()
110 renderFrameBuffer.setDepthBuffer(depthBufferFormat); in init()
112 depthTexture = new Texture2D(width, height, depthBufferFormat); in init()
130 …id init(Renderer renderer, int width, int height, Format textureFormat, Format depthBufferFormat) { in init() argument
131 init(renderer, width, height, textureFormat, depthBufferFormat, 1); in init()
134 …derer renderer, int width, int height, Format textureFormat, Format depthBufferFormat, int numSamp… in init() argument
135 init(renderer, width, height, textureFormat, depthBufferFormat, numSamples, false); in init()
148 …derer renderer, int width, int height, Format textureFormat, Format depthBufferFormat, int numSamp… in init() argument
[all …]