Home
last modified time | relevance | path

Searched refs:overlapping (Results 1 – 25 of 64) sorted by relevance

123

/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
Ds_copypix.c105 GLint overlapping; in copy_rgba_pixels() local
115 overlapping = regions_overlap(srcx, srcy, destx, desty, width, height, in copy_rgba_pixels()
119 overlapping = GL_FALSE; in copy_rgba_pixels()
123 if (!overlapping && srcy < desty) { in copy_rgba_pixels()
141 if (overlapping) { in copy_rgba_pixels()
167 if (overlapping) { in copy_rgba_pixels()
198 if (overlapping) in copy_rgba_pixels()
253 GLint overlapping; in copy_depth_pixels() local
266 overlapping = regions_overlap(srcx, srcy, destx, desty, width, height, in copy_depth_pixels()
270 overlapping = GL_FALSE; in copy_depth_pixels()
[all …]
/external/mesa3d/src/mesa/swrast/
Ds_copypix.c105 GLint overlapping; in copy_rgba_pixels() local
115 overlapping = regions_overlap(srcx, srcy, destx, desty, width, height, in copy_rgba_pixels()
119 overlapping = GL_FALSE; in copy_rgba_pixels()
123 if (!overlapping && srcy < desty) { in copy_rgba_pixels()
141 if (overlapping) { in copy_rgba_pixels()
167 if (overlapping) { in copy_rgba_pixels()
198 if (overlapping) in copy_rgba_pixels()
253 GLint overlapping; in copy_depth_pixels() local
266 overlapping = regions_overlap(srcx, srcy, destx, desty, width, height, in copy_depth_pixels()
270 overlapping = GL_FALSE; in copy_depth_pixels()
[all …]
/external/llvm/test/Verifier/
Drange-1.ll86 ; CHECK: Intervals are overlapping
118 ; CHECK: Intervals are overlapping
126 ; CHECK: Intervals are overlapping
134 ; CHECK: Intervals are overlapping
/external/llvm/test/ExecutionEngine/
D2003-08-23-RegisterAllocatePhysReg.ll5 ; of registers (due to too many overlapping live ranges), but then attempts to
11 ; Produce lots of overlapping live ranges
/external/llvm/test/ExecutionEngine/MCJIT/
D2003-08-23-RegisterAllocatePhysReg.ll4 ; of registers (due to too many overlapping live ranges), but then attempts to
10 ; Produce lots of overlapping live ranges
/external/e2fsprogs/tests/f_overfsblks/
Dname1 overlapping inode and block bitmaps
/external/deqp/doc/testspecs/GLES31/
Dfunctional.blend_equation_advanced.txt40 Advanced blending tests render two or more overlapping quads. First quad is
49 made between each overlapping quad with advanced blending enabled. In coherent
/external/chromium_org/content/browser/web_contents/
Dweb_contents_view_guest.cc122 void WebContentsViewGuest::SetAllowOverlappingViews(bool overlapping) { in SetAllowOverlappingViews() argument
123 platform_view_->SetAllowOverlappingViews(overlapping); in SetAllowOverlappingViews()
Dweb_contents_view.h111 virtual void SetAllowOverlappingViews(bool overlapping) = 0;
Dweb_contents_view_guest.h68 virtual void SetAllowOverlappingViews(bool overlapping) OVERRIDE;
Dweb_contents_view_mac.h80 virtual void SetAllowOverlappingViews(bool overlapping) OVERRIDE;
Dweb_contents_view_mac.mm266 void WebContentsViewMac::SetAllowOverlappingViews(bool overlapping) {
267 if (allow_overlapping_views_ == overlapping)
270 allow_overlapping_views_ = overlapping;
/external/llvm/test/Transforms/LoopStrengthReduce/
Dexit_compare_live_range.ll2 ; having overlapping live ranges that result in copies. We want the setcc
/external/llvm/test/CodeGen/X86/
D2003-08-03-CallArgLiveRanges.ll4 ; it makes a ton of annoying overlapping live ranges. This code should not
Dload-slice.ll113 ; Check that we do not optimize overlapping slices.
115 ; The 64-bits should NOT have been split in as slices are overlapping.
/external/chromium_org/ui/file_manager/file_manager/foreground/js/image_editor/
Dimage_editor.js630 var overlapping =
633 if (overlapping && !tool.hasAttribute('dimmed') ||
634 !overlapping && tool.hasAttribute('dimmed')) {
635 ImageUtil.setAttribute(tool, 'dimmed', overlapping);
/external/chromium_org/ui/file_manager/gallery/js/image_editor/
Dimage_editor.js630 var overlapping =
633 if (overlapping && !tool.hasAttribute('dimmed') ||
634 !overlapping && tool.hasAttribute('dimmed')) {
635 ImageUtil.setAttribute(tool, 'dimmed', overlapping);
/external/elfutils/0.153/
DTODO151 of overlapping relocations doesn't change. There really never
152 should be overlapping relocations but who knows.
/external/e2fsprogs/tests/
DREADME65 overfsblks.img Filesystem with overlapping inode and block bitmaps
/external/chromium_org/content/public/browser/
Dweb_contents.h583 virtual void SetAllowOverlappingViews(bool overlapping) = 0;
/external/llvm/test/MC/ARM/
Dsingle-precision-fp.s72 @ FIXME: overlapping aliases and a probable TableGen indeterminacy mean
/external/libvorbis/doc/
D04-codec.tex303 short block. See \xref{vorbis:spec:window} for an illustration of overlapping
310 illustration of overlapping dissimilar
582 produced from overlapping the previous and current frame data is
587 overlapping a short and long window, much of the returned range does not
D01-introduction.tex348 Vorbis uses an overlapping transform, namely the MDCT, to blend one
361 And slightly more complex in the case of overlapping unequal sized
509 The overlapped portion produced from overlapping the previous and
514 overlapped portions. When overlapping a short and long window, much of
/external/chromium_org/content/browser/renderer_host/
Drender_widget_host_view_mac.h235 void SetAllowOverlappingViews(bool overlapping);
/external/llvm/docs/
DInAlloca.rst128 restore, we can have multiple overlapping active call frames.

123