GLES2Context 23 mojo/gles2/gles2_context.cc GLES2Context::GLES2Context(MojoAsyncWaiter* async_waiter, GLES2Context 33 mojo/gles2/gles2_context.cc GLES2Context::~GLES2Context() {} GLES2Context 35 mojo/gles2/gles2_context.cc bool GLES2Context::Initialize() { GLES2Context 60 mojo/gles2/gles2_context.cc void GLES2Context::RequestAnimationFrames() { GLES2Context 64 mojo/gles2/gles2_context.cc void GLES2Context::CancelAnimationFrames() { GLES2Context 68 mojo/gles2/gles2_context.cc void GLES2Context::ContextLost() { lost_callback_(closure_); } GLES2Context 70 mojo/gles2/gles2_context.cc void GLES2Context::DrawAnimationFrame() { animation_callback_(closure_); } GLES2Context 28 mojo/gles2/gles2_context.h class GLES2Context : public CommandBufferDelegate, GLES2Context 31 mojo/gles2/gles2_context.h explicit GLES2Context(MojoAsyncWaiter* async_waiter, GLES2Context 36 mojo/gles2/gles2_context.h virtual ~GLES2Context(); GLES2Context 58 mojo/gles2/gles2_context.h MOJO_DISALLOW_COPY_AND_ASSIGN(GLES2Context); GLES2Context 67 mojo/gles2/gles2_support_impl.cc scoped_ptr<GLES2Context> client(new GLES2Context(async_waiter_, GLES2Context 78 mojo/gles2/gles2_support_impl.cc delete static_cast<GLES2Context*>(context); GLES2Context 84 mojo/gles2/gles2_support_impl.cc GLES2Context* client = static_cast<GLES2Context*>(context); GLES2Context 96 mojo/gles2/gles2_support_impl.cc static_cast<GLES2Context*>(context)->RequestAnimationFrames(); GLES2Context 100 mojo/gles2/gles2_support_impl.cc static_cast<GLES2Context*>(context)->CancelAnimationFrames(); GLES2Context 104 mojo/gles2/gles2_support_impl.cc return static_cast<GLES2Context*>(context)->interface(); GLES2Context 108 mojo/gles2/gles2_support_impl.cc return static_cast<GLES2Context*>(context)->context_support();