Searched refs:OnMakeCurrent (Results 1 – 16 of 16) sorted by relevance
46 virtual bool OnMakeCurrent(gfx::GLContext* context) OVERRIDE;124 bool ImageTransportSurfaceAndroid::OnMakeCurrent(gfx::GLContext* context) { in OnMakeCurrent() function in content::__anon69cb3f1d0111::ImageTransportSurfaceAndroid126 return PassThroughImageTransportSurface::OnMakeCurrent(context); in OnMakeCurrent()
55 virtual bool OnMakeCurrent(gfx::GLContext* context) OVERRIDE;198 bool IOSurfaceImageTransportSurface::OnMakeCurrent(gfx::GLContext* context) { in OnMakeCurrent() function in content::__anon03a627ad0111::IOSurfaceImageTransportSurface
192 virtual bool OnMakeCurrent(gfx::GLContext* context) OVERRIDE;
312 bool PassThroughImageTransportSurface::OnMakeCurrent(gfx::GLContext* context) { in OnMakeCurrent() function in content::PassThroughImageTransportSurface
118 bool GLSurface::OnMakeCurrent(GLContext* context) { in OnMakeCurrent() function in gfx::GLSurface229 bool GLSurfaceAdapter::OnMakeCurrent(GLContext* context) { in OnMakeCurrent() function in gfx::GLSurfaceAdapter230 return surface_->OnMakeCurrent(context); in OnMakeCurrent()
76 virtual bool OnMakeCurrent(GLContext* context);142 virtual bool OnMakeCurrent(GLContext* context) OVERRIDE;
31 virtual bool OnMakeCurrent(GLContext* context) OVERRIDE;
42 bool GLSurfaceNSView::OnMakeCurrent(GLContext* context) {
77 if (!surface->OnMakeCurrent(this)) { in MakeCurrent()
93 if (!surface->OnMakeCurrent(this)) { in MakeCurrent()
123 if (!surface->OnMakeCurrent(this)) { in MakeCurrent()
136 if (!surface->OnMakeCurrent(this)) { in MakeCurrent()
70 if (!surface->OnMakeCurrent(this)) {
198 if (!surface->OnMakeCurrent(this)) { in MakeCurrent()
323 if (!surface->OnMakeCurrent(virtual_context)) { in MakeCurrent()
27 MOCK_METHOD1(OnMakeCurrent, bool(gfx::GLContext* context));