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

  /external/webkit/Source/WebCore/html/canvas/
WebGLRenderingContext.cpp 331 // Timer is started when m_contextLost is false. It will first call
332 // onLostContext, which will set m_contextLost to true. Then it will keep
333 // calling restoreContext and reschedule itself until m_contextLost is back
335 if (!m_context->m_contextLost) {
345 if (m_context->m_contextLost)
386 , m_contextLost(false)
396 ASSERT(!m_contextLost);
    [all...]
WebGLRenderingContext.h 445 bool m_contextLost;

Completed in 92 milliseconds