Lines Matching refs:isLayered
80 if (!attachment.isLayered()) in CheckAttachmentCompleteness()
1176 Optional<bool> isLayered; in checkStatusWithGLFrontEnd() local
1226 isLayered = colorAttachment.isLayered(); in checkStatusWithGLFrontEnd()
1227 if (isLayered.value()) in checkStatusWithGLFrontEnd()
1239 ASSERT(isLayered.valid()); in checkStatusWithGLFrontEnd()
1240 if (isLayered.value() != colorAttachment.isLayered()) in checkStatusWithGLFrontEnd()
1244 else if (isLayered.value()) in checkStatusWithGLFrontEnd()
1286 isLayered = depthAttachment.isLayered(); in checkStatusWithGLFrontEnd()
1294 ASSERT(isLayered.valid()); in checkStatusWithGLFrontEnd()
1295 if (isLayered.value() != depthAttachment.isLayered()) in checkStatusWithGLFrontEnd()
1339 ASSERT(isLayered.valid()); in checkStatusWithGLFrontEnd()
1340 if (isLayered.value() != stencilAttachment.isLayered()) in checkStatusWithGLFrontEnd()