Home | History | Annotate | Download | only in simplereference

Lines Matching refs:isDepth

3259 		bool	isDepth			= attachments[attNdx] == (isFboBound ? GL_DEPTH_ATTACHMENT		: GL_DEPTH);
3263 RC_IF_ERROR(!isColor && !isDepth && !isStencil && !isDepthStencil, GL_INVALID_VALUE, RC_RET_VOID);
3266 if (isDepth || isDepthStencil) discardBuffers[1] = true;
3276 bool isDepth = ndx == 1;
3279 isDepth ? getDrawDepthbuffer() :
3297 if (isDepth)
3309 else if (isDepth)