Home | History | Annotate | Download | only in chromium

Lines Matching refs:m_context

49     , m_context(0)
56 if (m_context && layerRenderer())
57 layerRenderer()->removeChildContext(m_context);
66 ASSERT(m_context);
82 m_context->prepareTexture();
83 m_context->markLayerComposited();
96 if (m_context != context && layerRenderer()) {
97 if (m_context)
98 layerRenderer()->removeChildContext(m_context);
103 m_context = const_cast<GraphicsContext3D*>(context);
105 unsigned int textureId = m_context->platformTexture();
111 m_premultipliedAlpha = m_context->getContextAttributes().premultipliedAlpha;
117 if (m_context) {
119 layerRenderer()->removeChildContext(m_context);
121 newLayerRenderer->addChildContext(m_context);