Home | History | Annotate | Download | only in gl

Lines Matching defs:GLShareGroup

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() {
68 GLShareGroup::~GLShareGroup() {