Searched refs:isDepthFormat (Results 1 – 6 of 6) sorted by relevance
206 if (!format.isDepthFormat()) in setDepthBuffer()224 if (format.isDepthFormat()) in setColorBuffer()240 if (depth && !img.getFormat().isDepthFormat()) in checkSetTexture()242 else if (!depth && img.getFormat().isDepthFormat()) in checkSetTexture()
63 if (img.getFormat().isDepthFormat()){ in Texture2D()
63 if (img.getFormat().isDepthFormat()) { in Texture3D()
290 public boolean isDepthFormat(){ in isDepthFormat() method in Image.Format
293 if (!depthFmt.isDepthFormat()){ in supports()303 if (colorFmt.isDepthFormat()) in supports()
1817 if (img.getFormat().isDepthFormat()) { in updateTexImageData()