Home | History | Annotate | Download | only in src

Lines Matching refs:renderStyle

937 PassRefPtr<GraphicsContext3D> GraphicsContext3D::create(GraphicsContext3D::Attributes attrs, HostWindow* hostWindow, GraphicsContext3D::RenderStyle renderStyle)
940 if (!internal->initialize(attrs, hostWindow, renderStyle == RenderDirectlyToHostWindow)) {
943 RefPtr<GraphicsContext3D> result = adoptRef(new GraphicsContext3D(attrs, hostWindow, renderStyle == RenderDirectlyToHostWindow));