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

  /external/webkit/Source/WebCore/platform/graphics/chromium/cc/
CCHeadsUpDisplay.h 76 OwnPtr<LayerTexture> m_hudTexture;
CCHeadsUpDisplay.cpp 81 if (!m_hudTexture)
82 m_hudTexture = LayerTexture::create(context, m_layerRenderer->textureManager());
94 m_hudTexture->reserve(hudSize, GraphicsContext3D::RGBA);
108 m_hudTexture->bindTexture();
116 m_hudTexture->bindTexture();

Completed in 32 milliseconds