Home
last modified time | relevance | path

Searched refs:VideoRenderNSOpenGL (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/video_render/mac/
Dvideo_render_nsopengl.mm23 …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 …]
Dvideo_render_nsopengl.h39 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();
Dvideo_render_mac_cocoa_impl.h22 class VideoRenderNSOpenGL; variable
134 VideoRenderNSOpenGL* _ptrCocoaRender;
Dvideo_render_mac_cocoa_impl.mm54 _ptrCocoaRender = new VideoRenderNSOpenGL((CocoaRenderView*)_ptrWindow, _fullScreen, _id);