Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp2173 int attachmentWidth = 0; in checkFramebufferStatus() local
2230 attachmentWidth = level.getWidth(); in checkFramebufferStatus()
2239 attachmentWidth = renderbuffer->getWidth(); in checkFramebufferStatus()
2249 if (!hasAttachment && attachmentWidth > 0 && attachmentHeight > 0) in checkFramebufferStatus()
2251 width = attachmentWidth; in checkFramebufferStatus()
2255 else if (attachmentWidth != width || attachmentHeight != height) in checkFramebufferStatus()