Home
last modified time | relevance | path

Searched refs:bufferMailbox (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DDrawingBuffer.cpp456 RefPtr<MailboxInfo> bufferMailbox = adoptRef(new MailboxInfo()); in copyToPlatformTexture() local
457 m_context->genMailboxCHROMIUM(bufferMailbox->mailbox.name); in copyToPlatformTexture()
458 m_context->produceTextureDirectCHROMIUM(textureId, GL_TEXTURE_2D, bufferMailbox->mailbox.name); in copyToPlatformTexture()
461 bufferMailbox->mailbox.syncPoint = m_context->insertSyncPoint(); in copyToPlatformTexture()
466 context->waitSyncPoint(bufferMailbox->mailbox.syncPoint); in copyToPlatformTexture()
467 …urceTexture = context->createAndConsumeTextureCHROMIUM(GL_TEXTURE_2D, bufferMailbox->mailbox.name); in copyToPlatformTexture()
520 RefPtr<MailboxInfo> bufferMailbox = adoptRef(new MailboxInfo()); in paintCompositedResultsToCanvas() local
521 m_context->genMailboxCHROMIUM(bufferMailbox->mailbox.name); in paintCompositedResultsToCanvas()
523 m_context->produceTextureCHROMIUM(GL_TEXTURE_2D, bufferMailbox->mailbox.name); in paintCompositedResultsToCanvas()
526 bufferMailbox->mailbox.syncPoint = m_context->insertSyncPoint(); in paintCompositedResultsToCanvas()
[all …]