Lines Matching refs:isLayered
89 if (!attachment.isLayered()) in CheckAttachmentCompleteness()
1223 Optional<bool> isLayered; in checkStatusWithGLFrontEnd() local
1283 isLayered = colorAttachment.isLayered(); in checkStatusWithGLFrontEnd()
1284 if (isLayered.value()) in checkStatusWithGLFrontEnd()
1296 ASSERT(isLayered.valid()); in checkStatusWithGLFrontEnd()
1297 if (isLayered.value() != colorAttachment.isLayered()) in checkStatusWithGLFrontEnd()
1303 else if (isLayered.value()) in checkStatusWithGLFrontEnd()
1355 isLayered = depthAttachment.isLayered(); in checkStatusWithGLFrontEnd()
1363 ASSERT(isLayered.valid()); in checkStatusWithGLFrontEnd()
1364 if (isLayered.value() != depthAttachment.isLayered()) in checkStatusWithGLFrontEnd()
1418 ASSERT(isLayered.valid()); in checkStatusWithGLFrontEnd()
1419 if (isLayered.value() != stencilAttachment.isLayered()) in checkStatusWithGLFrontEnd()