HomeSort by relevance Sort by last modified time
    Searched refs:GLShareGroup (Results 1 - 25 of 32) sorted by null

1 2

  /external/chromium_org/ui/gl/
gl_share_group.cc 12 GLShareGroup::GLShareGroup()
20 void GLShareGroup::AddContext(GLContext* context) {
24 void GLShareGroup::RemoveContext(GLContext* context) {
30 void* GLShareGroup::GetHandle() {
38 GLContext* GLShareGroup::GetContext() {
49 void GLShareGroup::SetSharedContext(GLContext* context) {
54 GLContext* GLShareGroup::GetSharedContext() {
59 void GLShareGroup::SetRendererID(int renderer_id) {
63 int GLShareGroup::GetRendererID()
    [all...]
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);
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);
gl_context_osmesa.h 16 class GLShareGroup;
22 explicit GLContextOSMesa(GLShareGroup* share_group);
gl_context_x11.cc 23 class GLShareGroup;
26 GLShareGroup* share_group,
gl_context_wgl.h 20 explicit GLContextWGL(GLShareGroup* share_group);
gl_context_android.cc 26 GLNonOwnedContext(GLShareGroup* share_group);
48 GLNonOwnedContext::GLNonOwnedContext(GLShareGroup* share_group)
75 GLShareGroup* share_group,
gl_context.cc 28 GLContext::GLContext(GLShareGroup* share_group) : share_group_(share_group) {
30 share_group_ = new GLShareGroup;
71 GLShareGroup* GLContext::share_group() {
150 GLContextReal::GLContextReal(GLShareGroup* share_group)
gl_context_glx.h 22 explicit GLContextGLX(GLShareGroup* share_group);
gl_context_nsview.h 22 explicit GLContextNSView(GLShareGroup* group);
gl_context_ozone.cc 21 GLShareGroup* share_group,
gl_context_win.cc 24 GLShareGroup* share_group,
gl_context_cgl.h 19 explicit GLContextCGL(GLShareGroup* share_group);
gl_context_egl.h 24 explicit GLContextEGL(GLShareGroup* share_group);
gl_context_osmesa.cc 16 GLContextOSMesa::GLContextOSMesa(GLShareGroup* share_group)
gl_context_wgl.cc 17 GLContextWGL::GLContextWGL(GLShareGroup* share_group)
gl_context_egl.cc 27 GLContextEGL::GLContextEGL(GLShareGroup* share_group)
  /external/chromium_org/gpu/command_buffer/tests/
gl_manager.h 16 class GLShareGroup;
81 gfx::GLShareGroup* share_group() const {
101 scoped_refptr<gfx::GLShareGroup> share_group_;
115 static scoped_refptr<gfx::GLShareGroup>* base_share_group_;
gl_manager.cc 32 scoped_refptr<gfx::GLShareGroup>* GLManager::base_share_group_;
84 gfx::GLShareGroup* share_group = NULL;
107 share_group ? share_group : new gfx::GLShareGroup;
216 base_share_group_ = new scoped_refptr<gfx::GLShareGroup>(
217 new gfx::GLShareGroup);
  /external/chromium_org/content/browser/renderer_host/
image_transport_factory_android.h 12 class GLShareGroup;
  /external/chromium_org/content/common/gpu/
gpu_channel.h 68 gfx::GLShareGroup* share_group,
129 gfx::GLShareGroup* share_group() const { return share_group_.get(); }
242 scoped_refptr<gfx::GLShareGroup> share_group_;
gpu_channel_manager.h 30 class GLShareGroup;
147 scoped_refptr<gfx::GLShareGroup> share_group_;
  /external/chromium_org/gpu/command_buffer/service/
gl_context_virtual.h 30 gfx::GLShareGroup* share_group,
gl_context_virtual.cc 14 gfx::GLShareGroup* share_group,
in_process_command_buffer.h 31 class GLShareGroup;
213 scoped_refptr<gfx::GLShareGroup> gl_share_group_;

Completed in 810 milliseconds

1 2