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

  /external/chromium_org/cc/test/
test_web_graphics_context_3d.h 102 virtual void genMailboxCHROMIUM(WebKit::WGC3Dbyte* mailbox);
104 const WebKit::WGC3Dbyte* mailbox) { }
106 const WebKit::WGC3Dbyte* mailbox) { }
test_web_graphics_context_3d.cc 372 void TestWebGraphicsContext3D::genMailboxCHROMIUM(WebKit::WGC3Dbyte* mailbox) {
  /external/chromium_org/third_party/WebKit/public/platform/
WebGraphicsContext3D.h 50 typedef signed char WGC3Dbyte;
448 virtual void genMailboxCHROMIUM(WGC3Dbyte* mailbox) { }
449 virtual void produceTextureCHROMIUM(WGC3Denum target, const WGC3Dbyte* mailbox) { }
450 virtual void consumeTextureCHROMIUM(WGC3Denum target, const WGC3Dbyte* mailbox) { }
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_in_process_command_buffer_impl.h 27 using WebKit::WGC3Dbyte;
505 virtual void genMailboxCHROMIUM(WGC3Dbyte* mailbox);
507 const WGC3Dbyte* mailbox);
509 const WGC3Dbyte* mailbox);
webgraphicscontext3d_in_process_command_buffer_impl.cc     [all...]
  /external/chromium_org/cc/resources/
resource_provider_unittest.cc 32 using WebKit::WGC3Dbyte;
78 void GenMailbox(WGC3Dbyte* mailbox) {
79 memset(mailbox, 0, sizeof(WGC3Dbyte[64]));
84 void ProduceTexture(const WGC3Dbyte* mailbox_name,
95 scoped_refptr<Texture> ConsumeTexture(const WGC3Dbyte* mailbox_name,
239 virtual void genMailboxCHROMIUM(WGC3Dbyte* mailbox) OVERRIDE {
244 const WGC3Dbyte* mailbox) OVERRIDE {
258 const WGC3Dbyte* mailbox) OVERRIDE {
326 WGC3Dbyte mailbox[64];
    [all...]
  /external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.h 36 using WebKit::WGC3Dbyte;
574 virtual void genMailboxCHROMIUM(WGC3Dbyte* mailbox);
576 const WGC3Dbyte* mailbox);
578 const WGC3Dbyte* mailbox);
webgraphicscontext3d_command_buffer_impl.cc     [all...]

Completed in 539 milliseconds