/kernel/linux/patches/linux-4.19/prebuilts/usr/include/drm/ |
H A D | vmwgfx_drm.h | 236 __u64 rects; member
|
/third_party/libdrm/include/drm/ |
H A D | vmwgfx_drm.h | 823 __u64 rects; member
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
H A D | platform_wayland.c | 1487 try_damage_buffer(struct dri2_egl_surface *dri2_surf, const EGLint *rects, EGLint n_rects) try_damage_buffer() argument 1510 dri2_wl_swap_buffers_with_damage(_EGLDisplay *disp, _EGLSurface *draw, const EGLint *rects, EGLint n_rects) dri2_wl_swap_buffers_with_damage() argument
|
H A D | platform_x11.c | 972 dri2_x11_swap_buffers_region(_EGLDisplay *disp, _EGLSurface *draw, EGLint numRects, const EGLint *rects) dri2_x11_swap_buffers_region() argument
|
/third_party/mesa3d/src/egl/main/ |
H A D | eglapi.c | 1384 _eglSwapBuffersWithDamageCommon(_EGLDisplay *disp, _EGLSurface *surf, const EGLint *rects, EGLint n_rects) _eglSwapBuffersWithDamageCommon() argument 1418 eglSwapBuffersWithDamageEXT(EGLDisplay dpy, EGLSurface surface, const EGLint *rects, EGLint n_rects) eglSwapBuffersWithDamageEXT() argument 1428 eglSwapBuffersWithDamageKHR(EGLDisplay dpy, EGLSurface surface, const EGLint *rects, EGLint n_rects) eglSwapBuffersWithDamageKHR() argument 1442 _eglSetDamageRegionKHRClampRects(_EGLSurface* surf, EGLint *rects, EGLint n_rects) _eglSetDamageRegionKHRClampRects() argument 1464 eglSetDamageRegionKHR(EGLDisplay dpy, EGLSurface surface, EGLint *rects, EGLint n_rects) eglSetDamageRegionKHR() argument 2183 eglSwapBuffersRegionNOK(EGLDisplay dpy, EGLSurface surface, EGLint numRects, const EGLint *rects) eglSwapBuffersRegionNOK() argument [all...] |
/third_party/mesa3d/src/gallium/frontends/dri/ |
H A D | dri2.c | 2204 dri2_set_damage_region(__DRIdrawable *dPriv, unsigned int nrects, int *rects) in dri2_set_damage_region() argument
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_cmd_vgpu10.c | 498 SVGA3D_vgpu10_SetScissorRects(struct svga_winsys_context *swc, unsigned count, const SVGASignedRect *rects) SVGA3D_vgpu10_SetScissorRects() argument
|
/third_party/mesa3d/src/gallium/winsys/svga/drm/ |
H A D | vmwgfx_drm.h | 830 __u64 rects; member
|
/third_party/mesa3d/src/loader/ |
H A D | loader_dri3_helper.c | 970 loader_dri3_swap_buffers_msc(struct loader_dri3_drawable *draw, int64_t target_msc, int64_t divisor, int64_t remainder, unsigned flush_flags, const int *rects, int n_rects, bool force_copy) loader_dri3_swap_buffers_msc() argument
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_context.h | 225 struct pipe_scissor_state rects[PIPE_MAX_WINDOW_RECTANGLES]; member
|
/third_party/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common_x11.c | 1425 xcb_rectangle_t rects[MAX_DAMAGE_RECTS]; in x11_queue_present() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
H A D | vktWsiIncrementalPresentTests.cpp | 273 vector<vk::VkRectLayerKHR> rects; in getUpdatedRects() local 976 const vector<vk::VkRectLayerKHR> rects = getUpdatedRects(imageNextFrame, m_frameNdx, width, height); in render() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_wrapper.h | 830 clearAttachments(uint32_t attachmentCount, const VkClearAttachment *attachments, uint32_t rectCount, const VkClearRect *rects) clearAttachments() argument
|
H A D | SurfaceVk.cpp | 1394 swapWithDamage(const gl::Context *context, const EGLint *rects, EGLint n_rects) swapWithDamage() argument 1440 present(ContextVk *contextVk, const EGLint *rects, EGLint n_rects, const void *pNextChain, bool *presentOutOfDate) present() argument 1595 swapImpl(const gl::Context *context, const EGLint *rects, EGLint n_rects, const void *pNextChain) swapImpl() argument
|
/third_party/skia/third_party/externals/angle2/src/libEGL/ |
H A D | libEGL_autogen.cpp | 832 eglSwapBuffersWithDamageKHR(EGLDisplay dpy, EGLSurface surface, const EGLint *rects, EGLint n_rects) eglSwapBuffersWithDamageKHR() argument
|
/third_party/skia/src/gpu/ops/ |
H A D | DashOp.cpp | 350 SkSTArray<kNumStackDashes, SkRect, true> rects; variable [all...] |
/third_party/skia/src/core/ |
H A D | SkBlurMF.cpp | 216 static bool draw_rects_into_mask(const SkRect rects[], int count, SkMask* mask) { in draw_rects_into_mask() argument 280 find_cached_rects(SkMask* mask, SkScalar sigma, SkBlurStyle style, const SkRect rects[], int count) find_cached_rects() argument 285 add_cached_rects(SkMask* mask, SkScalar sigma, SkBlurStyle style, const SkRect rects[], int count) add_cached_rects() argument 433 filterRectsToNine(const SkRect rects[], int count, const SkMatrix& matrix, const SkIRect& clipBounds, NinePatch* patch) const filterRectsToNine() argument [all...] |
H A D | SkRegion.cpp | 649 bool SkRegion::setRects(const SkIRect rects[], int count) { in setRects() argument
|
/third_party/skia/modules/skparagraph/tests/ |
H A D | SkParagraphTest.cpp | 1138 auto rects = paragraph->getRectsForRange(0, impl->text().size(), RectHeightStyle::kMax, RectWidthStyle::kTight); in UNIX_ONLY_TEST() local 5723 auto rects = paragraph->getRectsForRange(0, len * 4, RectHeightStyle::kMax, RectWidthStyle::kTight); in UNIX_ONLY_TEST() local 6086 auto rects = paragraph->getRectsForRange(j, i, RectHeightStyle::kTight, RectWidthStyle::kTight); in UNIX_ONLY_TEST() local
|
/third_party/skia/modules/skparagraph/samples/ |
H A D | SampleParagraph.cpp | 1293 auto rects = paragraph->getRectsForRange(7, 9, RectHeightStyle::kTight, variable 2257 std::pair<size_t, size_t> rects[] = { variable 3596 auto rects = paragraph->getRectsForRange(0, p,RectHeightStyle::kTight, RectWidthStyle::kTight); variable
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/ |
H A D | vktWsiIncrementalPresentTests.cpp | 273 vector<vk::VkRectLayerKHR> rects; in getUpdatedRects() local 976 const vector<vk::VkRectLayerKHR> rects = getUpdatedRects(imageNextFrame, m_frameNdx, width, height); in render() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/ |
H A D | bubble_layout_algorithm.cpp | 515 std::vector<Rect> rects; in SetHotAreas() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/ |
H A D | select_overlay_node.cpp | 2007 std::vector<RectF> rects; in IsInSelectedOrSelectOverlayArea() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler.cpp | 174 auto rects = RSUniRenderUtil::ScreenIntersectDirtyRects(dirtyRegion, screenInfo); in SetDirtyRegion() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_uni_render_util.cpp | 246 const std::vector<Occlusion::Rect>& rects = region.GetRegionRects(); in ScreenIntersectDirtyRects() local
|