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

  /external/webkit/Source/WebCore/platform/graphics/chromium/
WebGLLayerChromium.h 64 bool m_textureUpdated;
WebGLLayerChromium.cpp 50 , m_textureUpdated(false)
78 if (m_contentsDirty && m_textureUpdated) {
85 m_textureUpdated = false;
91 m_textureUpdated = true;
108 m_textureUpdated = true;

Completed in 2797 milliseconds