Searched refs:aglChannel (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/webrtc/modules/video_render/mac/ |
D | video_render_agl.cc | 941 VideoChannelAGL* aglChannel = it->second; in ConfigureAGLChannel() local 942 if (aglChannel->SetStreamSettings(0, startWidth, startHeight, stopWidth, stopHeight) == -1) in ConfigureAGLChannel() 961 return aglChannel; in ConfigureAGLChannel() 1159 VideoChannelAGL* aglChannel = it->second; in ScreenUpdateProcess() local 1160 aglChannel->UpdateStretchSize(_windowHeight, _windowWidth); in ScreenUpdateProcess() 1161 aglChannel->IsUpdated(updated); in ScreenUpdateProcess() 1500 VideoChannelAGL* aglChannel = it->second; in RenderOffScreenBuffers() local 1502 aglChannel->RenderOffScreenBuffer(); in RenderOffScreenBuffers()
|
D | video_render_nsopengl.mm | 947 VideoChannelNSOpenGL* aglChannel = it->second; 948 if (aglChannel->SetStreamSettings(0, startWidth, startHeight, stopWidth, stopHeight) == -1) 971 return aglChannel; 1023 VideoChannelNSOpenGL* aglChannel = it->second; 1024 aglChannel->UpdateStretchSize(_windowHeight, _windowWidth); 1025 aglChannel->IsUpdated(updated); 1115 VideoChannelNSOpenGL* aglChannel = it->second; 1117 aglChannel->RenderOffScreenBuffer();
|