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

  /external/chromium_org/third_party/WebKit/public/platform/
WebGraphicsContext3D.h 48 typedef signed char WGC3Dbyte;
417 virtual void genMailboxCHROMIUM(WGC3Dbyte* mailbox) { }
418 virtual void produceTextureCHROMIUM(WGC3Denum target, const WGC3Dbyte* mailbox) { }
419 virtual void produceTextureDirectCHROMIUM(WebGLId texture, WGC3Denum target, const WGC3Dbyte* mailbox) { }
421 virtual void consumeTextureCHROMIUM(WGC3Denum target, const WGC3Dbyte* mailbox) { }
422 virtual WebGLId createAndConsumeTextureCHROMIUM(WGC3Denum target, const WGC3Dbyte* mailbox) { return 0; }
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_impl.h 28 using blink::WGC3Dbyte;
481 virtual void genMailboxCHROMIUM(WGC3Dbyte* mailbox);
483 const WGC3Dbyte* mailbox);
485 const WGC3Dbyte* mailbox);
487 const WGC3Dbyte* mailbox);
489 const WGC3Dbyte* mailbox);
webgraphicscontext3d_impl.cc 838 DELEGATE_TO_GL_1(genMailboxCHROMIUM, GenMailboxCHROMIUM, WGC3Dbyte*)
840 WGC3Denum, const WGC3Dbyte*)
842 WebGLId, WGC3Denum, const WGC3Dbyte*)
844 WGC3Denum, const WGC3Dbyte*)
847 WGC3Denum, const WGC3Dbyte*, WebGLId)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DrawingBufferTest.cpp 82 virtual void genMailboxCHROMIUM(WGC3Dbyte* mailbox)
89 virtual void produceTextureDirectCHROMIUM(WebGLId texture, WGC3Denum target, const WGC3Dbyte* mailbox)
161 WGC3Dbyte m_currentMailboxByte;

Completed in 118 milliseconds