/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
D | s_copypix.c | 105 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/ |
D | s_copypix.c | 105 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/ |
D | range-1.ll | 86 ; CHECK: Intervals are overlapping 118 ; CHECK: Intervals are overlapping 126 ; CHECK: Intervals are overlapping 134 ; CHECK: Intervals are overlapping
|
/external/llvm/test/ExecutionEngine/ |
D | 2003-08-23-RegisterAllocatePhysReg.ll | 5 ; 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/ |
D | 2003-08-23-RegisterAllocatePhysReg.ll | 4 ; 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/ |
D | name | 1 overlapping inode and block bitmaps
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.blend_equation_advanced.txt | 40 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/ |
D | web_contents_view_guest.cc | 122 void WebContentsViewGuest::SetAllowOverlappingViews(bool overlapping) { in SetAllowOverlappingViews() argument 123 platform_view_->SetAllowOverlappingViews(overlapping); in SetAllowOverlappingViews()
|
D | web_contents_view.h | 111 virtual void SetAllowOverlappingViews(bool overlapping) = 0;
|
D | web_contents_view_guest.h | 68 virtual void SetAllowOverlappingViews(bool overlapping) OVERRIDE;
|
D | web_contents_view_mac.h | 80 virtual void SetAllowOverlappingViews(bool overlapping) OVERRIDE;
|
D | web_contents_view_mac.mm | 266 void WebContentsViewMac::SetAllowOverlappingViews(bool overlapping) { 267 if (allow_overlapping_views_ == overlapping) 270 allow_overlapping_views_ = overlapping;
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
D | exit_compare_live_range.ll | 2 ; having overlapping live ranges that result in copies. We want the setcc
|
/external/llvm/test/CodeGen/X86/ |
D | 2003-08-03-CallArgLiveRanges.ll | 4 ; it makes a ton of annoying overlapping live ranges. This code should not
|
D | load-slice.ll | 113 ; 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/ |
D | image_editor.js | 630 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/ |
D | image_editor.js | 630 var overlapping = 633 if (overlapping && !tool.hasAttribute('dimmed') || 634 !overlapping && tool.hasAttribute('dimmed')) { 635 ImageUtil.setAttribute(tool, 'dimmed', overlapping);
|
/external/elfutils/0.153/ |
D | TODO | 151 of overlapping relocations doesn't change. There really never 152 should be overlapping relocations but who knows.
|
/external/e2fsprogs/tests/ |
D | README | 65 overfsblks.img Filesystem with overlapping inode and block bitmaps
|
/external/chromium_org/content/public/browser/ |
D | web_contents.h | 583 virtual void SetAllowOverlappingViews(bool overlapping) = 0;
|
/external/llvm/test/MC/ARM/ |
D | single-precision-fp.s | 72 @ FIXME: overlapping aliases and a probable TableGen indeterminacy mean
|
/external/libvorbis/doc/ |
D | 04-codec.tex | 303 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
|
D | 01-introduction.tex | 348 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/ |
D | render_widget_host_view_mac.h | 235 void SetAllowOverlappingViews(bool overlapping);
|
/external/llvm/docs/ |
D | InAlloca.rst | 128 restore, we can have multiple overlapping active call frames.
|