Home | History | Annotate | Download | only in src

Lines Matching full:getcontextattributes

220     if (!m_impl->getContextAttributes().premultipliedAlpha) {
251 if (m_impl->getContextAttributes().premultipliedAlpha)
520 GraphicsContext3D::Attributes GraphicsContext3DInternal::getContextAttributes()
522 WebKit::WebGraphicsContext3D::Attributes webAttributes = m_impl->getContextAttributes();
1029 DELEGATE_TO_INTERNAL_R(getContextAttributes, GraphicsContext3D::Attributes)