Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DDrawingBuffer.cpp359 m_context->genMailboxCHROMIUM(returnMailbox->mailbox.name); in createNewMailbox()
467 m_context->genMailboxCHROMIUM(bufferMailbox->mailbox.name); in copyToPlatformTexture()
528 m_context->genMailboxCHROMIUM(bufferMailbox->mailbox.name); in paintCompositedResultsToCanvas()
DDrawingBufferTest.cpp82 virtual void genMailboxCHROMIUM(WGC3Dbyte* mailbox) in genMailboxCHROMIUM() function in __anon48999fb60111::WebGraphicsContext3DForTests
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DCanvas2DLayerBridge.cpp479 context()->genMailboxCHROMIUM(mailboxInfo->m_mailbox.name); in createMailboxInfo()
DImageBuffer.cpp187 sharedContext->genMailboxCHROMIUM(mailbox->name); in copyToPlatformTexture()
/external/chromium_org/cc/test/
Dtest_gles2_interface.cc388 test_context_->genMailboxCHROMIUM(mailbox); in GenMailboxCHROMIUM()
Dtest_web_graphics_context_3d.h182 virtual void genMailboxCHROMIUM(GLbyte* mailbox);
Dtest_web_graphics_context_3d.cc430 void TestWebGraphicsContext3D::genMailboxCHROMIUM(GLbyte* mailbox) { in genMailboxCHROMIUM() function in cc::TestWebGraphicsContext3D
/external/chromium_org/content/shell/renderer/test_runner/
Dtest_plugin.cc287 context_->genMailboxCHROMIUM(mailbox.name); in updateGeometry()
/external/chromium_org/cc/resources/
Dresource_provider_unittest.cc254 virtual void genMailboxCHROMIUM(GLbyte* mailbox) OVERRIDE { in genMailboxCHROMIUM() function in cc::__anonaf8aa7c60111::ResourceProviderContext
464 child_context_->genMailboxCHROMIUM(gpu_mailbox.name); in CreateChildMailbox()
645 child_context_->genMailboxCHROMIUM(external_mailbox.name); in TEST_P()
1825 context()->genMailboxCHROMIUM(mailbox.name); in TEST_P()
2249 context()->genMailboxCHROMIUM(mailbox.name); in TEST_P()
/external/chromium_org/webkit/common/gpu/
Dwebgraphicscontext3d_impl.h481 virtual void genMailboxCHROMIUM(WGC3Dbyte* mailbox); in NON_EXPORTED_BASE()
Dwebgraphicscontext3d_impl.cc838 DELEGATE_TO_GL_1(genMailboxCHROMIUM, GenMailboxCHROMIUM, WGC3Dbyte*) in DELEGATE_TO_GL_1() argument
/external/chromium_org/third_party/WebKit/public/platform/
DWebGraphicsContext3D.h417 virtual void genMailboxCHROMIUM(WGC3Dbyte* mailbox) { } in genMailboxCHROMIUM() function
/external/chromium_org/content/common/gpu/client/
Dgl_helper_unittest.cc1356 context_->genMailboxCHROMIUM(mailbox.name); in TestYUVReadback()