OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_mailbox
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
Canvas2DLayerBridge.cpp
107
if (mailboxInfo->
m_mailbox
.syncPoint) {
108
context()->waitSyncPoint(mailboxInfo->
m_mailbox
.syncPoint);
109
mailboxInfo->
m_mailbox
.syncPoint = 0;
285
if (mailboxInfo->
m_mailbox
.syncPoint) {
286
context()->waitSyncPoint(mailboxInfo->
m_mailbox
.syncPoint);
287
mailboxInfo->
m_mailbox
.syncPoint = 0;
309
ASSERT(mailboxInfo->
m_mailbox
.syncPoint == 0);
318
context()->produceTextureCHROMIUM(GL_TEXTURE_2D, mailboxInfo->
m_mailbox
.name);
320
mailboxInfo->
m_mailbox
.syncPoint = context()->insertSyncPoint();
330
*outMailbox = mailboxInfo->
m_mailbox
;
[
all
...]
Canvas2DLayerBridge.h
112
blink::WebExternalTextureMailbox
m_mailbox
;
member in struct:WebCore::Canvas2DLayerBridge::MailboxInfo
/external/chromium_org/third_party/WebKit/Source/testing/runner/
TestPlugin.h
141
blink::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 907 milliseconds