Home
last modified time | relevance | path

Searched defs:isDepth (Results 1 – 2 of 2) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/texture/
DImage.java261 private boolean isDepth; field in Image.Format
274 private Format(int bpp, boolean isDepth, boolean isCompressed, boolean isFP){ in Format()
/external/chromium_org/third_party/angle/src/libGLESv2/
DTexture.cpp688 bool Texture2D::isDepth(GLint level) const in isDepth() function in gl::Texture2D