Searched refs:_aglContext (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_render/mac/
H A Dvideo_render_agl.cc35 _aglContext( aglContext),
74 aglSetCurrentContext(_aglContext);
146 if (aglSetCurrentContext(_aglContext) == false)
244 aglSetCurrentContext(_aglContext);
293 aglSetCurrentContext(_aglContext);
374 _aglContext( 0),
492 _aglContext( 0),
700 if (_aglContext != 0)
702 aglSetCurrentContext(_aglContext);
703 aglDestroyContext(_aglContext);
[all...]
H A Dvideo_render_agl.h59 AGLContext _aglContext; member in class:webrtc::VideoChannelAGL
150 AGLContext _aglContext; member in class:webrtc::VideoRenderAGL

Completed in 47 milliseconds