Home | History | Annotate | Download | only in gl

Lines Matching full:blit

2072     // If the src is a texture, we can implement the blit as a draw assuming the config is
2083 // Not supported for FBO blit or CopyTexSubImage
2087 // We look for opportunities to use CopyTexSubImage, or fbo blit. If neither are
2089 // texture. This code prefers CopyTexSubImage to fbo blit and avoids triggering temporary fbo
2098 // glCopyTexSubImage2D doesn't work with this config. If the bgra can be used with fbo blit
2110 // It's illegal to call CopyTexSubImage2D on a MSAA renderbuffer. Set up for FBO blit or