Searched defs:compatible_surface (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/ui/gl/
H A Dgl_context_ozone.cc22 GLSurface* compatible_surface,
30 if (!context->Initialize(compatible_surface, gpu_preference))
36 if (!context->Initialize(compatible_surface, gpu_preference))
20 CreateGLContext( GLShareGroup* share_group, GLSurface* compatible_surface, GpuPreference gpu_preference) argument
H A Dgl_context_win.cc25 GLSurface* compatible_surface,
31 if (!context->Initialize(compatible_surface, gpu_preference))
38 if (!context->Initialize(compatible_surface, gpu_preference))
45 if (!context->Initialize(compatible_surface, gpu_preference))
23 CreateGLContext( GLShareGroup* share_group, GLSurface* compatible_surface, GpuPreference gpu_preference) argument
H A Dgl_context_x11.cc27 GLSurface* compatible_surface,
33 if (!context->Initialize(compatible_surface, gpu_preference))
40 if (!context->Initialize(compatible_surface, gpu_preference))
47 if (!context->Initialize(compatible_surface, gpu_preference))
25 CreateGLContext( GLShareGroup* share_group, GLSurface* compatible_surface, GpuPreference gpu_preference) argument
H A Dgl_context_stub.cc12 GLSurface* compatible_surface, GpuPreference gpu_preference) {
11 Initialize( GLSurface* compatible_surface, GpuPreference gpu_preference) argument
H A Dgl_context_wgl.cc40 GLSurface* compatible_surface, GpuPreference gpu_preference) {
47 static_cast<HDC>(compatible_surface->GetHandle()));
39 Initialize( GLSurface* compatible_surface, GpuPreference gpu_preference) argument
H A Dgl_context_android.cc29 virtual bool Initialize(GLSurface* compatible_surface,
51 bool GLNonOwnedContext::Initialize(GLSurface* compatible_surface, argument
76 GLSurface* compatible_surface,
86 if (compatible_surface->GetHandle())
93 if (!context->Initialize(compatible_surface, gpu_preference))
74 CreateGLContext( GLShareGroup* share_group, GLSurface* compatible_surface, GpuPreference gpu_preference) argument
H A Dgl_context_egl.cc36 GLSurface* compatible_surface, GpuPreference gpu_preference) {
37 DCHECK(compatible_surface);
51 display_ = compatible_surface->GetDisplay();
52 config_ = compatible_surface->GetConfig();
35 Initialize( GLSurface* compatible_surface, GpuPreference gpu_preference) argument
H A Dgl_context_glx.cc32 GLSurface* compatible_surface, GpuPreference gpu_preference) {
33 display_ = static_cast<XDisplay*>(compatible_surface->GetDisplay());
49 static_cast<GLXFBConfig>(compatible_surface->GetConfig()),
62 static_cast<GLXFBConfig>(compatible_surface->GetConfig()),
73 << (compatible_surface->IsOffscreen() ?
77 DVLOG(1) << (compatible_surface->IsOffscreen() ? "Offscreen" : "Onscreen")
31 Initialize( GLSurface* compatible_surface, GpuPreference gpu_preference) argument
H A Dgl_context_osmesa.cc21 bool GLContextOSMesa::Initialize(GLSurface* compatible_surface, argument
28 GLuint format = compatible_surface->GetFormat();
H A Dgl_context_cgl.cc77 bool GLContextCGL::Initialize(GLSurface* compatible_surface, argument
79 DCHECK(compatible_surface);
/external/chromium_org/gpu/command_buffer/service/
H A Dgl_context_virtual.cc28 gfx::GLSurface* compatible_surface, gfx::GpuPreference gpu_preference) {
31 display_ = static_cast<gfx::Display*>(compatible_surface->GetDisplay());
36 if (!IsCurrent(compatible_surface)) {
37 if (!shared_context_->MakeCurrent(compatible_surface)) {
40 LOG(ERROR) << "Failed MakeCurrent(compatible_surface)";
46 shared_context_->MakeVirtuallyCurrent(this, compatible_surface);
27 Initialize( gfx::GLSurface* compatible_surface, gfx::GpuPreference gpu_preference) argument

Completed in 619 milliseconds