Searched refs:lostResource (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
H A DWebExternalTextureLayerClient.h48 virtual void mailboxReleased(const WebExternalTextureMailbox&, bool lostResource) = 0;
/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.
H A DCanvas2DLayerBridge.h60 virtual void mailboxReleased(const WebExternalTextureMailbox&, bool lostResource) OVERRIDE;
H A DCanvas2DLayerBridge.cpp491 void Canvas2DLayerBridge::mailboxReleased(const WebExternalTextureMailbox& mailbox, bool lostResource)
508 } else if (lostResource) {
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
H A DDrawingBuffer.h155 virtual void mailboxReleased(const WebExternalTextureMailbox&, bool lostResource = false) OVERRIDE;
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 939 milliseconds