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

  /external/chromium_org/webkit/common/gpu/
context_provider_in_process.cc 25 provider_->context3d_->setContextLostCallback(this);
29 provider_->context3d_->setContextLostCallback(NULL);
69 : context3d_(context3d.Pass()),
73 DCHECK(context3d_);
86 return context3d_.get();
90 DCHECK(context3d_);
98 if (!context3d_->makeContextCurrent())
104 base::StringPrintf("%s-%p", debug_name_.c_str(), context3d_.get());
105 context3d_->pushGroupMarkerEXT(unique_context_name.c_str());
112 capabilities_.gpu = context3d_->GetImplementation()->capabilities()
    [all...]
context_provider_in_process.h 65 context3d_; member in class:webkit::gpu::ContextProviderInProcess
  /external/chromium_org/content/common/gpu/client/
context_provider_command_buffer.cc 23 provider_->context3d_->setContextLostCallback(this);
27 provider_->context3d_->setContextLostCallback(NULL);
51 : context3d_(context3d.Pass()),
55 DCHECK(context3d_);
65 // Destroy references to the context3d_ before leaking it.
66 if (context3d_->GetCommandBufferProxy()) {
67 context3d_->GetCommandBufferProxy()->SetMemoryAllocationChangedCallback(
75 return context3d_->GetCommandBufferProxy();
80 DCHECK(context3d_);
84 return context3d_.get()
    [all...]
context_provider_command_buffer.h 70 scoped_ptr<WebGraphicsContext3DCommandBufferImpl> context3d_; member in class:content::ContextProviderCommandBuffer
  /external/chromium_org/cc/test/
test_context_provider.cc 33 : context3d_(context.Pass()),
34 context_gl_(new TestGLES2Interface(context3d_.get())),
39 DCHECK(context3d_);
41 context3d_->set_test_support(&support_);
56 if (context3d_->isContextLost()) {
63 context3d_->set_context_lost_callback(
74 return context3d_->test_capabilities();
78 DCHECK(context3d_);
101 return context3d_->isContextLost();
108 if (context3d_->isContextLost())
    [all...]
test_context_provider.h 66 scoped_ptr<TestWebGraphicsContext3D> context3d_; member in class:cc::TestContextProvider
  /external/chromium_org/cc/resources/
video_resource_updater_unittest.cc 24 context3d_ = context3d.get();
57 TestWebGraphicsContext3D* context3d_; member in class:cc::__anon7355::VideoResourceUpdaterTest
resource_provider_unittest.cc 369 context3d_(NULL),
375 context3d_ = context3d.get();
433 ResourceProviderContext* context() { return context3d_; }
477 ResourceProviderContext* context3d_; member in class:cc::__anon7342::ResourceProviderTest
665 context3d_->last_waited_sync_point());
671 context3d_->last_waited_sync_point());
    [all...]
  /external/chromium_org/cc/output/
delegating_renderer_unittest.cc 29 TestWebGraphicsContext3D* context3d_; member in class:cc::DelegatingRendererTest
  /external/chromium_org/cc/trees/
layer_tree_host_unittest_context.cc 54 context3d_(NULL),
68 context3d_->loseContextCHROMIUM(GL_GUILTY_CONTEXT_RESET_ARB,
70 context3d_ = NULL;
86 context3d_ = context3d.get();
89 context3d_->set_have_extension_io_surface(true);
90 context3d_->set_have_extension_egl_image(true);
140 TestWebGraphicsContext3D* context3d_; member in class:cc::__anon7387::LayerTreeHostContextTest
852 context3d_->set_times_bind_texture_succeeds(0);
    [all...]

Completed in 371 milliseconds