HomeSort by relevance Sort by last modified time
    Searched refs:isDepth (Results 1 - 4 of 4) 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/chromium_org/third_party/angle_dx11/src/libGLESv2/
Texture.cpp 688 bool Texture2D::isDepth(GLint level) const
832 if (isDepth(0))
853 if (!isDepth(0))
    [all...]
Texture.h 149 bool isDepth(GLint level) const;
libGLESv2.cpp     [all...]

Completed in 3425 milliseconds