Home
last modified time | relevance | path

Searched refs:window_bounds (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/targets/haiku-softpipe/
DSoftwareRenderer.cpp116 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/webrtc/modules/desktop_capture/mac/
Dwindow_list_utils.cc370 DesktopRect window_bounds = GetWindowBounds(id); in GetWindowScaleFactor() local
373 if (!window_bounds.is_empty() && !size.is_empty()) { in GetWindowScaleFactor()
374 float scale_x = size.width() / window_bounds.width(); in GetWindowScaleFactor()
375 float scale_y = size.height() / window_bounds.height(); in GetWindowScaleFactor()
388 CFDictionaryRef window_bounds = reinterpret_cast<CFDictionaryRef>( in GetWindowBounds() local
390 if (!window_bounds) { in GetWindowBounds()
395 if (!CGRectMakeWithDictionaryRepresentation(window_bounds, &gc_window_rect)) { in GetWindowBounds()
Dscreen_capturer_mac.mm134 CGRect window_bounds;
137 window_bounds.origin.x = pixel_bounds.left() / dip_to_pixel_scale;
138 window_bounds.origin.y = pixel_bounds.top() / dip_to_pixel_scale;
139 window_bounds.size.width = pixel_bounds.width();
140 window_bounds.size.height = pixel_bounds.height();
143 CGWindowListCreateImageFromArray(window_bounds, window_list, kCGWindowImageDefault));
/external/tensorflow/tensorflow/compiler/xla/tests/
Dreduce_window_test.cc580 int64 window_bounds[4]; member
595 "__window_bounds_", absl::StrJoin(param.window_bounds, "x"), // in R4ReduceWindowTestDataToString()
658 /*window_dimensions=*/param.window_bounds, in DoIt()
673 /*window=*/param.window_bounds, in DoIt()
952 int64 window_bounds[3]; member
1008 absl::StrJoin(param.window_bounds, "x"), "__strides_", in R3ReduceWindowTestDataToString()
1059 /*window_dimensions=*/param.window_bounds, in XLA_TEST_P()
1073 int64 window_bounds[2]; member
1217 "__window_bounds_", absl::StrJoin(param.window_bounds, "x"), // in R2ReduceWindowTestDataToString()
1269 /*window_dimensions=*/param.window_bounds, in DoIt()
[all …]
/external/mesa3d/src/hgl/
DGLView.cpp430 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()