Searched refs:isDepthFormat (Results 1 - 6 of 6) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/texture/
H A DFrameBuffer.java206 if (!format.isDepthFormat())
224 if (format.isDepthFormat())
240 if (depth && !img.getFormat().isDepthFormat())
242 else if (!depth && img.getFormat().isDepthFormat())
H A DTexture2D.java63 if (img.getFormat().isDepthFormat()){
H A DTexture3D.java63 if (img.getFormat().isDepthFormat()) {
H A DImage.java290 public boolean isDepthFormat(){ method in class:Image.Format
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/
H A DCaps.java293 if (!depthFmt.isDepthFormat()){
303 if (colorFmt.isDepthFormat())
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
H A DLwjglRenderer.java1817 if (img.getFormat().isDepthFormat()) {

Completed in 132 milliseconds