Searched defs:lostResource (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DCanvas2DLayerBridgeTest.cpp189 bool lostResource = true; local
199 bridge->mailboxReleased(mailbox, lostResource);
215 rawBridge->mailboxReleased(mailbox, lostResource); // This should self-destruct the bridge.
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
H A DDrawingBuffer.cpp292 void DrawingBuffer::mailboxReleased(const WebExternalTextureMailbox& mailbox, bool lostResource) argument
294 if (m_destructionInProgress || m_context->isContextLost() || lostResource || m_isHidden) {

Completed in 85 milliseconds