Searched defs:region (Results 51 - 75 of 401) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_tex_copy.c56 struct intel_region *region; local
69 region = irb->mt->region;
70 assert(region);
108 if (intelImage->mt->region->tiling == I915_TILING_Y) {
115 src_pitch = -region->pitch;
118 src_pitch = region->pitch;
125 region->bo,
127 region->tiling,
128 intelImage->mt->region
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_blorp.cpp128 struct intel_region *region = mt->region; local
131 intel_region_get_tile_masks(region, &mask_x, &mask_y,
137 return intel_region_get_aligned_offset(region, x_offset & ~mask_x,
H A Dgen7_misc_state.c71 intel_region_get_tile_masks(depth_mt->region,
76 intel_region_get_tile_masks(hiz_mt->region,
156 struct intel_region *region = depth_mt->region; local
182 offset = intel_region_get_aligned_offset(region,
187 assert(region->tiling == I915_TILING_Y);
192 OUT_BATCH(((region->pitch * region->cpp) - 1) |
198 OUT_RELOC(region->bo,
217 intel_region_get_aligned_offset(hiz_mt->region,
[all...]
H A Dintel_tex_copy.c56 struct intel_region *region; local
69 region = irb->mt->region;
70 assert(region);
108 if (intelImage->mt->region->tiling == I915_TILING_Y) {
115 src_pitch = -region->pitch;
118 src_pitch = region->pitch;
125 region->bo,
127 region->tiling,
128 intelImage->mt->region
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_tex_copy.c56 struct intel_region *region; local
69 region = irb->mt->region;
70 assert(region);
108 if (intelImage->mt->region->tiling == I915_TILING_Y) {
115 src_pitch = -region->pitch;
118 src_pitch = region->pitch;
125 region->bo,
127 region->tiling,
128 intelImage->mt->region
[all...]
/external/chromium_org/third_party/skia/bench/
H A DPictureRecordBench.cpp71 // set the clip to the given region
72 SkRegion region; variable
73 region.setRect(rect);
74 canvas->clipRegion(region);
/external/chromium_org/third_party/skia/src/utils/
H A DSkPathUtils.cpp113 SkRegion region; local
132 region.op(SkIRect::MakeXYWH(start, y, i-start, 1),
141 region.op(SkIRect::MakeXYWH(start, y, w-1-start+end, 1),
146 region.op(SkIRect::MakeXYWH(w-1, y, 1, 1),
150 // convert region to path
151 region.getBoundaryPath(path);
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Dscreen_capturer_helper_unittest.cc24 DesktopRegion region(DesktopRect::MakeXYWH(1, 2, 3, 4));
25 capturer_helper_.InvalidateRegion(region);
27 capturer_helper_.TakeInvalidRegion(&region);
28 EXPECT_TRUE(region.is_empty());
32 DesktopRegion region; local
33 capturer_helper_.TakeInvalidRegion(&region);
34 EXPECT_TRUE(region.is_empty());
36 region.SetRect(DesktopRect::MakeXYWH(1, 2, 3, 4));
37 capturer_helper_.InvalidateRegion(region);
38 capturer_helper_.TakeInvalidRegion(&region);
50 DesktopRegion region; local
66 DesktopRegion region; local
107 TestExpandRegionToGrid(const DesktopRegion& region, int log_grid_size, const DesktopRegion& expanded_region_expected) argument
158 DesktopRegion region; local
[all...]
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/prefixmapper/
H A DPrefixFileReader.java66 int prefixMapKey, String language, String script, String region) {
67 String fileName = mappingFileProvider.getFileName(prefixMapKey, language, script, region);
110 * @param region two-letter uppercase ISO country codes as defined by ISO 3166-1
115 PhoneNumber number, String lang, String script, String region) {
122 getPhonePrefixDescriptions(phonePrefix, lang, script, region);
65 getPhonePrefixDescriptions( int prefixMapKey, String language, String script, String region) argument
114 getDescriptionForNumber( PhoneNumber number, String lang, String script, String region) argument
/external/mesa3d/src/gallium/state_trackers/clover/api/
H A Dtransfer.cpp105 const point &region) {
108 dst_pitch(dst_orig), dst_pitch(region));
110 src_pitch(src_orig), src_pitch(region));
113 for (p[2] = 0; p[2] < region[2]; ++p[2]) {
114 for (p[1] = 0; p[1] < region[1]; ++p[1]) {
117 src_pitch[0] * region[0]); local
129 S src_obj, const point &src_orig, const point &region) {
131 dst_obj->resource(q).copy(*q, dst_orig, region,
190 const size_t *region,
209 region));
102 soft_copy_op(cl_command_queue q, T dst_obj, const point &dst_orig, const point &dst_pitch, S src_obj, const point &src_orig, const point &src_pitch, const point &region) argument
128 hard_copy_op(cl_command_queue q, T dst_obj, const point &dst_orig, S src_obj, const point &src_orig, const point &region) argument
[all...]
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_tex_copy.c56 struct intel_region *region; local
69 region = irb->mt->region;
70 assert(region);
108 if (intelImage->mt->region->tiling == I915_TILING_Y) {
115 src_pitch = -region->pitch;
118 src_pitch = region->pitch;
125 region->bo,
127 region->tiling,
128 intelImage->mt->region
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_blorp.cpp128 struct intel_region *region = mt->region; local
131 intel_region_get_tile_masks(region, &mask_x, &mask_y,
137 return intel_region_get_aligned_offset(region, x_offset & ~mask_x,
H A Dgen7_misc_state.c71 intel_region_get_tile_masks(depth_mt->region,
76 intel_region_get_tile_masks(hiz_mt->region,
156 struct intel_region *region = depth_mt->region; local
182 offset = intel_region_get_aligned_offset(region,
187 assert(region->tiling == I915_TILING_Y);
192 OUT_BATCH(((region->pitch * region->cpp) - 1) |
198 OUT_RELOC(region->bo,
217 intel_region_get_aligned_offset(hiz_mt->region,
[all...]
H A Dintel_tex_copy.c56 struct intel_region *region; local
69 region = irb->mt->region;
70 assert(region);
108 if (intelImage->mt->region->tiling == I915_TILING_Y) {
115 src_pitch = -region->pitch;
118 src_pitch = region->pitch;
125 region->bo,
127 region->tiling,
128 intelImage->mt->region
[all...]
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_tex_copy.c56 struct intel_region *region; local
69 region = irb->mt->region;
70 assert(region);
108 if (intelImage->mt->region->tiling == I915_TILING_Y) {
115 src_pitch = -region->pitch;
118 src_pitch = region->pitch;
125 region->bo,
127 region->tiling,
128 intelImage->mt->region
[all...]
/external/openfst/src/lib/
H A Dmapped-file.cc30 MappedFile::MappedFile(const MemoryRegion &region) : region_(region) { } argument
37 LOG(ERROR) << "failed to unmap region: "<< strerror(errno);
46 MemoryRegion region; local
47 region.data = size == 0 ? NULL : operator new(size);
48 region.mmap = NULL;
49 region.size = size;
50 return new MappedFile(region);
54 MemoryRegion region; local
55 region
75 MemoryRegion region; local
[all...]
/external/skia/bench/
H A DPictureRecordBench.cpp71 // set the clip to the given region
72 SkRegion region; variable
73 region.setRect(rect);
74 canvas->clipRegion(region);
/external/skia/src/utils/
H A DSkPathUtils.cpp113 SkRegion region; local
132 region.op(SkIRect::MakeXYWH(start, y, i-start, 1),
141 region.op(SkIRect::MakeXYWH(start, y, w-1-start+end, 1),
146 region.op(SkIRect::MakeXYWH(w-1, y, 1, 1),
150 // convert region to path
151 region.getBoundaryPath(path);
/external/chromium_org/base/win/
H A Di18n.cc87 bool GetUserDefaultUILanguage(std::wstring* language, std::wstring* region) { argument
101 region->clear();
106 DPCHECK(0 != result_length) << "Failed getting region id";
108 region->assign(&result_buffer[0], result_length - 1);
124 std::wstring region; local
134 } else if (GetUserDefaultUILanguage(&language, &region)) {
137 if (!region.empty())
140 .append(region));
/external/chromium_org/cc/base/
H A Dsimple_enclosed_region.cc8 #include "cc/base/region.h"
18 SimpleEnclosedRegion::SimpleEnclosedRegion(const Region& region) { argument
19 for (Region::Iterator it(region); it.has_rect(); it.next())
73 // We want to keep track of a region but bound its complexity at a constant
H A Dsimple_enclosed_region.h23 SimpleEnclosedRegion(const SimpleEnclosedRegion& region) argument
24 : rect_(region.rect_) {}
28 explicit SimpleEnclosedRegion(const Region& region);
35 const SimpleEnclosedRegion& operator=(const SimpleEnclosedRegion& region) { argument
36 rect_ = region.rect_;
46 bool Contains(const SimpleEnclosedRegion& region) const {
47 return rect_.Contains(region.rect_);
53 bool Intersects(const SimpleEnclosedRegion& region) const {
54 return rect_.Intersects(region.rect_);
/external/chromium_org/cc/output/
H A Dfilter_operation.cc99 const SkRegion& region,
108 region_(region) {
252 blended_filter.set_region(to_op.region());
307 value->BeginArray("region");
98 FilterOperation(FilterType type, const SkRegion& region, float inner_threshold, float outer_threshold) argument
/external/chromium_org/cc/resources/
H A Dpicture_layer_tiling_perftest.cc59 void RunInvalidateTest(const std::string& test_name, const Region& region) { argument
63 region, picture_layer_tiling_->tiling_size());
/external/chromium_org/cc/test/
H A Dfake_picture_layer_tiling_client.h49 void set_invalidation(const Region& region) { invalidation_ = region; } argument
/external/chromium_org/components/autofill/core/browser/
H A Dphone_number.cc20 // Returns the region code for this phone number, which is an ISO 3166 2-letter
71 // number's region, which is only available via GetInfo().
144 // The number doesn't make sense for this region; clear it.
179 std::string region = GetRegion(*profile_, app_locale); local
180 if (!number_.empty() && cached_parsed_phone_.region() != region)
181 cached_parsed_phone_ = i18n::PhoneObject(number_, region);

Completed in 5569 milliseconds

1234567891011>>