Searched refs:ContextProviderMojo (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/mojo/cc/
H A Dcontext_provider_mojo.cc12 ContextProviderMojo::ContextProviderMojo( function in class:mojo::ContextProviderMojo
18 bool ContextProviderMojo::BindToCurrentThread() {
27 gpu::gles2::GLES2Interface* ContextProviderMojo::ContextGL() {
34 gpu::ContextSupport* ContextProviderMojo::ContextSupport() {
41 class GrContext* ContextProviderMojo::GrContext() { return NULL; }
43 cc::ContextProvider::Capabilities ContextProviderMojo::ContextCapabilities() {
47 bool ContextProviderMojo::IsContextLost() {
50 bool ContextProviderMojo::DestroyedOnMainThread() { return !context_; }
52 ContextProviderMojo
[all...]
H A Dcontext_provider_mojo.h14 class ContextProviderMojo : public cc::ContextProvider { class in namespace:mojo
16 explicit ContextProviderMojo(ScopedMessagePipeHandle command_buffer_handle);
35 friend class base::RefCountedThreadSafe<ContextProviderMojo>;
36 virtual ~ContextProviderMojo();
40 static_cast<ContextProviderMojo*>(closure)->ContextLost();
49 DISALLOW_COPY_AND_ASSIGN(ContextProviderMojo);
/external/chromium_org/mojo/examples/compositor_app/
H A Dcompositor_host.cc81 new ContextProviderMojo(command_buffer_handle_.Pass()))));
/external/chromium_org/mojo/services/surfaces/
H A Dsurfaces_impl.cc95 new ContextProviderMojo(command_buffer_handle_.Pass())));
/external/chromium_org/mojo/services/html_viewer/
H A Dweblayertreeview_impl.cc213 new ContextProviderMojo(cb.PassMessagePipe()));

Completed in 125 milliseconds