Searched refs:VideoRenderNSOpenGL (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/webrtc/modules/video_render/mac/ |
D | video_render_nsopengl.mm | 23 …NSOpenGL::VideoChannelNSOpenGL(NSOpenGLContext *nsglContext, int iId, VideoRenderNSOpenGL* owner) : 359 * VideoRenderNSOpenGL 363 VideoRenderNSOpenGL::VideoRenderNSOpenGL(CocoaRenderView *windowRef, bool fullScreen, int iId) : 385 int VideoRenderNSOpenGL::ChangeWindow(CocoaRenderView* newWindowRef) 419 int32_t VideoRenderNSOpenGL::StartRender() 456 int32_t VideoRenderNSOpenGL::StopRender() 488 int VideoRenderNSOpenGL::configureNSOpenGLView() 494 int VideoRenderNSOpenGL::configureNSOpenGLEngine() 543 int VideoRenderNSOpenGL::setRenderTargetWindow() 583 int VideoRenderNSOpenGL::setRenderTargetFullScreen() [all …]
|
D | video_render_nsopengl.h | 39 class VideoRenderNSOpenGL; variable 44 VideoChannelNSOpenGL(NSOpenGLContext *nsglContext, int iId, VideoRenderNSOpenGL* owner); 82 VideoRenderNSOpenGL* _owner; 103 class VideoRenderNSOpenGL 107 VideoRenderNSOpenGL(CocoaRenderView *windowRef, bool fullScreen, int iId); 108 ~VideoRenderNSOpenGL();
|
D | video_render_mac_cocoa_impl.h | 22 class VideoRenderNSOpenGL; variable 134 VideoRenderNSOpenGL* _ptrCocoaRender;
|
D | video_render_mac_cocoa_impl.mm | 54 _ptrCocoaRender = new VideoRenderNSOpenGL((CocoaRenderView*)_ptrWindow, _fullScreen, _id);
|