Searched refs:fullScreen (Results 1 – 8 of 8) sorted by relevance
/external/skqp/src/gpu/ops/ |
D | GrClearOp.cpp | 32 bool fullScreen) { in Make() argument 33 SkASSERT(fullScreen || !rect.isEmpty()); in Make() 37 return pool->allocate<GrClearOp>(rect, color, fullScreen); in Make()
|
D | GrClearOp.h | 28 bool fullScreen); 56 GrClearOp(const SkIRect& rect, const SkPMColor4f& color, bool fullScreen) in GrClearOp() argument 61 if (fullScreen) { in GrClearOp()
|
/external/skia/src/gpu/ops/ |
D | GrClearOp.cpp | 34 bool fullScreen) { in Make() argument 35 SkASSERT(fullScreen || !rect.isEmpty()); in Make() 39 return pool->allocate<GrClearOp>(rect, color, fullScreen); in Make()
|
D | GrClearOp.h | 29 bool fullScreen); 57 GrClearOp(const SkIRect& rect, const SkPMColor4f& color, bool fullScreen) in GrClearOp() argument 62 if (fullScreen) { in GrClearOp()
|
/external/webrtc/webrtc/modules/video_render/mac/ |
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) : 365 _fullScreen( fullScreen),
|
/external/webrtc/webrtc/modules/video_render/windows/ |
D | video_render_direct3d9.h | 100 VideoRenderDirect3D9(Trace* trace, HWND hWnd, bool fullScreen);
|
D | video_render_direct3d9.cc | 277 bool fullScreen) : in VideoRenderDirect3D9() argument 281 _fullScreen(fullScreen), in VideoRenderDirect3D9()
|