/external/chromium_org/ui/gl/ |
D | gl_context_win.cc | 25 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()
|
D | gl_context_x11.cc | 27 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()
|
D | gl_context_glx.cc | 47 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()
|
D | gl_context_android.cc | 29 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()
|
D | gl_context_ozone.cc | 22 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()
|
D | gl_context_mac.mm | 24 GLSurface* compatible_surface, 31 if (compatible_surface->IsOffscreen()) 35 if (!context->Initialize(compatible_surface, gpu_preference)) 42 if (!context->Initialize(compatible_surface, gpu_preference))
|
D | gl_context_egl.cc | 36 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()
|
D | gl_context_osmesa.cc | 21 bool GLContextOSMesa::Initialize(GLSurface* compatible_surface, in Initialize() argument 28 GLuint format = compatible_surface->GetFormat(); in Initialize()
|
D | gl_context.h | 32 GLSurface* compatible_surface, GpuPreference gpu_preference) = 0; 86 GLSurface* compatible_surface,
|
D | gl_context_wgl.cc | 40 GLSurface* compatible_surface, GpuPreference gpu_preference) { in Initialize() argument 47 static_cast<HDC>(compatible_surface->GetHandle())); in Initialize()
|
D | gl_context_stub.cc | 12 GLSurface* compatible_surface, GpuPreference gpu_preference) { in Initialize() argument
|
D | gl_context_wgl.h | 25 GLSurface* compatible_surface, GpuPreference gpu_preference);
|
D | gl_context_stub.h | 18 virtual bool Initialize(GLSurface* compatible_surface,
|
D | gl_context_cgl.cc | 77 bool GLContextCGL::Initialize(GLSurface* compatible_surface, in Initialize() argument 79 DCHECK(compatible_surface); in Initialize()
|
D | gl_context_osmesa.h | 25 virtual bool Initialize(GLSurface* compatible_surface,
|
D | gl_context_cgl.h | 22 virtual bool Initialize(GLSurface* compatible_surface,
|
D | gl_context_glx.h | 28 GLSurface* compatible_surface, GpuPreference gpu_preference) OVERRIDE;
|
D | gl_context_egl.h | 28 GLSurface* compatible_surface, GpuPreference gpu_preference) OVERRIDE;
|
/external/chromium_org/gpu/command_buffer/service/ |
D | gl_context_virtual.cc | 28 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()
|
D | gl_context_virtual.h | 38 gfx::GLSurface* compatible_surface,
|