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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
Canvas2DLayerBridge.cpp 118 Vector<MailboxInfo>::iterator mailboxInfo;
119 for (mailboxInfo = m_mailboxes.begin(); mailboxInfo < m_mailboxes.end(); ++mailboxInfo) {
120 ASSERT(mailboxInfo->m_status != MailboxInUse);
121 ASSERT(mailboxInfo->m_status != MailboxReleased || m_contextProvider->context3d()->isContextLost() || !m_isSurfaceValid);
295 Canvas2DLayerBridge::MailboxInfo* Canvas2DLayerBridge::releasedMailboxInfo()
309 MailboxInfo* mailboxInfo = releasedMailboxInfo()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DrawingBuffer.cpp 242 RefPtr<MailboxInfo> frontColorBufferMailbox = recycledMailbox();
300 RefPtr<MailboxInfo> mailboxInfo = m_textureMailboxes[i];
301 if (nameEquals(mailboxInfo->mailbox, mailbox)) {
302 mailboxInfo->mailbox.syncPoint = mailbox.syncPoint;
303 ASSERT(mailboxInfo->m_parentDrawingBuffer.get() == this);
304 mailboxInfo->m_parentDrawingBuffer.clear();
305 m_recycledMailboxQueue.prepend(mailboxInfo->mailbox);
320 PassRefPtr<DrawingBuffer::MailboxInfo> DrawingBuffer::recycledMailbox()
323 return PassRefPtr<MailboxInfo>();
    [all...]

Completed in 1595 milliseconds