Searched defs:OnMakeCurrent (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/common/gpu/
H A Dimage_transport_surface_android.cc46 virtual bool OnMakeCurrent(gfx::GLContext* context) OVERRIDE;
124 bool ImageTransportSurfaceAndroid::OnMakeCurrent(gfx::GLContext* context) { function in class:content::__anon8346::ImageTransportSurfaceAndroid
126 return PassThroughImageTransportSurface::OnMakeCurrent(context);
H A Dimage_transport_surface.cc312 bool PassThroughImageTransportSurface::OnMakeCurrent(gfx::GLContext* context) { function in class:content::PassThroughImageTransportSurface
H A Dimage_transport_surface_mac.cc55 virtual bool OnMakeCurrent(gfx::GLContext* context) OVERRIDE;
198 bool IOSurfaceImageTransportSurface::OnMakeCurrent(gfx::GLContext* context) { function in class:content::__anon8347::IOSurfaceImageTransportSurface
317 // Caching |context_| from OnMakeCurrent. It should still be current.
/external/chromium_org/ui/gl/
H A Dgl_surface.cc118 bool GLSurface::OnMakeCurrent(GLContext* context) { function in class:gfx::GLSurface
229 bool GLSurfaceAdapter::OnMakeCurrent(GLContext* context) { function in class:gfx::GLSurfaceAdapter
230 return surface_->OnMakeCurrent(context);

Completed in 187 milliseconds