/external/mesa3d/src/gallium/state_trackers/egl/x11/ |
D | x11_screen.c | 357 XRectangle *rectangles = CALLOC(num_rects, sizeof(XRectangle)); in x11_drawable_copy_buffers_region() local 360 rectangles[i].x = rects[i * 4 + 0]; in x11_drawable_copy_buffers_region() 361 rectangles[i].y = rects[i * 4 + 1]; in x11_drawable_copy_buffers_region() 362 rectangles[i].width = rects[i * 4 + 2]; in x11_drawable_copy_buffers_region() 363 rectangles[i].height = rects[i * 4 + 3]; in x11_drawable_copy_buffers_region() 366 region = XFixesCreateRegion(xscr->dpy, rectangles, num_rects); in x11_drawable_copy_buffers_region() 369 FREE(rectangles); in x11_drawable_copy_buffers_region()
|
/external/skia/site/user/api/ |
D | skregion.md | 4 *Regions - set operations with rectangles* 15 with rectangles (which can be thought of as "simple" regions. If you 29 operator==). Compare this to rectangles (SkRect or SkIRect). Any 31 but clearly there are different empty rectangles that are not equal.
|
D | skmatrix.md | 10 rectangles, paths) in perspective. SkCamera is a helper class that
|
D | index.md | 29 3. **[SkRect](/user/api/skrect)** - rectangles 30 4. **[SkRegion](/user/api/skregion)** - set operations with rectangles and paths
|
D | skrect.md | 30 rectangles.
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | platform_x11.c | 775 xcb_rectangle_t rectangles[16]; in dri2_swap_buffers_region() local 778 if (numRects > (int)ARRAY_SIZE(rectangles)) in dri2_swap_buffers_region() 782 rectangles[i].x = rects[i * 4]; in dri2_swap_buffers_region() 783 rectangles[i].y = dri2_surf->base.Height - rects[i * 4 + 1] - rects[i * 4 + 3]; in dri2_swap_buffers_region() 784 rectangles[i].width = rects[i * 4 + 2]; in dri2_swap_buffers_region() 785 rectangles[i].height = rects[i * 4 + 3]; in dri2_swap_buffers_region() 789 xcb_xfixes_create_region(dri2_dpy->conn, region, numRects, rectangles); in dri2_swap_buffers_region()
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.instanced.txt | 39 chosen such that the rectangles are drawn next to each other.
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.copy_image.txt | 57 rectangles are npot size.
|
D | functional.tessellation.txt | 124 rectangles (for the "quads" mode); the coloring is done so as to make it visible 125 if a fill-triangle spans between inappropriate inner triangles or rectangles.
|
/external/libvpx/libvpx/ |
D | usage_dx.dox | 33 examine the rectangles that describe what data is valid to access and what
|
/external/mesa3d/src/gallium/docs/source/ |
D | context.rst | 209 GL clear or explicit rectangles like d3d9 uses). It can, however, also clear 444 of the rectangles must match, unless PIPE_CAP_SCALED_RESOLVE is supported,
|
/external/libvncserver/ |
D | NEWS | 225 fixed CopyRect (was using the wrong order of rectangles...)
|
D | ChangeLog | 5488 rectangles with a zero W or H We need to process the rectangle 5491 rectangles from being sent.
|
/external/mesa3d/src/gallium/docs/ |
D | d3d11ddi.txt | 432 - Gallium lacks support for multiple geometry-shader-selectable scissor rectangles D3D11 has
|
/external/webrtc/webrtc/modules/desktop_capture/ |
D | screen_capturer_mac.mm | 257 // A thread-safe list of invalid rectangles, and the size of the most
|
/external/mesa3d/docs/ |
D | VERSIONS | 1010 - max texture units reduced to six to accomodate texture rectangles 1291 - adjust texcoords for sampling texture rectangles (Dave Reveman)
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/syslinux/com32/lib/libpng/ |
D | libpng.txt | 1242 If you only want the first effect (the rectangles), do the same as
|
/external/netperf/doc/ |
D | texinfo.tex | 6271 % For a final copy, take out the rectangles
|
/external/e2fsprogs/lib/et/ |
D | texinfo.tex | 184 % For a final copy, take out the rectangles
|
/external/e2fsprogs/doc/ |
D | texinfo.tex | 184 % For a final copy, take out the rectangles
|
/external/libpng/ |
D | libpng-manual.txt | 2246 If you only want the first effect (the rectangles), do the same as
|
/external/skia/third_party/libpng/ |
D | libpng-manual.txt | 2243 If you only want the first effect (the rectangles), do the same as
|