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

  /external/deqp/modules/gles31/functional/
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...]
es31fTextureGatherTests.cpp 107 static inline bool isDepthFormat (const tcu::TextureFormat& fmt)
344 if (isDepthFormat(dst.getFormat()))
839 if (isDepthFormat(format))
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/texture/
Image.java 290 public boolean isDepthFormat(){

Completed in 604 milliseconds