Home
last modified time | relevance | path

Searched refs:depthFmt (Results 1 – 2 of 2) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/renderer/
DCaps.java292 Format depthFmt = depthBuf.getFormat(); in supports() local
293 if (!depthFmt.isDepthFormat()){ in supports()
296 if (depthFmt == Format.Depth32F in supports()
/external/deqp/modules/gles2/functional/
Des2fFboCompletenessTests.cpp248 ImageFormat depthFmt; member
272 attachTargetToNew(GL_DEPTH_ATTACHMENT, comb.depthKind, comb.depthFmt, in tryCombination()
315 comb.depthFmt = *dep; in iterate()