Searched refs:isDepth (Results 1 – 3 of 3) sorted by relevance
261 private boolean isDepth; field in Image.Format274 private Format(int bpp, boolean isDepth, boolean isCompressed, boolean isFP){ in Format() argument276 this.isDepth = isDepth; in Format()291 return isDepth; in isDepthFormat()
471 const bool isDepth = isDepthFormat(format, mode); in isCoreFilterableFormat() local477 if (isStencil || isDepth) in isCoreFilterableFormat()1513 const bool isDepth = isDepthFormat(m_texFormat, m_sampleMode); in init() local1518 if (isDepth || isFloat) in init()
3298 bool isDepth = attachments[attNdx] == (isFboBound ? GL_DEPTH_ATTACHMENT : GL_DEPTH); in invalidateSubFramebuffer() local3302 RC_IF_ERROR(!isColor && !isDepth && !isStencil && !isDepthStencil, GL_INVALID_VALUE, RC_RET_VOID); in invalidateSubFramebuffer()3305 if (isDepth || isDepthStencil) discardBuffers[1] = true; in invalidateSubFramebuffer()3315 bool isDepth = ndx == 1; in invalidateSubFramebuffer() local3318 isDepth ? getDepthMultisampleAccess(getDrawDepthbuffer()) : in invalidateSubFramebuffer()3329 else if (isDepth) in invalidateSubFramebuffer()