Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/libGLESv2/
DvalidationES.cpp523 gl::FramebufferAttachment *readColorBuffer = readFramebuffer->getReadColorbuffer(); in ValidateBlitFramebufferParameters() local
526 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()