Searched refs:region (Results 251 - 275 of 793) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dgen6_blorp.cpp60 intel_region_get_tile_masks(params->depth.mt->region,
62 intel_region_get_tile_masks(params->depth.mt->hiz_mt->region,
426 struct intel_region *region = surface->mt->region; local
440 region->bo->offset);
448 : brw_get_surface_tiling_bits(region->tiling);
449 uint32_t pitch_bytes = region->pitch * region->cpp;
471 region->bo,
472 surf[1] - region
[all...]
H A Dgen7_blorp.cpp152 struct intel_region *region = surface->mt->region; local
172 surf->ss1.base_addr += region->bo->offset;
186 ? I915_TILING_Y : region->tiling;
189 uint32_t pitch_bytes = region->pitch * region->cpp;
211 region->bo,
212 surf->ss1.base_addr - region->bo->offset,
592 intel_region_get_aligned_offset(params->depth.mt->region,
619 params->depth.mt->region
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dgen6_blorp.cpp60 intel_region_get_tile_masks(params->depth.mt->region,
62 intel_region_get_tile_masks(params->depth.mt->hiz_mt->region,
426 struct intel_region *region = surface->mt->region; local
440 region->bo->offset);
448 : brw_get_surface_tiling_bits(region->tiling);
449 uint32_t pitch_bytes = region->pitch * region->cpp;
471 region->bo,
472 surf[1] - region
[all...]
H A Dgen7_blorp.cpp152 struct intel_region *region = surface->mt->region; local
172 surf->ss1.base_addr += region->bo->offset;
186 ? I915_TILING_Y : region->tiling;
189 uint32_t pitch_bytes = region->pitch * region->cpp;
211 region->bo,
212 surf->ss1.base_addr - region->bo->offset,
592 intel_region_get_aligned_offset(params->depth.mt->region,
619 params->depth.mt->region
[all...]
/external/chromium_org/remoting/client/
H A Dsoftware_video_renderer.cc51 const webrtc::DesktopRegion& region) OVERRIDE {
52 return parent_->Invalidate(view_size, region);
90 void InvalidateRegion(const webrtc::DesktopRegion& region);
102 // Paints the invalidated region to the next available buffer and returns it
239 // Draw the invalidated region to the buffer.
276 const webrtc::DesktopRegion& region) {
280 decoder_->Invalidate(view_size_, region);
292 webrtc::DesktopRegion region; local
293 region.AddRect(webrtc::DesktopRect::MakeSize(view_size));
294 decoder_->Invalidate(view_size, region);
275 InvalidateRegion( const webrtc::DesktopRegion& region) argument
395 InvalidateRegion( const webrtc::DesktopRegion& region) argument
[all...]
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Dscreen_capturer_mac.mm166 // Create an image of the given region using the given |window_list|.
201 virtual void Capture(const DesktopRegion& region) OVERRIDE;
212 const DesktopRegion& region);
215 const DesktopRegion& region);
218 const DesktopRegion& region);
270 // Contains an invalid region from the previous capture.
416 DesktopRegion region;
417 helper_.TakeInvalidRegion(&region);
431 if (!CgBlitPostLion(*current_frame, region)) {
439 GlBlitFast(*current_frame, region);
[all...]
/external/chromium_org/third_party/skia/src/images/
H A DSkImageDecoder_libwebp.cpp265 const SkIRect& region, bool premultiply) {
267 if (!webp_get_config_resize(config, decodedBitmap, region.width(),
268 region.height(), premultiply)) {
273 config->options.crop_left = region.fLeft;
274 config->options.crop_top = region.fTop;
275 config->options.crop_width = region.width();
276 config->options.crop_height = region.height();
341 const SkIRect& region) {
344 if (!rect.intersect(region)) {
345 // If the requested region i
263 webp_get_config_resize_crop(WebPDecoderConfig* config, SkBitmap* decodedBitmap, const SkIRect& region, bool premultiply) argument
340 onDecodeSubset(SkBitmap* decodedBitmap, const SkIRect& region) argument
[all...]
/external/skia/src/images/
H A DSkImageDecoder_libwebp.cpp276 const SkIRect& region, bool premultiply) {
278 if (!webp_get_config_resize(config, decodedBitmap, region.width(),
279 region.height(), premultiply)) {
284 config->options.crop_left = region.fLeft;
285 config->options.crop_top = region.fTop;
286 config->options.crop_width = region.width();
287 config->options.crop_height = region.height();
352 const SkIRect& region) {
355 if (!rect.intersect(region)) {
356 // If the requested region i
274 webp_get_config_resize_crop(WebPDecoderConfig* config, SkBitmap* decodedBitmap, const SkIRect& region, bool premultiply) argument
351 onDecodeSubset(SkBitmap* decodedBitmap, const SkIRect& region) argument
[all...]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayReference/
H A DGetValuesTest.java204 ArrayRegion region = reply.getNextValueAsArrayRegion();
205 //System.err.println("length="+region.length);
206 byte arrayTag = region.getTag();
209 logWriter.println("==> arrayLength = "+region.getLength());
210 Value value_0 = region.getValue(0);
220 length, region.getLength());
227 for (int i = 0; i < region.getLength(); i++) {
228 Value value = region.getValue(i);
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h163 /// Make a unique symbol for value of region.
164 DefinedOrUnknownSVal getRegionValueSymbolVal(const TypedValueRegion *region);
186 /// \brief Conjure a symbol representing heap allocated memory region.
194 SymbolRef parentSymbol, const TypedValueRegion *region);
197 const void *symbolTag, const MemRegion *region,
217 const TypedValueRegion *region) {
219 BasicVals.getLazyCompoundValData(store, region));
304 Loc makeLoc(const MemRegion* region) { argument
305 return loc::MemRegionVal(region);
316 /// Return a memory region fo
216 makeLazyCompoundVal(const StoreRef &store, const TypedValueRegion *region) argument
[all...]
H A DStore.h45 /// MRMgr - Manages region objects associated with this StoreManager.
105 // region extents directly.
107 const MemRegion *region,
131 /// - We don't know (base is a symbolic region and we don't have
140 /// a MemRegion* to a specific location type. 'R' is the region being
142 const MemRegion *castRegion(const MemRegion *region, QualType CastToTy);
148 const MemRegion *region) const = 0;
176 /// region/symbol.
200 /// Finds the transitive closure of symbols within the given region.
213 const MemRegion *region, SVa
106 getSizeInElements(ProgramStateRef state, const MemRegion *region, QualType EleTy) argument
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fVertexTextureTests.cpp331 static void setPixelColors (const vector<Vec4>& quadColors, const Rect& region, const PosTexCoordQuadGrid<TexType>& grid, tcu::Surface& dst) argument
340 const int ix0 = deCeilFloatToInt32(ldru.x() * (float)region.w - 0.5f);
341 const int ix1 = deCeilFloatToInt32(ldru.z() * (float)region.w - 0.5f);
342 const int iy0 = deCeilFloatToInt32(ldru.y() * (float)region.h - 0.5f);
343 const int iy1 = deCeilFloatToInt32(ldru.w() * (float)region.h - 0.5f);
348 DE_ASSERT(deInBounds32(ix + region.x, 0, dst.getWidth()));
349 DE_ASSERT(deInBounds32(iy + region.y, 0, dst.getHeight()));
351 dst.setPixel(ix + region.x, iy + region.y, toRGBA(color));
586 const Rect region; member in struct:deqp::gles2::Functional::Render
918 const Rect region; member in struct:deqp::gles2::Functional::Render
[all...]
/external/stressapptest/src/
H A Dos.cc260 logprintf(0, "Log: region number %d exceeds region count %d\n",
269 // Report which cores are associated with a given region.
270 cpu_set_t *OsLayer::FindCoreMask(int32 region) { argument
271 sat_assert(region >= 0);
272 region %= num_nodes_;
273 if (!cpu_sets_valid_[region]) {
274 CPU_ZERO(&cpu_sets_[region]);
276 CPU_SET(i + region * num_cpus_per_node_, &cpu_sets_[region]);
286 FindCoreMaskFormat(int32 region) argument
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dlow_level_alloc.cc68 intptr_t size; // size of entire region, including this field. Must be
235 ~ArenaLock() { RAW_CHECK(this->left_, "haven't left Arena region"); }
246 bool left_; // whether left region
322 AllocList *region = arena->freelist.next[0]; local
323 size_t size = region->header.size;
324 arena->freelist.next[0] = region->next[0];
325 RAW_CHECK(region->header.magic ==
326 Magic(kMagicUnallocated, &region->header),
328 RAW_CHECK(region->header.arena == arena,
332 RAW_CHECK(reinterpret_cast<intptr_t>(region)
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dlow_level_alloc.cc68 intptr_t size; // size of entire region, including this field. Must be
235 ~ArenaLock() { RAW_CHECK(this->left_, "haven't left Arena region"); }
246 bool left_; // whether left region
322 AllocList *region = arena->freelist.next[0]; local
323 size_t size = region->header.size;
324 arena->freelist.next[0] = region->next[0];
325 RAW_CHECK(region->header.magic ==
326 Magic(kMagicUnallocated, &region->header),
328 RAW_CHECK(region->header.arena == arena,
332 RAW_CHECK(reinterpret_cast<intptr_t>(region)
[all...]
/external/chromium_org/skia/ext/
H A Dplatform_device_win.cc206 const SkRegion& region,
209 if (region.isEmpty()) {
210 // region can be empty, in which case everything will be clipped.
212 } else if (region.isRect()) {
214 // to the region.
215 hrgn = CreateRectRgnIndirect(&SkIRectToRECT(region.getBounds()));
219 region.getBoundaryPath(&path);
205 LoadClippingRegionToDC(HDC context, const SkRegion& region, const SkMatrix& transformation) argument
/external/chromium_org/third_party/libaddressinput/src/cpp/src/
H A Dregion_data_builder.cc75 RegionData* region = parent_region->AddSubRegion(*key_it, name); local
82 region,
107 RegionData* region = new RegionData(region_code); local
109 // If there're sub-keys for field X, but field X is not used in this region
118 region,
124 return region;
154 // Look up the region tree in cache first before building it.
/external/clang/lib/StaticAnalyzer/Core/
H A DBasicValueFactory.cpp31 const TypedValueRegion *region) {
33 ID.AddPointer(region);
128 const TypedValueRegion *region) {
130 LazyCompoundValData::Profile(ID, store, region);
138 new (D) LazyCompoundValData(store, region);
29 Profile(llvm::FoldingSetNodeID& ID, const StoreRef &store, const TypedValueRegion *region) argument
127 getLazyCompoundValData(const StoreRef &store, const TypedValueRegion *region) argument
/external/llvm/lib/Analysis/
H A DRegionInfo.cpp1 //===- RegionInfo.cpp - SESE region detection analysis --------------------===//
26 #define DEBUG_TYPE "region"
36 VerifyRegionInfoX("verify-region-info", cl::location(VerifyRegionInfo),
37 cl::desc("Verify region info (time consuming)"));
42 static cl::opt<enum Region::PrintStyle> printStyle("print-region-style",
118 // Toplevel region.
128 // described by the NULL pointer. This loop is not part of any region,
129 // except if the region describes the whole function.
235 llvm_unreachable("Broken region found!");
241 llvm_unreachable("Broken region foun
654 getTopMostParent(Region *region) argument
661 buildRegionsTree(DomTreeNode *N, Region *region) argument
[all...]
/external/chromium_org/courgette/
H A Dstreams.h8 // region of memory.
23 #include "courgette/region.h"
34 // A SourceStream allows a region of memory to be scanned by a sequence of Read
49 // Initializes the SourceStream to yield the bytes in |region|. The caller
50 // still owns the memory at |region| and should free the memory only after
52 void Init(const Region& region) { Init(region.start(), region.length()); } argument
/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/tcmalloc/chromium/src/
H A Dmemory_region_map.h57 // For each memory region, we keep track of (and provide to users)
58 // the stack trace that allocated that memory region.
133 // A memory region that we know about through malloc_hook-s.
137 uintptr_t start_addr; // region start address
138 uintptr_t end_addr; // region end address
142 bool is_stack; // does this region contain a thread's stack:
147 // of this region's allocation function,
157 // Return true iff this region overlaps region x.
216 // Find the region tha
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dmemory_region_map.h56 // For each memory region, we keep track of (and provide to users)
57 // the stack trace that allocated that memory region.
121 // A memory region that we know about through malloc_hook-s.
125 uintptr_t start_addr; // region start address
126 uintptr_t end_addr; // region end address
130 bool is_stack; // does this region contain a thread's stack:
135 // of this region's allocation function,
145 // Return true iff this region overlaps region x.
204 // Find the region tha
[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/chromium-trace/trace-viewer/src/ui/
H A Dquad_stack.js15 base.require('cc.region');
135 curQuadView.region = new cc.Region();
146 if (curQuadView.region.rectIntersects(bboxRect))
148 curQuadView.region.rects.push(bboxRect);

Completed in 1969 milliseconds

<<11121314151617181920>>