Searched refs:IsPartialBlit (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/third_party/angle/src/libGLESv2/ |
D | validationES.cpp | 421 static bool IsPartialBlit(gl::Context *context, gl::FramebufferAttachment *readBuffer, gl::Framebuf… in IsPartialBlit() function 604 … if (readFramebuffer->getSamples() != 0 && IsPartialBlit(context, readColorBuffer, drawColorBuffer, in ValidateBlitFramebufferParameters() 636 if (IsPartialBlit(context, readDepthBuffer, drawDepthBuffer, in ValidateBlitFramebufferParameters() 674 if (IsPartialBlit(context, readStencilBuffer, drawStencilBuffer, in ValidateBlitFramebufferParameters()
|