Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DFramebuffer.cpp1222 bool hasAttachments = false; in checkStatusWithGLFrontEnd() local
1289 if (!hasAttachments) in checkStatusWithGLFrontEnd()
1296 hasAttachments = true; in checkStatusWithGLFrontEnd()
1361 if (!hasAttachments) in checkStatusWithGLFrontEnd()
1364 hasAttachments = true; in checkStatusWithGLFrontEnd()
1416 if (!hasAttachments) in checkStatusWithGLFrontEnd()
1418 hasAttachments = true; in checkStatusWithGLFrontEnd()
1494 if (!hasAttachments && (defaultWidth == 0 || defaultHeight == 0)) in checkStatusWithGLFrontEnd()