HomeSort by relevance Sort by last modified time
    Searched defs:VideoRenderAGL (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/modules/video_render/mac/
video_render_agl.cc 34 VideoChannelAGL::VideoChannelAGL(AGLContext& aglContext, int iId, VideoRenderAGL* owner) :
363 #pragma mark VideoRenderAGL WindowRef constructor
365 VideoRenderAGL::VideoRenderAGL(WindowRef windowRef, bool fullscreen, int iId) :
425 pascal OSStatus VideoRenderAGL::sHandleWindowResized (EventHandlerCallRef /*nextHandler*/,
442 VideoRenderAGL* obj = (VideoRenderAGL*)(userData);
481 #pragma mark VideoRenderAGL HIViewRef constructor
483 VideoRenderAGL::VideoRenderAGL(HIViewRef windowRef, bool fullscreen, int iId)
    [all...]
video_render_agl.h 32 class VideoRenderAGL;
42 VideoChannelAGL(AGLContext& aglContext, int iId, VideoRenderAGL* owner);
61 VideoRenderAGL* _owner;
86 class VideoRenderAGL {
88 VideoRenderAGL(WindowRef windowRef, bool fullscreen, int iId);
89 VideoRenderAGL(HIViewRef windowRef, bool fullscreen, int iId);
90 ~VideoRenderAGL();

Completed in 217 milliseconds