Searched refs:windowRef (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/webrtc/modules/video_render/mac/ |
D | video_render_mac_carbon_impl.cc | 59 WindowRef* windowRef = static_cast<WindowRef*>(_ptrWindow); in Init() local 61 if (IsValidWindowPtr(*windowRef)) in Init() 63 _ptrCarbonRender = new VideoRenderAGL(*windowRef, _fullScreen, _id); in Init() 65 …%d Successfully initialized CarbonRenderer with WindowRef:%x", __FUNCTION__, __LINE__, *windowRef); in Init()
|
D | video_render_agl.h | 87 VideoRenderAGL(WindowRef windowRef, bool fullscreen, int iId); 88 VideoRenderAGL(HIViewRef windowRef, bool fullscreen, int iId);
|
D | video_render_agl.cc | 364 VideoRenderAGL::VideoRenderAGL(WindowRef windowRef, bool fullscreen, int iId) : in VideoRenderAGL() argument 366 _windowRef( windowRef), in VideoRenderAGL() 427 WindowRef windowRef = NULL; in sHandleWindowResized() local 438 &windowRef); in sHandleWindowResized() 471 obj->ParentWindowResized(windowRef); in sHandleWindowResized() 481 VideoRenderAGL::VideoRenderAGL(HIViewRef windowRef, bool fullscreen, int iId) : in VideoRenderAGL() argument 482 _hiviewRef( windowRef), in VideoRenderAGL() 543 WindowRef parentWindow = HIViewGetWindow(windowRef); in VideoRenderAGL()
|
D | video_render_nsopengl.h | 107 VideoRenderNSOpenGL(CocoaRenderView *windowRef, bool fullScreen, int iId);
|
D | video_render_nsopengl.mm | 363 VideoRenderNSOpenGL::VideoRenderNSOpenGL(CocoaRenderView *windowRef, bool fullScreen, int iId) : 364 _windowRef( (CocoaRenderView*)windowRef),
|
/external/clang/test/CodeGen/ |
D | pragma-pack-3.c | 10 void *windowRef; member
|