Searched refs:readColorBuffer (Results 1 – 1 of 1) sorted by relevance
523 gl::FramebufferAttachment *readColorBuffer = readFramebuffer->getReadColorbuffer(); in ValidateBlitFramebufferParameters() local526 if (readColorBuffer && drawColorBuffer) in ValidateBlitFramebufferParameters()528 GLenum readInternalFormat = readColorBuffer->getActualFormat(); in ValidateBlitFramebufferParameters()561 …if (readColorBuffer->getSamples() > 0 && (readInternalFormat != drawInternalFormat || !sameBounds)) in ValidateBlitFramebufferParameters()597 if (attachment->getActualFormat() != readColorBuffer->getActualFormat()) in ValidateBlitFramebufferParameters()604 … if (readFramebuffer->getSamples() != 0 && IsPartialBlit(context, readColorBuffer, drawColorBuffer, in ValidateBlitFramebufferParameters()