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

/external/chromium_org/content/common/gpu/
H A Dimage_transport_surface_android.cc45 virtual bool OnMakeCurrent(gfx::GLContext* context) OVERRIDE;
104 bool ImageTransportSurfaceAndroid::OnMakeCurrent(gfx::GLContext* context) { function in class:content::__anon7600::ImageTransportSurfaceAndroid
H A Dimage_transport_surface.cc274 bool PassThroughImageTransportSurface::OnMakeCurrent(gfx::GLContext* context) { function in class:content::PassThroughImageTransportSurface
/external/chromium_org/ui/gl/
H A Dgl_surface.cc194 bool GLSurface::OnMakeCurrent(GLContext* context) { function in class:gfx::GLSurface
318 bool GLSurfaceAdapter::OnMakeCurrent(GLContext* context) { function in class:gfx::GLSurfaceAdapter
319 return surface_->OnMakeCurrent(context);

Completed in 1547 milliseconds