Searched refs:windowRef (Results 1 - 6 of 6) sorted by relevance

/external/clang/test/CodeGen/
H A Dpragma-pack-3.c10 void *windowRef; member in union:command
/external/webrtc/webrtc/modules/video_render/mac/
H A Dvideo_render_mac_carbon_impl.cc59 WindowRef* windowRef = static_cast<WindowRef*>(_ptrWindow); local
61 if (IsValidWindowPtr(*windowRef))
63 _ptrCarbonRender = new VideoRenderAGL(*windowRef, _fullScreen, _id);
65 WEBRTC_TRACE(kTraceInfo, kTraceVideoRenderer, _id, "%s:%d Successfully initialized CarbonRenderer with WindowRef:%x", __FUNCTION__, __LINE__, *windowRef);
H A Dvideo_render_agl.h87 VideoRenderAGL(WindowRef windowRef, bool fullscreen, int iId);
88 VideoRenderAGL(HIViewRef windowRef, bool fullscreen, int iId);
H A Dvideo_render_nsopengl.h107 VideoRenderNSOpenGL(CocoaRenderView *windowRef, bool fullScreen, int iId);
H A Dvideo_render_agl.cc364 VideoRenderAGL::VideoRenderAGL(WindowRef windowRef, bool fullscreen, int iId) : argument
366 _windowRef( windowRef),
427 WindowRef windowRef = NULL; local
438 &windowRef);
471 obj->ParentWindowResized(windowRef);
481 VideoRenderAGL::VideoRenderAGL(HIViewRef windowRef, bool fullscreen, int iId) : argument
482 _hiviewRef( windowRef),
543 WindowRef parentWindow = HIViewGetWindow(windowRef);
1001 // this is causing problem w/invalid windowRef
1010 //WEBRTC_TRACE(kTraceDebug, "%s:%d Invalid windowRef", __FUNCTION_
[all...]
H A Dvideo_render_nsopengl.mm363 VideoRenderNSOpenGL::VideoRenderNSOpenGL(CocoaRenderView *windowRef, bool fullScreen, int iId) :
364 _windowRef( (CocoaRenderView*)windowRef),

Completed in 223 milliseconds