Home | History | Annotate | Download | only in renderer

Lines Matching refs:Attributes

664   WebKit::WebGraphicsContext3D::Attributes attributes;
665 attributes.antialias = false;
666 attributes.shareResources = true;
667 attributes.noAutomaticFlushes = true;
668 attributes.depth = false;
669 attributes.stencil = false;
671 attributes.stencil = true;
674 context = CreateGraphicsContext3D(attributes);
2510 const WebKit::WebGraphicsContext3D::Attributes& attributes) {
2524 attributes,