HomeSort by relevance Sort by last modified time
    Searched refs:windowRef (Results 1 - 6 of 6) sorted by null

  /external/clang/test/CodeGen/
pragma-pack-3.c 10 void *windowRef;
  /external/webrtc/webrtc/modules/video_render/mac/
video_render_mac_carbon_impl.cc 54 // We don't know if the user passed us a WindowRef or a HIViewRef, so test.
57 // Check if it's a valid WindowRef
58 //WEBRTC_TRACE(kTraceDebug, kTraceVideoRenderer, _id, "%s:%d _ptrWindowRef before WindowRef cast: %x", __FUNCTION__, __LINE__, _ptrWindowRef);
59 WindowRef* windowRef = static_cast<WindowRef*>(_ptrWindow);
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);
    [all...]
video_render_agl.h 87 VideoRenderAGL(WindowRef windowRef, bool fullscreen, int iId);
88 VideoRenderAGL(HIViewRef windowRef, bool fullscreen, int iId);
132 void ParentWindowResized(WindowRef window);
141 WindowRef _windowRef;
video_render_nsopengl.h 107 VideoRenderNSOpenGL(CocoaRenderView *windowRef, bool fullScreen, int iId);
video_render_agl.cc 362 #pragma mark VideoRenderAGL WindowRef constructor
364 VideoRenderAGL::VideoRenderAGL(WindowRef windowRef, bool fullscreen, int iId) :
366 _windowRef( windowRef),
404 //WEBRTC_TRACE(kTraceError, kTraceVideoRenderer, _id, "%s:%d Invalid WindowRef:0x%x", __FUNCTION__, __LINE__, _windowRef);
408 //WEBRTC_TRACE(kTraceDebug, kTraceVideoRenderer, _id, "%s:%d WindowRef 0x%x is valid", __FUNCTION__, __LINE__, _windowRef);
422 #pragma mark WindowRef Event Handler
427 WindowRef windowRef = NULL;
436 sizeof (WindowRef),
    [all...]
video_render_nsopengl.mm 363 VideoRenderNSOpenGL::VideoRenderNSOpenGL(CocoaRenderView *windowRef, bool fullScreen, int iId) :
364 _windowRef( (CocoaRenderView*)windowRef),

Completed in 123 milliseconds