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

  /external/chromium_org/third_party/WebKit/Source/web/tests/
DrawingBufferTest.cpp 80 virtual void genMailboxCHROMIUM(WGC3Dbyte* mailbox)
87 virtual void produceTextureCHROMIUM(WGC3Denum target, const WGC3Dbyte* mailbox)
101 WGC3Dbyte m_currentMailboxByte;
  /external/chromium_org/cc/test/
test_web_graphics_context_3d.h 116 virtual void genMailboxCHROMIUM(blink::WGC3Dbyte* mailbox);
118 const blink::WGC3Dbyte* mailbox) { }
120 const blink::WGC3Dbyte* mailbox) { }
test_web_graphics_context_3d.cc 396 void TestWebGraphicsContext3D::genMailboxCHROMIUM(blink::WGC3Dbyte* mailbox) {
  /external/chromium_org/third_party/WebKit/public/platform/
WebGraphicsContext3D.h 48 typedef signed char WGC3Dbyte;
432 virtual void genMailboxCHROMIUM(WGC3Dbyte* mailbox) { }
433 virtual void produceTextureCHROMIUM(WGC3Denum target, const WGC3Dbyte* mailbox) { }
434 virtual void consumeTextureCHROMIUM(WGC3Denum target, const WGC3Dbyte* mailbox) { }
  /external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.h 36 using blink::WGC3Dbyte;
561 virtual void genMailboxCHROMIUM(WGC3Dbyte* mailbox);
563 const WGC3Dbyte* mailbox);
565 const WGC3Dbyte* mailbox);
webgraphicscontext3d_command_buffer_impl.cc     [all...]
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_in_process_command_buffer_impl.h 28 using blink::WGC3Dbyte;
511 virtual void genMailboxCHROMIUM(WGC3Dbyte* mailbox);
513 const WGC3Dbyte* mailbox);
515 const WGC3Dbyte* mailbox);
webgraphicscontext3d_in_process_command_buffer_impl.cc     [all...]

Completed in 37 milliseconds