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

  /external/chromium_org/cc/test/
fake_context_provider.cc 27 DCHECK(!context3d_);
29 context3d_ = TestWebGraphicsContext3D::Create().Pass();
31 context3d_ = create_callback.Run();
32 return context3d_;
36 DCHECK(context3d_);
45 if (!context3d_->makeContextCurrent()) {
54 DCHECK(context3d_);
58 return context3d_.get();
61 DCHECK(context3d_);
70 DCHECK(context3d_);
    [all...]
fake_context_provider.h 47 scoped_ptr<WebKit::WebGraphicsContext3D> context3d_; member in class:cc::FakeContextProvider
fake_output_surface.cc 116 context3d_.reset();
  /external/chromium_org/ui/compositor/
context_provider_from_context_factory.cc 31 DCHECK(context3d_);
32 return context3d_->makeContextCurrent();
36 DCHECK(context3d_);
37 return context3d_.get();
41 DCHECK(context3d_);
45 new webkit::gpu::GrContextForWebGraphicsContext3D(context3d_.get()));
51 DCHECK(context3d_);
53 if (context3d_->isContextLost()) {
70 if (context3d_)
72 context3d_ = factory_->CreateOffscreenContext()
    [all...]
context_provider_from_context_factory.h 39 scoped_ptr<WebKit::WebGraphicsContext3D> context3d_; member in class:ui::ContextProviderFromContextFactory
  /external/chromium_org/content/common/gpu/client/
context_provider_command_buffer.cc 17 provider_->context3d_->setContextLostCallback(this);
21 provider_->context3d_->setContextLostCallback(NULL);
38 provider_->context3d_->setMemoryAllocationChangedCallbackCHROMIUM(this);
42 provider_->context3d_->setMemoryAllocationChangedCallbackCHROMIUM(NULL);
77 context3d_.release();
87 DCHECK(!context3d_);
89 context3d_ = create_callback.Run();
90 return !!context3d_;
94 DCHECK(context3d_);
102 if (!context3d_->makeContextCurrent()
    [all...]
context_provider_command_buffer.h 59 scoped_ptr<WebGraphicsContext3DCommandBufferImpl> context3d_; member in class:content::ContextProviderCommandBuffer
  /external/chromium_org/content/renderer/gpu/
mailbox_output_surface.cc 41 context3d_->deleteTexture(pending_textures_.front().texture_id);
56 context3d_->waitSyncPoint(current_backing_.sync_point);
61 context3d_->deleteTexture(texture.texture_id);
66 current_backing_.texture_id = context3d_->createTexture();
68 context3d_->bindTexture(GL_TEXTURE_2D, current_backing_.texture_id);
69 context3d_->texParameteri(
71 context3d_->texParameteri(
73 context3d_->texParameteri(
75 context3d_->texParameteri(
77 context3d_->texImage2D
    [all...]
  /external/chromium_org/webkit/common/gpu/
context_provider_in_process.cc 20 provider_->context3d_->setContextLostCallback(this);
24 provider_->context3d_->setContextLostCallback(NULL);
41 provider_->context3d_->setMemoryAllocationChangedCallbackCHROMIUM(this);
45 provider_->context3d_->setMemoryAllocationChangedCallbackCHROMIUM(NULL);
99 DCHECK(!context3d_);
103 context3d_ = create_callback.Run();
104 return context3d_;
108 DCHECK(context3d_);
116 if (!context3d_->makeContextCurrent())
124 DCHECK(context3d_);
    [all...]
context_provider_in_process.h 60 scoped_ptr<WebKit::WebGraphicsContext3D> context3d_; member in class:webkit::gpu::ContextProviderInProcess
  /external/chromium_org/cc/output/
output_surface.cc 93 : context3d_(context3d.Pass()),
124 : context3d_(context3d.Pass()),
294 if (context3d_) {
295 context3d_->setSwapBuffersCompleteCallbackCHROMIUM(NULL);
296 context3d_->setContextLostCallback(NULL);
297 context3d_->setMemoryAllocationChangedCallbackCHROMIUM(NULL);
310 if (context3d_) {
311 success = context3d_->makeContextCurrent();
313 SetContext3D(context3d_.Pass());
325 DCHECK(!context3d_);
    [all...]
output_surface.h 83 return context3d_.get();
144 scoped_ptr<WebKit::WebGraphicsContext3D> context3d_; member in class:cc::OutputSurface
output_surface_unittest.cc 126 : context3d_(TestWebGraphicsContext3D::Create()),
138 context3d_.PassAs<WebKit::WebGraphicsContext3D>()));
145 scoped_ptr<TestWebGraphicsContext3D> context3d_; member in class:cc::__anon6501::InitializeNewContext3D
155 context3d_.PassAs<WebKit::WebGraphicsContext3D>()));
169 context3d_->set_times_make_current_succeeds(0);
delegating_renderer_unittest.cc 29 TestWebGraphicsContext3D* context3d_; member in class:cc::DelegatingRendererTest
  /external/chromium_org/cc/resources/
video_resource_updater_unittest.cc 22 context3d_ = context3d.get();
52 TestWebGraphicsContext3D* context3d_; member in class:cc::__anon6545::VideoResourceUpdaterTest
71 context3d_->set_times_gen_mailbox_succeeds(1);
  /external/chromium_org/cc/trees/
layer_tree_host_unittest_context.cc 51 context3d_(NULL),
72 context3d_->loseContextCHROMIUM(GL_GUILTY_CONTEXT_RESET_ARB,
74 context3d_ = NULL;
90 context3d_ = context3d.get();
93 context3d_->set_have_extension_io_surface(true);
94 context3d_->set_have_extension_egl_image(true);
102 context3d_->set_times_make_current_succeeds(2);
119 if (!context3d_)
133 context3d_->add_share_group_context(offscreen_context3d.get());
175 context3d_->set_times_make_current_succeeds(0)
221 TestWebGraphicsContext3D* context3d_; member in class:cc::__anon6573::LayerTreeHostContextTest
    [all...]
  /external/chromium_org/content/browser/android/in_process/
synchronous_compositor_output_surface.cc 204 DCHECK(!context3d_);

Completed in 329 milliseconds