Lines Matching refs:msaaSampleCount
331 bool SkOSWindow::attachGL(int msaaSampleCount, AttachmentInfo* info) {
334 fHGLRC = SkCreateWGLContext(dc, msaaSampleCount, false);
385 int msaaSampleCount,
425 if (msaaSampleCount) {
436 msaaConfigAttribList[kConfigAttribListCnt + 2] = msaaSampleCount;
476 bool SkOSWindow::attachANGLE(int msaaSampleCount, AttachmentInfo* info) {
479 msaaSampleCount,
537 bool SkOSWindow::attach(SkBackEndTypes attachType, int msaaSampleCount, AttachmentInfo* info) {
551 result = attachGL(msaaSampleCount, info);
555 result = attachANGLE(msaaSampleCount, info);