Home
last modified time | relevance | path

Searched refs:compatible_surface (Results 1 – 20 of 20) sorted by relevance

/external/chromium_org/ui/gl/
Dgl_context_win.cc25 GLSurface* compatible_surface, in CreateGLContext() argument
31 if (!context->Initialize(compatible_surface, gpu_preference)) in CreateGLContext()
38 if (!context->Initialize(compatible_surface, gpu_preference)) in CreateGLContext()
45 if (!context->Initialize(compatible_surface, gpu_preference)) in CreateGLContext()
Dgl_context_x11.cc27 GLSurface* compatible_surface, in CreateGLContext() argument
33 if (!context->Initialize(compatible_surface, gpu_preference)) in CreateGLContext()
40 if (!context->Initialize(compatible_surface, gpu_preference)) in CreateGLContext()
47 if (!context->Initialize(compatible_surface, gpu_preference)) in CreateGLContext()
Dgl_context_glx.cc47 GLSurface* compatible_surface, GpuPreference gpu_preference) { in Initialize() argument
48 display_ = static_cast<XDisplay*>(compatible_surface->GetDisplay()); in Initialize()
64 static_cast<GLXFBConfig>(compatible_surface->GetConfig()), in Initialize()
77 static_cast<GLXFBConfig>(compatible_surface->GetConfig()), in Initialize()
88 << (compatible_surface->IsOffscreen() ? in Initialize()
92 DVLOG(1) << (compatible_surface->IsOffscreen() ? "Offscreen" : "Onscreen") in Initialize()
Dgl_context_android.cc29 virtual bool Initialize(GLSurface* compatible_surface,
51 bool GLNonOwnedContext::Initialize(GLSurface* compatible_surface, in Initialize() argument
76 GLSurface* compatible_surface, in CreateGLContext() argument
82 if (compatible_surface->GetHandle()) in CreateGLContext()
86 if (!context->Initialize(compatible_surface, gpu_preference)) in CreateGLContext()
Dgl_context_ozone.cc22 GLSurface* compatible_surface, in CreateGLContext() argument
30 if (!context->Initialize(compatible_surface, gpu_preference)) in CreateGLContext()
36 if (!context->Initialize(compatible_surface, gpu_preference)) in CreateGLContext()
Dgl_context_mac.mm24 GLSurface* compatible_surface,
31 if (compatible_surface->IsOffscreen())
35 if (!context->Initialize(compatible_surface, gpu_preference))
42 if (!context->Initialize(compatible_surface, gpu_preference))
Dgl_context_egl.cc36 GLSurface* compatible_surface, GpuPreference gpu_preference) { in Initialize() argument
37 DCHECK(compatible_surface); in Initialize()
51 display_ = compatible_surface->GetDisplay(); in Initialize()
52 config_ = compatible_surface->GetConfig(); in Initialize()
Dgl_context_osmesa.cc21 bool GLContextOSMesa::Initialize(GLSurface* compatible_surface, in Initialize() argument
28 GLuint format = compatible_surface->GetFormat(); in Initialize()
Dgl_context.h32 GLSurface* compatible_surface, GpuPreference gpu_preference) = 0;
86 GLSurface* compatible_surface,
Dgl_context_wgl.cc40 GLSurface* compatible_surface, GpuPreference gpu_preference) { in Initialize() argument
47 static_cast<HDC>(compatible_surface->GetHandle())); in Initialize()
Dgl_context_stub.cc12 GLSurface* compatible_surface, GpuPreference gpu_preference) { in Initialize() argument
Dgl_context_wgl.h25 GLSurface* compatible_surface, GpuPreference gpu_preference);
Dgl_context_stub.h18 virtual bool Initialize(GLSurface* compatible_surface,
Dgl_context_cgl.cc77 bool GLContextCGL::Initialize(GLSurface* compatible_surface, in Initialize() argument
79 DCHECK(compatible_surface); in Initialize()
Dgl_context_osmesa.h25 virtual bool Initialize(GLSurface* compatible_surface,
Dgl_context_cgl.h22 virtual bool Initialize(GLSurface* compatible_surface,
Dgl_context_glx.h28 GLSurface* compatible_surface, GpuPreference gpu_preference) OVERRIDE;
Dgl_context_egl.h28 GLSurface* compatible_surface, GpuPreference gpu_preference) OVERRIDE;
/external/chromium_org/gpu/command_buffer/service/
Dgl_context_virtual.cc28 gfx::GLSurface* compatible_surface, gfx::GpuPreference gpu_preference) { in Initialize() argument
31 display_ = static_cast<gfx::Display*>(compatible_surface->GetDisplay()); in Initialize()
36 if (!IsCurrent(compatible_surface)) { in Initialize()
37 if (!shared_context_->MakeCurrent(compatible_surface)) { in Initialize()
46 shared_context_->MakeVirtuallyCurrent(this, compatible_surface); in Initialize()
Dgl_context_virtual.h38 gfx::GLSurface* compatible_surface,