HomeSort by relevance Sort by last modified time
    Searched refs:m_contentsTexture (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/chromium/
RenderSurfaceChromium.cpp 56 if (!m_contentsTexture)
61 m_contentsTexture.clear();
86 if (!m_contentsTexture)
87 m_contentsTexture = LayerTexture::create(layerRenderer()->context(), textureManager);
89 if (m_contentsTexture->isReserved())
92 if (!m_contentsTexture->reserve(requiredSize, GraphicsContext3D::RGBA)) {
117 m_contentsTexture->bindTexture();
130 m_contentsTexture->bindTexture();
143 if (m_skipsDraw || !m_contentsTexture)
RenderSurfaceChromium.h 81 OwnPtr<LayerTexture> m_contentsTexture;
LayerRendererChromium.cpp     [all...]

Completed in 210 milliseconds