Home
last modified time | relevance | path

Searched defs:rects (Results 151 - 175 of 220) sorted by relevance

123456789

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/drm/
H A Dvmwgfx_drm.h236 __u64 rects; member
/third_party/libdrm/include/drm/
H A Dvmwgfx_drm.h823 __u64 rects; member
/third_party/mesa3d/src/egl/drivers/dri2/
H A Dplatform_wayland.c1487 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 Dplatform_x11.c972 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 Deglapi.c1384 _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 Ddri2.c2204 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 Dsvga_cmd_vgpu10.c498 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 Dvmwgfx_drm.h830 __u64 rects; member
/third_party/mesa3d/src/loader/
H A Dloader_dri3_helper.c970 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 Dst_context.h225 struct pipe_scissor_state rects[PIPE_MAX_WINDOW_RECTANGLES]; member
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_x11.c1425 xcb_rectangle_t rects[MAX_DAMAGE_RECTS]; in x11_queue_present() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiIncrementalPresentTests.cpp273 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 Dvk_wrapper.h830 clearAttachments(uint32_t attachmentCount, const VkClearAttachment *attachments, uint32_t rectCount, const VkClearRect *rects) clearAttachments() argument
H A DSurfaceVk.cpp1394 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 DlibEGL_autogen.cpp832 eglSwapBuffersWithDamageKHR(EGLDisplay dpy, EGLSurface surface, const EGLint *rects, EGLint n_rects) eglSwapBuffersWithDamageKHR() argument
/third_party/skia/src/gpu/ops/
H A DDashOp.cpp350 SkSTArray<kNumStackDashes, SkRect, true> rects; variable
[all...]
/third_party/skia/src/core/
H A DSkBlurMF.cpp216 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 DSkRegion.cpp649 bool SkRegion::setRects(const SkIRect rects[], int count) { in setRects() argument
/third_party/skia/modules/skparagraph/tests/
H A DSkParagraphTest.cpp1138 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 DSampleParagraph.cpp1293 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 DvktWsiIncrementalPresentTests.cpp273 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 Dbubble_layout_algorithm.cpp515 std::vector<Rect> rects; in SetHotAreas() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_node.cpp2007 std::vector<RectF> rects; in IsInSelectedOrSelectOverlayArea() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler.cpp174 auto rects = RSUniRenderUtil::ScreenIntersectDirtyRects(dirtyRegion, screenInfo); in SetDirtyRegion() local
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_util.cpp246 const std::vector<Occlusion::Rect>& rects = region.GetRegionRects(); in ScreenIntersectDirtyRects() local

Completed in 84 milliseconds

123456789