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

  /external/chromium_org/mojo/examples/surfaces_app/
child_gl_impl.h 35 class ChildGLImpl : public InterfaceImpl<Child>, public SurfaceClient {
37 ChildGLImpl(ApplicationConnection* surfaces_service_connection,
39 virtual ~ChildGLImpl();
67 base::WeakPtrFactory<ChildGLImpl> weak_factory_;
69 DISALLOW_COPY_AND_ASSIGN(ChildGLImpl);
child_gl_impl.cc 45 ChildGLImpl::ChildGLImpl(ApplicationConnection* surfaces_service_connection,
52 &ChildGLImpl::SurfaceConnectionCreated, weak_factory_.GetWeakPtr()));
62 ChildGLImpl::~ChildGLImpl() {
67 void ChildGLImpl::ProduceFrame(
80 void ChildGLImpl::SurfaceConnectionCreated(SurfacePtr surface,
88 void ChildGLImpl::ReturnResources(Array<ReturnedResourcePtr> resources) {
96 void ChildGLImpl::AllocateSurface() {
106 void ChildGLImpl::Draw()
    [all...]
child_gl_app.cc 43 new ChildGLImpl(surfaces_service_connection_, command_buffer.Pass()),

Completed in 295 milliseconds