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

  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_provider_impl.cc 18 blink::WebGraphicsContext3D* WebGraphicsContext3DProviderImpl::context3d() { function in class:webkit::gpu::WebGraphicsContext3DProviderImpl
19 return provider_->Context3d();
  /external/chromium_org/cc/resources/
video_resource_updater_unittest.cc 21 scoped_ptr<TestWebGraphicsContext3D> context3d = local
23 context3d_ = context3d.get();
26 FakeOutputSurface::Create3d(context3d.Pass());
raster_worker_pool_unittest.cc 275 TestWebGraphicsContext3D* context3d = context_provider_->TestContext3d(); variable
276 context3d->set_times_map_image_chromium_succeeds(0);
277 context3d->set_times_map_buffer_chromium_succeeds(0);
  /external/chromium_org/content/renderer/gpu/
mailbox_output_surface.cc 46 context_provider_->Context3d()->deleteTexture(
56 blink::WebGraphicsContext3D* context3d = context_provider_->Context3d(); local
65 context3d->waitSyncPoint(current_backing_.sync_point);
70 context3d->deleteTexture(texture.texture_id);
75 current_backing_.texture_id = context3d->createTexture();
77 context3d->bindTexture(GL_TEXTURE_2D, current_backing_.texture_id);
78 context3d->texParameteri(
80 context3d->texParameteri(
82 context3d->texParameteri
106 blink::WebGraphicsContext3D* context3d = context_provider_->Context3d(); local
140 blink::WebGraphicsContext3D* context3d = context_provider_->Context3d(); local
    [all...]
  /external/chromium_org/cc/output/
gl_renderer_unittest.cc 1845 blink::WebGraphicsContext3D* context3d = local
1877 blink::WebGraphicsContext3D* context3d = local
    [all...]
renderer_pixeltest.cc 1280 blink::WebGraphicsContext3D* context3d = local
1290 blink::WebGraphicsContext3D* context3d = local
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_unittest_context.cc 88 scoped_ptr<TestWebGraphicsContext3D> context3d = CreateContext3d(); variable
89 context3d_ = context3d.get();
97 return FakeOutputSurface::CreateDelegating3d(context3d.Pass())
100 return FakeOutputSurface::Create3d(context3d.Pass())
398 EXPECT_TRUE(contexts->Context3d());
847 blink::WebGraphicsContext3D* context3d = variable
848 child_output_surface_->context_provider()->Context3d();
885 context3d->genMailboxCHROMIUM(mailbox.name);
886 unsigned sync_point = context3d->insertSyncPoint();
    [all...]
layer_tree_host_impl_unittest.cc 3820 TestWebGraphicsContext3D* context3d = context.get(); local
5098 TestWebGraphicsContext3D* context3d = context.get(); local
5147 TestWebGraphicsContext3D* context3d = context.get(); local
    [all...]

Completed in 347 milliseconds