Home
last modified time | relevance | path

Searched refs:glScissor (Results 1 – 23 of 23) sorted by relevance

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_points.c99 glScissor(box->x1 + off_x, in glamor_poly_point_gl()
H A Dglamor_segs.c104 glScissor(box->x1 + off_x, in glamor_poly_segment_solid_gl()
H A Dglamor_lines.c112 glScissor(box->x1 + off_x, in glamor_poly_lines_solid_gl()
H A Dglamor_rects.c150 glScissor(scissor.x1 + off_x, in glamor_poly_fill_rect_gl()
H A Dglamor_dash.c221 glScissor(box->x1 + off_x, in glamor_dash_loop()
H A Dglamor_spans.c132 glScissor(box->x1 + off_x, in glamor_fill_spans_gl()
H A Dglamor_text.c204 glScissor(box->x1 + off_x, in glamor_text()
H A Dglamor_xv.c625 glScissor(dstx, dsty, dstw, dsth); in glamor_xv_render()
839 glScissor(dstx, dsty, dstw, dsth); in glamor_xv_render_dma()
H A Dglamor_composite_glyphs.c271 glScissor(box->x1 + off_x, in glamor_glyphs_flush()
H A Dglamor_copy.c474 glScissor(scissor.x1 + dst_off_x, in glamor_copy_fbo_fbo_draw()
H A Dglamor_render.c1215 glScissor(bounds.x1 + dest_x_off, in glamor_composite_with_shader()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/
H A Dqsgmapboxglnode.cpp142 …f->glScissor(state->scissorRect().x(), state->scissorRect().y(), state->scissorRect().width(), sta… in render()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/mbgl/gl/
H A Dgl_impl.hpp131 #define glScissor(...) QOpenGLContext::currentContext()->functions()->glScissor(__VA_ARGS__) macro
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/
H A D0010-HACK-gl-renderer-Support-making-hole-for-surface.patch101 + glScissor(r.x1, h - r.y2, r.x2 - r.x1, r.y2 - r.y1);
/OK3568_Linux_fs/buildroot/package/weston/
H A D0011-HACK-gl-renderer-Support-making-hole-for-surface.patch101 + glScissor(r.x1, h - r.y2, r.x2 - r.x1, r.y2 - r.y1);
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0011-HACK-gl-renderer-Support-making-hole-for-surface.patch101 + glScissor(r.x1, h - r.y2, r.x2 - r.x1, r.y2 - r.y1);
/OK3568_Linux_fs/external/libmali/include/GLES/
H A Dgl.h532 GL_API void GL_APIENTRY glScissor (GLint x, GLint y, GLsizei width, GLsizei height);
/OK3568_Linux_fs/external/libmali/include/GLES2/
H A Dgl2.h622 GL_APICALL void GL_APIENTRY glScissor (GLint x, GLint y, GLsizei width, GLsizei height);
/OK3568_Linux_fs/external/libmali/include/GLES3/
H A Dgl3.h622 GL_APICALL void GL_APIENTRY glScissor (GLint x, GLint y, GLsizei width, GLsizei height);
H A Dgl31.h624 GL_APICALL void GL_APIENTRY glScissor (GLint x, GLint y, GLsizei width, GLsizei height);
H A Dgl32.h624 GL_APICALL void GL_APIENTRY glScissor (GLint x, GLint y, GLsizei width, GLsizei height);
/OK3568_Linux_fs/external/xserver/glx/
H A Dindirect_dispatch.c912 glScissor(*(GLint *) (pc + 0), in __glXDisp_Scissor()
H A Dindirect_dispatch_swap.c1077 glScissor((GLint) bswap_CARD32(pc + 0), in __glXDispSwap_Scissor()