Searched refs:bufferMailbox (Results 1 – 1 of 1) sorted by relevance
456 RefPtr<MailboxInfo> bufferMailbox = adoptRef(new MailboxInfo()); in copyToPlatformTexture() local457 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() local521 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 …]