Home
last modified time | relevance | path

Searched refs:rectangles (Results 1 – 25 of 28) sorted by relevance

12

/external/mesa3d/src/gallium/state_trackers/egl/x11/
Dx11_screen.c357 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/
Dskregion.md4 *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.
Dskmatrix.md10 rectangles, paths) in perspective. SkCamera is a helper class that
Dindex.md29 3. **[SkRect](/user/api/skrect)** - rectangles
30 4. **[SkRegion](/user/api/skregion)** - set operations with rectangles and paths
Dskrect.md30 rectangles.
/external/mesa3d/src/egl/drivers/dri2/
Dplatform_x11.c775 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/
Dfunctional.instanced.txt39 chosen such that the rectangles are drawn next to each other.
/external/deqp/doc/testspecs/GLES31/
Dfunctional.copy_image.txt57 rectangles are npot size.
Dfunctional.tessellation.txt124 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/
Dusage_dx.dox33 examine the rectangles that describe what data is valid to access and what
/external/mesa3d/src/gallium/docs/source/
Dcontext.rst209 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/
DNEWS225 fixed CopyRect (was using the wrong order of rectangles...)
DChangeLog5488 rectangles with a zero W or H We need to process the rectangle
5491 rectangles from being sent.
/external/mesa3d/src/gallium/docs/
Dd3d11ddi.txt432 - Gallium lacks support for multiple geometry-shader-selectable scissor rectangles D3D11 has
/external/webrtc/webrtc/modules/desktop_capture/
Dscreen_capturer_mac.mm257 // A thread-safe list of invalid rectangles, and the size of the most
/external/mesa3d/docs/
DVERSIONS1010 - 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/
Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/syslinux/com32/lib/libpng/
Dlibpng.txt1242 If you only want the first effect (the rectangles), do the same as
/external/netperf/doc/
Dtexinfo.tex6271 % For a final copy, take out the rectangles
/external/e2fsprogs/lib/et/
Dtexinfo.tex184 % For a final copy, take out the rectangles
/external/e2fsprogs/doc/
Dtexinfo.tex184 % For a final copy, take out the rectangles
/external/libpng/
Dlibpng-manual.txt2246 If you only want the first effect (the rectangles), do the same as
/external/skia/third_party/libpng/
Dlibpng-manual.txt2243 If you only want the first effect (the rectangles), do the same as

12