Home
last modified time | relevance | path

Searched refs:scissor (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_rects.c138 BoxRec scissor = { in glamor_poly_fill_rect_gl() local
147 if (scissor.x1 >= scissor.x2 || scissor.y1 >= scissor.y2) in glamor_poly_fill_rect_gl()
150 glScissor(scissor.x1 + off_x, in glamor_poly_fill_rect_gl()
151 scissor.y1 + off_y, in glamor_poly_fill_rect_gl()
152 scissor.x2 - scissor.x1, in glamor_poly_fill_rect_gl()
153 scissor.y2 - scissor.y1); in glamor_poly_fill_rect_gl()
H A Dglamor_copy.c460 BoxRec scissor = { in glamor_copy_fbo_fbo_draw() local
466 if (scissor.x1 >= scissor.x2 || scissor.y1 >= scissor.y2) in glamor_copy_fbo_fbo_draw()
474 glScissor(scissor.x1 + dst_off_x, in glamor_copy_fbo_fbo_draw()
475 scissor.y1 + dst_off_y, in glamor_copy_fbo_fbo_draw()
476 scissor.x2 - scissor.x1, in glamor_copy_fbo_fbo_draw()
477 scissor.y2 - scissor.y1); in glamor_copy_fbo_fbo_draw()
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/
H A D0007-HACK-xdg-shell-Support-setting-window-position.patch54 pixman_region32_t scissor; /* always a simple rect */
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0008-HACK-xdg-shell-Support-setting-window-position.patch55 pixman_region32_t scissor; /* always a simple rect */
/OK3568_Linux_fs/buildroot/package/weston/
H A D0008-HACK-xdg-shell-Support-setting-window-position.patch55 pixman_region32_t scissor; /* always a simple rect */
/OK3568_Linux_fs/external/xserver/
H A DChangeLog13496 statechanges of the scissor. However, given that our Render drawing
13503 v2: Make the jump to the exit land after scissor disable.
28842 to the destination through a scissor. If we're using a scissor for
36158 glamor: Don't optimize out scissor updates in CopyArea.
43420 This uses a single large triangle and a scissor to draw the video
184559 Add scissor based clipping to Xgl GLX
191033 - Remove unnecessary setting of scissor registers (only default scissor