GLES2ClientImpl 22 mojo/examples/compositor_app/compositor_host.h class GLES2ClientImpl; GLES2ClientImpl 24 mojo/examples/sample_app/gles2_client_impl.cc GLES2ClientImpl::GLES2ClientImpl(ScopedMessagePipeHandle pipe) GLES2ClientImpl 34 mojo/examples/sample_app/gles2_client_impl.cc GLES2ClientImpl::~GLES2ClientImpl() { GLES2ClientImpl 38 mojo/examples/sample_app/gles2_client_impl.cc void GLES2ClientImpl::SetSize(const Size& size) { GLES2ClientImpl 46 mojo/examples/sample_app/gles2_client_impl.cc void GLES2ClientImpl::HandleInputEvent(const Event& event) { GLES2ClientImpl 86 mojo/examples/sample_app/gles2_client_impl.cc void GLES2ClientImpl::ContextLost() { GLES2ClientImpl 90 mojo/examples/sample_app/gles2_client_impl.cc void GLES2ClientImpl::ContextLostThunk(void* closure) { GLES2ClientImpl 91 mojo/examples/sample_app/gles2_client_impl.cc static_cast<GLES2ClientImpl*>(closure)->ContextLost(); GLES2ClientImpl 94 mojo/examples/sample_app/gles2_client_impl.cc void GLES2ClientImpl::DrawAnimationFrame() { GLES2ClientImpl 105 mojo/examples/sample_app/gles2_client_impl.cc void GLES2ClientImpl::DrawAnimationFrameThunk(void* closure) { GLES2ClientImpl 106 mojo/examples/sample_app/gles2_client_impl.cc static_cast<GLES2ClientImpl*>(closure)->DrawAnimationFrame(); GLES2ClientImpl 109 mojo/examples/sample_app/gles2_client_impl.cc void GLES2ClientImpl::RequestAnimationFrames() { GLES2ClientImpl 115 mojo/examples/sample_app/gles2_client_impl.cc void GLES2ClientImpl::CancelAnimationFrames() { GLES2ClientImpl 18 mojo/examples/sample_app/gles2_client_impl.h class GLES2ClientImpl { GLES2ClientImpl 20 mojo/examples/sample_app/gles2_client_impl.h explicit GLES2ClientImpl(ScopedMessagePipeHandle pipe); GLES2ClientImpl 21 mojo/examples/sample_app/gles2_client_impl.h virtual ~GLES2ClientImpl(); GLES2ClientImpl 45 mojo/examples/sample_app/gles2_client_impl.h MOJO_DISALLOW_COPY_AND_ASSIGN(GLES2ClientImpl); GLES2ClientImpl 55 mojo/examples/sample_app/sample_app.cc gles2_client_.reset(new GLES2ClientImpl(gles2_pipe.handle0.Pass())); GLES2ClientImpl 60 mojo/examples/sample_app/sample_app.cc MOJO_ALLOW_UNUSED GLES2ClientImpl* leaked = gles2_client_.release(); GLES2ClientImpl 82 mojo/examples/sample_app/sample_app.cc scoped_ptr<GLES2ClientImpl> gles2_client_;