Home | History | Annotate | Download | only in gl

Lines Matching full:msaa

952     // We fail if the MSAA was requested and is not available.
954 //GrPrintf("MSAA RT requested but not supported on this platform.");
981 //GrPrintf("MSAA RT requested but not supported on this platform.");
1193 // version on a GL that doesn't have an MSAA extension.
2151 // At least some ATI linux drivers will render GL_LINES incorrectly when MSAA state is enabled but
2173 // must disable msaa to use line smoothing
2188 // FIXME: GL_NV_pr doesn't seem to like MSAA disabled. The paths
2732 // ES3 doesn't allow framebuffer blits when the src has MSAA and the configs don't match
2759 // If dst is multisampled (and uses an extension where there is a separate MSAA renderbuffer)
2760 // then we don't want to copy to the texture but to the MSAA buffer.
2765 // If the src is multisampled (and uses an extension where there is a separate MSAA
2833 // It's illegal to call CopyTexSubImage2D on a MSAA renderbuffer.