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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
Canvas2DLayerBridge.cpp 240 if (mailboxInfo->m_mailbox.syncPoint) {
241 context()->waitSyncPoint(mailboxInfo->m_mailbox.syncPoint);
242 mailboxInfo->m_mailbox.syncPoint = 0;
264 ASSERT(mailboxInfo->m_mailbox.syncPoint == 0);
273 context()->produceTextureCHROMIUM(GraphicsContext3D::TEXTURE_2D, mailboxInfo->m_mailbox.name);
275 mailboxInfo->m_mailbox.syncPoint = context()->insertSyncPoint();
281 *outMailbox = mailboxInfo->m_mailbox;
296 context()->genMailboxCHROMIUM(mailboxInfo->m_mailbox.name);
312 if (!memcmp(mailboxInfo->m_mailbox.name, mailbox.name, sizeof(mailbox.name))) {
313 mailboxInfo->m_mailbox.syncPoint = mailbox.syncPoint
    [all...]
Canvas2DLayerBridge.h 108 WebKit::WebExternalTextureMailbox m_mailbox; member in struct:WebCore::Canvas2DLayerBridge::MailboxInfo
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
TestPlugin.h 140 WebKit::WebExternalTextureMailbox m_mailbox; member in class:WebTestRunner::TestPlugin
TestPlugin.cpp 271 m_context->genMailboxCHROMIUM(m_mailbox.name);
272 m_context->produceTextureCHROMIUM(GL_TEXTURE_2D, m_mailbox.name);
283 *mailbox = m_mailbox;

Completed in 106 milliseconds