HomeSort by relevance Sort by last modified time
    Searched refs:isDepthFormat (Results 1 - 10 of 10) sorted by null

  /external/jmonkeyengine/engine/src/core/com/jme3/texture/
FrameBuffer.java 206 if (!format.isDepthFormat())
224 if (format.isDepthFormat())
240 if (depth && !img.getFormat().isDepthFormat())
242 else if (!depth && img.getFormat().isDepthFormat())
Texture2D.java 63 if (img.getFormat().isDepthFormat()){
Texture3D.java 63 if (img.getFormat().isDepthFormat()) {
Image.java 290 public boolean isDepthFormat(){
  /external/jmonkeyengine/engine/src/core/com/jme3/renderer/
Caps.java 293 if (!depthFmt.isDepthFormat()){
303 if (colorFmt.isDepthFormat())
  /external/deqp/modules/gles31/functional/
es31fTextureGatherTests.cpp 107 static inline bool isDepthFormat (const tcu::TextureFormat& fmt)
344 if (isDepthFormat(dst.getFormat()))
839 if (isDepthFormat(format))
    [all...]
es31fTextureBorderClampTests.cpp 93 bool isDepthFormat (deUint32 format, tcu::Sampler::DepthStencilMode mode)
288 if (isDepthFormat(texFormat, tcu::Sampler::MODE_DEPTH) || isStencilFormat(texFormat, tcu::Sampler::MODE_STENCIL))
294 if (isDepthFormat(texFormat, tcu::Sampler::MODE_DEPTH))
471 const bool isDepth = isDepthFormat(format, mode);
    [all...]
es31fTextureLevelStateQueryTests.cpp 265 static bool isDepthFormat (const tcu::TextureFormat& fmt)
350 if (target == GL_TEXTURE_3D && isDepthFormat(fmt))
    [all...]
  /external/deqp/modules/egl/
teglImageFormatTests.cpp     [all...]
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
LwjglRenderer.java     [all...]

Completed in 239 milliseconds