Searched refs:webAttributes (Results 1 – 1 of 1) sorted by relevance
251 blink::WebGraphicsContext3D::Attributes webAttributes; in create() local252 webAttributes.alpha = attrs.alpha; in create()253 webAttributes.depth = attrs.depth; in create()254 webAttributes.stencil = attrs.stencil; in create()255 webAttributes.antialias = attrs.antialias; in create()256 webAttributes.premultipliedAlpha = attrs.premultipliedAlpha; in create()257 webAttributes.noExtensions = attrs.noExtensions; in create()258 webAttributes.shareResources = attrs.shareResources; in create()259 webAttributes.preferDiscreteGPU = attrs.preferDiscreteGPU; in create()260 webAttributes.failIfMajorPerformanceCaveat = attrs.failIfMajorPerformanceCaveat; in create()[all …]