Home
last modified time | relevance | path

Searched refs:isDepthFormat (Results 1 – 10 of 10) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/texture/
DFrameBuffer.java206 if (!format.isDepthFormat()) in setDepthBuffer()
224 if (format.isDepthFormat()) in setColorBuffer()
240 if (depth && !img.getFormat().isDepthFormat()) in checkSetTexture()
242 else if (!depth && img.getFormat().isDepthFormat()) in checkSetTexture()
DTexture2D.java63 if (img.getFormat().isDepthFormat()){ in Texture2D()
DTexture3D.java63 if (img.getFormat().isDepthFormat()) { in Texture3D()
DImage.java290 public boolean isDepthFormat(){ in isDepthFormat() method in Image.Format
/external/deqp/modules/gles31/functional/
Des31fTextureGatherTests.cpp107 static inline bool isDepthFormat (const tcu::TextureFormat& fmt) in isDepthFormat() function
344 if (isDepthFormat(dst.getFormat())) in swizzlePixels()
839 if (isDepthFormat(format)) in getSamplerType()
1048 isDepthFormat(textureFormat) ? tcu::TextureFormat::UNORM_INT8 : textureFormat.type)) in TextureGatherCase()
1052 …DE_ASSERT((m_shadowCompareMode != tcu::Sampler::COMPAREMODE_NONE) == isDepthFormat(m_textureFormat… in TextureGatherCase()
1062 …DE_ASSERT(!((m_flags & GATHERCASE_MIPMAP_INCOMPLETE) && isDepthFormat(m_textureFormat))); // It's … in TextureGatherCase()
1165 if (isDepthFormat(textureFormat)) in genGatherFuncCall()
1220 const bool useNormalizedCoord = usePixCoord || isDepthFormat(textureFormat); in genProgramSources()
1222 const bool isShadow = isDepthFormat(textureFormat); in genProgramSources()
1284 if (isDepthFormat(m_textureFormat)) in init()
[all …]
Des31fTextureBorderClampTests.cpp93 bool isDepthFormat (deUint32 format, tcu::Sampler::DepthStencilMode mode) in isDepthFormat() function
288 …if (isDepthFormat(texFormat, tcu::Sampler::MODE_DEPTH) || isStencilFormat(texFormat, tcu::Sampler:… in genDummyTexture()
294 if (isDepthFormat(texFormat, tcu::Sampler::MODE_DEPTH)) in genDummyTexture()
471 const bool isDepth = isDepthFormat(format, mode); in isCoreFilterableFormat()
1270 if (!isDepthFormat(m_texFormat, m_sampleMode)) in genSamplerParams()
1513 const bool isDepth = isDepthFormat(m_texFormat, m_sampleMode); in init()
Des31fTextureLevelStateQueryTests.cpp270 static bool isDepthFormat (const tcu::TextureFormat& fmt) in isDepthFormat() function
355 if (target == GL_TEXTURE_3D && isDepthFormat(fmt)) in isLegalFormatForTarget()
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/
DCaps.java293 if (!depthFmt.isDepthFormat()){ in supports()
303 if (colorFmt.isDepthFormat()) in supports()
/external/deqp/modules/egl/
DteglImageFormatTests.cpp1164 bool isDepthFormat (GLenum format) in isDepthFormat() function
1223 if (isDepthFormat(createFormat) || isStencilFormat(createFormat)) in isCompatibleCreateAndRenderActions()
1230 if (isDepthFormat(createFormat) || isStencilFormat(createFormat)) in isCompatibleCreateAndRenderActions()
1238 if (!isDepthFormat(createFormat)) in isCompatibleCreateAndRenderActions()
1394 if (isDepthFormat(createFormat) || isStencilFormat(createFormat)) in isCompatibleCreateAndModifyActions()
1401 if (!isDepthFormat(createFormat)) in isCompatibleCreateAndModifyActions()
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
DLwjglRenderer.java1817 if (img.getFormat().isDepthFormat()) { in updateTexImageData()