Searched defs:GLShareGroup (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/ui/gl/
H A Dgl_share_group.cc12 GLShareGroup::GLShareGroup() function in class:gfx::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
[all...]
H A Dgl_share_group.h19 class GL_EXPORT GLShareGroup : public base::RefCounted<GLShareGroup> { class in namespace:gfx
21 GLShareGroup();
49 friend class base::RefCounted<GLShareGroup>;
51 ~GLShareGroup();
64 DISALLOW_COPY_AND_ASSIGN(GLShareGroup);

Completed in 84 milliseconds