Searched refs:attachmentHeight (Results 1 – 1 of 1) sorted by relevance
2174 int attachmentHeight = 0; in checkFramebufferStatus() local2231 attachmentHeight = level.getHeight(); in checkFramebufferStatus()2240 attachmentHeight = renderbuffer->getHeight(); in checkFramebufferStatus()2249 if (!hasAttachment && attachmentWidth > 0 && attachmentHeight > 0) in checkFramebufferStatus()2252 height = attachmentHeight; in checkFramebufferStatus()2255 else if (attachmentWidth != width || attachmentHeight != height) in checkFramebufferStatus()