Searched refs:window_bounds (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/targets/haiku-softpipe/ |
D | SoftwareRenderer.cpp | 116 fWidth = fInfo->window_bounds.right - fInfo->window_bounds.left; in LockGL() 117 fHeight = fInfo->window_bounds.bottom - fInfo->window_bounds.top; in LockGL() 168 if (fInfo->window_bounds.bottom - fInfo->window_bounds.top in SwapBuffers() 170 || fInfo->window_bounds.right - fInfo->window_bounds.left in SwapBuffers() 188 + (clip->top - fInfo->window_bounds.top) * bytesPerRow in SwapBuffers() 189 + (clip->left - fInfo->window_bounds.left) * bytesPerPixel; in SwapBuffers()
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | reduce_window_test.cc | 565 int64 window_bounds[4]; member 580 "__window_bounds_", absl::StrJoin(param.window_bounds, "x"), // in R4ReduceWindowTestDataToString() 642 /*window_dimensions=*/param.window_bounds, in DoIt() 657 /*window=*/param.window_bounds, in DoIt() 936 int64 window_bounds[3]; member 992 absl::StrJoin(param.window_bounds, "x"), "__strides_", in R3ReduceWindowTestDataToString() 1043 /*window_dimensions=*/param.window_bounds, in TEST_P() 1057 int64 window_bounds[2]; member 1139 "__window_bounds_", absl::StrJoin(param.window_bounds, "x"), // in R2ReduceWindowTestDataToString() 1182 /*window_dimensions=*/param.window_bounds, in DoIt() [all …]
|
/external/webrtc/talk/media/devices/ |
D | carbonvideorenderer.cc | 97 Rect window_bounds; in DrawFrame() local 98 GetWindowPortBounds(window_ref_, &window_bounds); in DrawFrame() 102 int y = window_bounds.bottom - CGImageGetHeight(image_ref); in DrawFrame()
|
/external/mesa3d/src/hgl/ |
D | GLView.cpp | 430 BRegion boundsRegion = fBounds.OffsetByCopy(localInfo->window_bounds.left, in _CallDirectConnected() 431 localInfo->window_bounds.top); in _CallDirectConnected() 432 info->window_bounds = boundsRegion.RectAtInt(0); in _CallDirectConnected()
|
/external/webrtc/webrtc/modules/desktop_capture/ |
D | mouse_cursor_monitor_mac.mm | 155 CFDictionaryRef window_bounds = reinterpret_cast<CFDictionaryRef>( 160 if (window_bounds && window_number) { 162 if (!CGRectMakeWithDictionaryRepresentation(window_bounds,
|
D | screen_capturer_mac.mm | 172 CGRect window_bounds; 175 window_bounds.origin.x = pixel_bounds.left() / dip_to_pixel_scale; 176 window_bounds.origin.y = pixel_bounds.top() / dip_to_pixel_scale; 177 window_bounds.size.width = pixel_bounds.width(); 178 window_bounds.size.height = pixel_bounds.height(); 181 window_bounds, window_list, kCGWindowImageDefault);
|