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

  /external/jmonkeyengine/engine/src/core/com/jme3/texture/
Image.java 261 private boolean isDepth;
274 private Format(int bpp, boolean isDepth, boolean isCompressed, boolean isFP){
276 this.isDepth = isDepth;
291 return isDepth;
  /external/deqp/modules/gles31/functional/
es31fTextureBorderClampTests.cpp 471 const bool isDepth = isDepthFormat(format, mode);
477 if (isStencil || isDepth)
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp     [all...]

Completed in 185 milliseconds