Home
last modified time | relevance | path

Searched refs:OnMakeCurrent (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/content/common/gpu/
Dimage_transport_surface_android.cc46 virtual bool OnMakeCurrent(gfx::GLContext* context) OVERRIDE;
124 bool ImageTransportSurfaceAndroid::OnMakeCurrent(gfx::GLContext* context) { in OnMakeCurrent() function in content::__anon69cb3f1d0111::ImageTransportSurfaceAndroid
126 return PassThroughImageTransportSurface::OnMakeCurrent(context); in OnMakeCurrent()
Dimage_transport_surface_mac.cc55 virtual bool OnMakeCurrent(gfx::GLContext* context) OVERRIDE;
198 bool IOSurfaceImageTransportSurface::OnMakeCurrent(gfx::GLContext* context) { in OnMakeCurrent() function in content::__anon03a627ad0111::IOSurfaceImageTransportSurface
Dimage_transport_surface.h192 virtual bool OnMakeCurrent(gfx::GLContext* context) OVERRIDE;
Dimage_transport_surface.cc312 bool PassThroughImageTransportSurface::OnMakeCurrent(gfx::GLContext* context) { in OnMakeCurrent() function in content::PassThroughImageTransportSurface
/external/chromium_org/ui/gl/
Dgl_surface.cc118 bool GLSurface::OnMakeCurrent(GLContext* context) { in OnMakeCurrent() function in gfx::GLSurface
229 bool GLSurfaceAdapter::OnMakeCurrent(GLContext* context) { in OnMakeCurrent() function in gfx::GLSurfaceAdapter
230 return surface_->OnMakeCurrent(context); in OnMakeCurrent()
Dgl_surface.h76 virtual bool OnMakeCurrent(GLContext* context);
142 virtual bool OnMakeCurrent(GLContext* context) OVERRIDE;
Dgl_surface_nsview.h31 virtual bool OnMakeCurrent(GLContext* context) OVERRIDE;
Dgl_surface_nsview.mm42 bool GLSurfaceNSView::OnMakeCurrent(GLContext* context) {
Dgl_context_osmesa.cc77 if (!surface->OnMakeCurrent(this)) { in MakeCurrent()
Dgl_context_wgl.cc93 if (!surface->OnMakeCurrent(this)) { in MakeCurrent()
Dgl_context_egl.cc123 if (!surface->OnMakeCurrent(this)) { in MakeCurrent()
Dgl_context_glx.cc136 if (!surface->OnMakeCurrent(this)) { in MakeCurrent()
Dgl_context_nsview.mm70 if (!surface->OnMakeCurrent(this)) {
Dgl_context_cgl.cc198 if (!surface->OnMakeCurrent(this)) { in MakeCurrent()
Dgl_gl_api_implementation.cc323 if (!surface->OnMakeCurrent(virtual_context)) { in MakeCurrent()
/external/chromium_org/gpu/command_buffer/service/
Dgl_surface_mock.h27 MOCK_METHOD1(OnMakeCurrent, bool(gfx::GLContext* context));