/third_party/pixman/test/ |
D | region-contains-test.c | 125 int n_rects; in test_region_contains_rectangle() local 128 boxes = pixman_region32_rectangles (®ion, &n_rects); in test_region_contains_rectangle() 131 while (n_rects--) in test_region_contains_rectangle()
|
D | stress-test.c | 480 int i, n_rects; in set_general_properties() local 487 n_rects = 0; in set_general_properties() 491 n_rects = 1; in set_general_properties() 495 n_rects = 2; in set_general_properties() 499 n_rects = 3; in set_general_properties() 503 n_rects = prng_rand_n (100); in set_general_properties() 507 for (i = 0; i < n_rects; ++i) in set_general_properties()
|
/third_party/skia/third_party/externals/egl-registry/extensions/KHR/ |
D | EGL_KHR_partial_update.txt | 67 EGLint n_rects); 220 EGLint n_rects) 224 The damage region for <surface> is set to the area described by <n_rects> and 235 <n_rects> specifies the number of rectangles comprising the damage region. 237 should consist of <n_rects> groups of four values, with each group 245 If <n_rects> is zero, <rects> is ignored and the damage region is set to the 248 If <n_rects> is not zero but the rectangles in <rects> describe a region of 251 If <rects> contains more than (4 * <n_rects>) values, the remaining values 252 are ignored. If <rects> contains fewer than (4 * <n_rects>) values, the 350 <n_rects>, a surface resize will cause the damage region to become [all …]
|
D | EGL_KHR_swap_buffers_with_damage.txt | 164 EGLint n_rects); 181 EGLint n_rects); 196 of that rectangle. <n_rects> determines how many groups of 4 199 If <n_rects> is 0 then <rects> is ignored and the entire 265 eglSwapBuffersWithDamageKHR is called and <n_rects>, is less 266 than zero or <n_rects> is greater than zero but <rects> is 421 - Clarify that passing <n_rects> of 0 behaves as if
|
/third_party/EGL/extensions/KHR/ |
D | EGL_KHR_partial_update.txt | 67 EGLint n_rects); 220 EGLint n_rects) 224 The damage region for <surface> is set to the area described by <n_rects> and 235 <n_rects> specifies the number of rectangles comprising the damage region. 237 should consist of <n_rects> groups of four values, with each group 245 If <n_rects> is zero, <rects> is ignored and the damage region is set to the 248 If <n_rects> is not zero but the rectangles in <rects> describe a region of 251 If <rects> contains more than (4 * <n_rects>) values, the remaining values 252 are ignored. If <rects> contains fewer than (4 * <n_rects>) values, the 350 <n_rects>, a surface resize will cause the damage region to become [all …]
|
D | EGL_KHR_swap_buffers_with_damage.txt | 164 EGLint n_rects); 181 EGLint n_rects); 196 of that rectangle. <n_rects> determines how many groups of 4 199 If <n_rects> is 0 then <rects> is ignored and the entire 265 eglSwapBuffersWithDamageKHR is called and <n_rects>, is less 266 than zero or <n_rects> is greater than zero but <rects> is 421 - Clarify that passing <n_rects> of 0 behaves as if
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | SurfaceVk.h | 117 egl::Error swapWithDamage(const gl::Context *context, EGLint *rects, EGLint n_rects) override; 171 EGLint n_rects, 174 angle::Result swapImpl(const gl::Context *context, EGLint *rects, EGLint n_rects);
|
D | SurfaceVk.cpp | 839 EGLint n_rects) in swapWithDamage() argument 842 angle::Result result = swapImpl(context, rects, n_rects); in swapWithDamage() 855 EGLint n_rects, in present() argument 918 if (contextVk->getFeatures().supportsIncrementalPresent.enabled && (n_rects > 0)) in present() 924 presentRegion.rectangleCount = n_rects; in present() 925 vkRects.resize(n_rects); in present() 926 for (EGLint i = 0; i < n_rects; i++) in present() 972 angle::Result WindowSurfaceVk::swapImpl(const gl::Context *context, EGLint *rects, EGLint n_rects) in swapImpl() argument 983 ANGLE_TRY(present(contextVk, rects, n_rects, &presentOutOfDate)); in swapImpl()
|
/third_party/pixman/pixman/ |
D | pixman.c | 839 int n_rects, in pixman_image_fill_rectangles() argument 847 if (n_rects > 6) in pixman_image_fill_rectangles() 849 boxes = pixman_malloc_ab (sizeof (pixman_box32_t), n_rects); in pixman_image_fill_rectangles() 858 for (i = 0; i < n_rects; ++i) in pixman_image_fill_rectangles() 866 result = pixman_image_fill_boxes (op, dest, color, n_rects, boxes); in pixman_image_fill_rectangles() 912 int n_rects, j; in pixman_image_fill_boxes() local 926 rects = pixman_region32_rectangles (&fill_region, &n_rects); in pixman_image_fill_boxes() 927 for (j = 0; j < n_rects; ++j) in pixman_image_fill_boxes()
|
/third_party/EGL/extensions/EXT/ |
D | EGL_EXT_swap_buffers_with_damage.txt | 63 EGLint n_rects); 80 EGLint n_rects); 95 of that rectangle. <n_rects> determines how many groups of 4 98 If <n_rects> is 0 then <rects> is ignored and the entire 164 eglSwapBuffersWithDamageEXT is called and <n_rects>, is less 165 than zero or <n_rects> is greater than zero but <rects> is 320 - Clarify that passing <n_rects> of 0 behaves as if
|
/third_party/skia/third_party/externals/egl-registry/extensions/EXT/ |
D | EGL_EXT_swap_buffers_with_damage.txt | 63 EGLint n_rects); 80 EGLint n_rects); 95 of that rectangle. <n_rects> determines how many groups of 4 98 If <n_rects> is 0 then <rects> is ignored and the entire 164 eglSwapBuffersWithDamageEXT is called and <n_rects>, is less 165 than zero or <n_rects> is greater than zero but <rects> is 320 - Clarify that passing <n_rects> of 0 behaves as if
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ |
D | SurfaceEGL.cpp | 51 EGLint n_rects) in swapWithDamage() argument 56 success = mEGL->swapBuffersWithDamageKHR(mSurface, rects, n_rects); in swapWithDamage()
|
D | SurfaceEGL.h | 30 EGLint n_rects) override;
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ |
D | SurfaceEGL.cpp | 49 egl::Error SurfaceEGL::swapWithDamage(const gl::Context *context, EGLint *rects, EGLint n_rects) in swapWithDamage() argument 54 success = mEGL->swapBuffersWithDamageKHR(mSurface, rects, n_rects); in swapWithDamage()
|
D | SurfaceEGL.h | 28 egl::Error swapWithDamage(const gl::Context *context, EGLint *rects, EGLint n_rects) override;
|
D | FunctionsEGL.h | 81 EGLBoolean swapBuffersWithDamageKHR(EGLSurface surface, EGLint *rects, EGLint n_rects) const;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | SurfaceVk.h | 188 EGLint n_rects) override; 253 EGLint n_rects, 291 EGLint n_rects,
|
D | SurfaceVk.cpp | 1396 EGLint n_rects) in swapWithDamage() argument 1400 result = swapImpl(context, rects, n_rects, nullptr); in swapWithDamage() 1442 EGLint n_rects, in present() argument 1553 if (contextVk->getFeatures().supportsIncrementalPresent.enabled && (n_rects > 0)) in present() 1559 presentRegion.rectangleCount = n_rects; in present() 1560 vkRects.resize(n_rects); in present() 1561 for (EGLint i = 0; i < n_rects; i++) in present() 1597 EGLint n_rects, in swapImpl() argument 1614 ANGLE_TRY(present(contextVk, rects, n_rects, pNextChain, &presentOutOfDate)); in swapImpl()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | SurfaceImpl.cpp | 28 egl::Error SurfaceImpl::swapWithDamage(const gl::Context *context, EGLint *rects, EGLint n_rects) in swapWithDamage() argument
|
D | SurfaceImpl.h | 59 virtual egl::Error swapWithDamage(const gl::Context *context, EGLint *rects, EGLint n_rects);
|
/third_party/gstreamer/gstplugins_bad/gst/librfb/ |
D | rfbdecoder.h | 91 gint n_rects; member
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | SurfaceImpl.cpp | 30 EGLint n_rects) in swapWithDamage() argument
|
/third_party/weston/shared/ |
D | weston-egl-ext.h | 148 …LSWAPBUFFERSWITHDAMAGEEXTPROC) (EGLDisplay dpy, EGLSurface surface, EGLint *rects, EGLint n_rects);
|
/third_party/skia/third_party/externals/egl-registry/api/EGL/ |
D | eglext.h | 282 … PFNEGLSETDAMAGEREGIONKHRPROC) (EGLDisplay dpy, EGLSurface surface, EGLint *rects, EGLint n_rects); 284 …APIENTRY eglSetDamageRegionKHR (EGLDisplay dpy, EGLSurface surface, EGLint *rects, EGLint n_rects); 446 …LSWAPBUFFERSWITHDAMAGEKHRPROC) (EGLDisplay dpy, EGLSurface surface, EGLint *rects, EGLint n_rects); 448 …RY eglSwapBuffersWithDamageKHR (EGLDisplay dpy, EGLSurface surface, EGLint *rects, EGLint n_rects); 910 …LSWAPBUFFERSWITHDAMAGEEXTPROC) (EGLDisplay dpy, EGLSurface surface, EGLint *rects, EGLint n_rects); 912 …RY eglSwapBuffersWithDamageEXT (EGLDisplay dpy, EGLSurface surface, EGLint *rects, EGLint n_rects);
|
/third_party/flutter/skia/third_party/externals/angle2/include/EGL/ |
D | eglext.h | 282 … PFNEGLSETDAMAGEREGIONKHRPROC) (EGLDisplay dpy, EGLSurface surface, EGLint *rects, EGLint n_rects); 284 …APIENTRY eglSetDamageRegionKHR (EGLDisplay dpy, EGLSurface surface, EGLint *rects, EGLint n_rects); 446 …LSWAPBUFFERSWITHDAMAGEKHRPROC) (EGLDisplay dpy, EGLSurface surface, EGLint *rects, EGLint n_rects); 448 …RY eglSwapBuffersWithDamageKHR (EGLDisplay dpy, EGLSurface surface, EGLint *rects, EGLint n_rects); 910 …LSWAPBUFFERSWITHDAMAGEEXTPROC) (EGLDisplay dpy, EGLSurface surface, EGLint *rects, EGLint n_rects); 912 …RY eglSwapBuffersWithDamageEXT (EGLDisplay dpy, EGLSurface surface, EGLint *rects, EGLint n_rects);
|