Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp2174 int attachmentHeight = 0; in checkFramebufferStatus() local
2231 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()