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

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/winedlls/dxgi/
dxgi_dll.c 82 int rgn_box_type; local
88 rgn_box_type = GetRgnBox(hrgn, &rgn_box);
97 if(rgn_box_type == NULLREGION)
150 int rgn_box_type; local
156 rgn_box_type = GetRgnBox(hrgn, &rgn_box);
160 return rgn_box_type == NULLREGION ? DXGI_STATUS_OCCLUDED : S_OK;
  /external/mesa3d/src/gallium/state_trackers/d3d1x/winedlls/dxgi/
dxgi_dll.c 82 int rgn_box_type; local
88 rgn_box_type = GetRgnBox(hrgn, &rgn_box);
97 if(rgn_box_type == NULLREGION)
150 int rgn_box_type; local
156 rgn_box_type = GetRgnBox(hrgn, &rgn_box);
160 return rgn_box_type == NULLREGION ? DXGI_STATUS_OCCLUDED : S_OK;

Completed in 145 milliseconds