Home | History | Annotate | Download | only in simplereference

Lines Matching refs:isDepth

3298 		bool	isDepth			= attachments[attNdx] == (isFboBound ? GL_DEPTH_ATTACHMENT		: GL_DEPTH);
3302 RC_IF_ERROR(!isColor && !isDepth && !isStencil && !isDepthStencil, GL_INVALID_VALUE, RC_RET_VOID);
3305 if (isDepth
3315 bool isDepth = ndx == 1;
3318 isDepth ? getDepthMultisampleAccess(getDrawDepthbuffer()) :
3329 else if (isDepth)