Home
last modified time | relevance | path

Searched refs:cglContext_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/renderer_host/
Daccelerated_plugin_view_mac.mm81 cglContext_ = (CGLContextObj)[glContext_ CGLContextObj];
108 CGLLockContext(cglContext_);
113 cglContext_, pluginHandle_, [self cachedSize]);
116 CGLFlushDrawable(cglContext_);
118 CGLUnlockContext(cglContext_);
146 CGLLockContext(cglContext_);
150 CGLUnlockContext(cglContext_);
205 CGLLockContext(cglContext_);
211 CGLSetCurrentContext(cglContext_);
216 CGLUnlockContext(cglContext_);
[all …]
Daccelerated_plugin_view_mac.h41 CGLContextObj cglContext_; // weak, backed by |glContext_|. variable