/external/chromium_org/ui/gl/ |
D | gl_share_group.cc | 12 GLShareGroup::GLShareGroup() in GLShareGroup() function in gfx::GLShareGroup 20 void GLShareGroup::AddContext(GLContext* context) { in AddContext() 24 void GLShareGroup::RemoveContext(GLContext* context) { in RemoveContext() 30 void* GLShareGroup::GetHandle() { in GetHandle() 38 GLContext* GLShareGroup::GetContext() { in GetContext() 49 void GLShareGroup::SetSharedContext(GLContext* context) { in SetSharedContext() 54 GLContext* GLShareGroup::GetSharedContext() { in GetSharedContext() 59 void GLShareGroup::SetRendererID(int renderer_id) { in SetRendererID() 63 int GLShareGroup::GetRendererID() { in GetRendererID() 68 GLShareGroup::~GLShareGroup() { in ~GLShareGroup()
|
D | gl_share_group.h | 19 class GL_EXPORT GLShareGroup : public base::RefCounted<GLShareGroup> { 21 GLShareGroup(); 49 friend class base::RefCounted<GLShareGroup>; 51 ~GLShareGroup(); 64 DISALLOW_COPY_AND_ASSIGN(GLShareGroup);
|
D | gl_context.h | 25 explicit GLContext(GLShareGroup* share_group); 79 GLShareGroup* share_group(); 85 GLShareGroup* share_group, 127 scoped_refptr<GLShareGroup> share_group_; 136 explicit GLContextReal(GLShareGroup* share_group);
|
D | gl_context.cc | 28 GLContext::GLContext(GLShareGroup* share_group) : share_group_(share_group) { in GLContext() 30 share_group_ = new GLShareGroup; in GLContext() 71 GLShareGroup* GLContext::share_group() { in share_group() 150 GLContextReal::GLContextReal(GLShareGroup* share_group) in GLContextReal()
|
D | gl_context_android.cc | 26 GLNonOwnedContext(GLShareGroup* share_group); 48 GLNonOwnedContext::GLNonOwnedContext(GLShareGroup* share_group) in GLNonOwnedContext() 75 GLShareGroup* share_group, in CreateGLContext()
|
D | gl_context_x11.cc | 23 class GLShareGroup; 26 GLShareGroup* share_group, in CreateGLContext()
|
D | gl_context_osmesa.h | 16 class GLShareGroup; variable 22 explicit GLContextOSMesa(GLShareGroup* share_group);
|
D | gl_context_mac.mm | 20 class GLShareGroup; 23 GLShareGroup* share_group,
|
D | gl_context_ozone.cc | 21 GLShareGroup* share_group, in CreateGLContext()
|
D | gl_context_wgl.h | 20 explicit GLContextWGL(GLShareGroup* share_group);
|
D | gl_context_win.cc | 24 GLShareGroup* share_group, in CreateGLContext()
|
D | gl_context_nsview.h | 22 explicit GLContextNSView(GLShareGroup* group);
|
D | gl_context_cgl.h | 19 explicit GLContextCGL(GLShareGroup* share_group);
|
D | gl_context_glx.h | 22 explicit GLContextGLX(GLShareGroup* share_group);
|
D | gl_context_egl.h | 24 explicit GLContextEGL(GLShareGroup* share_group);
|
D | gl_context_osmesa.cc | 16 GLContextOSMesa::GLContextOSMesa(GLShareGroup* share_group) in GLContextOSMesa()
|
D | gl_context_wgl.cc | 17 GLContextWGL::GLContextWGL(GLShareGroup* share_group) in GLContextWGL()
|
/external/chromium_org/gpu/command_buffer/tests/ |
D | gl_manager.h | 16 class GLShareGroup; variable 81 gfx::GLShareGroup* share_group() const { in share_group() 101 scoped_refptr<gfx::GLShareGroup> share_group_; 115 static scoped_refptr<gfx::GLShareGroup>* base_share_group_;
|
D | gl_manager.cc | 32 scoped_refptr<gfx::GLShareGroup>* GLManager::base_share_group_; 84 gfx::GLShareGroup* share_group = NULL; in Initialize() 107 share_group ? share_group : new gfx::GLShareGroup; in Initialize() 216 base_share_group_ = new scoped_refptr<gfx::GLShareGroup>( in SetupBaseContext() 217 new gfx::GLShareGroup); in SetupBaseContext()
|
/external/chromium_org/content/common/gpu/ |
D | gpu_channel.h | 68 gfx::GLShareGroup* share_group, 129 gfx::GLShareGroup* share_group() const { return share_group_.get(); } in share_group() 242 scoped_refptr<gfx::GLShareGroup> share_group_;
|
D | gpu_channel_manager.h | 30 class GLShareGroup; variable 147 scoped_refptr<gfx::GLShareGroup> share_group_;
|
/external/chromium_org/content/browser/renderer_host/ |
D | image_transport_factory_android.h | 12 class GLShareGroup; variable
|
/external/chromium_org/gpu/command_buffer/service/ |
D | in_process_command_buffer.h | 31 class GLShareGroup; variable 213 scoped_refptr<gfx::GLShareGroup> gl_share_group_;
|
D | gl_context_virtual.h | 30 gfx::GLShareGroup* share_group,
|
D | gl_context_virtual.cc | 14 gfx::GLShareGroup* share_group, in GLContextVirtual()
|