HomeSort by: relevance | last modified time | path
    Searched refs:GLAMOR_ACCESS_RO (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/glamor/
glamor_triangles.c 39 glamor_prepare_access_picture(pSrc, GLAMOR_ACCESS_RO)) {
glamor_prepare.c 280 GLAMOR_ACCESS_RO);
283 return glamor_prepare_access(&gc->stipple->drawable, GLAMOR_ACCESS_RO);
glamor_image.c 150 if (glamor_prepare_access_box(drawable, GLAMOR_ACCESS_RO, x, y, w, h))
glamor_core.c 303 if (!glamor_prepare_access(&pixmap->drawable, GLAMOR_ACCESS_RO))
glamor_spans.c 248 if (glamor_prepare_access(drawable, GLAMOR_ACCESS_RO))
glamor_copy.c 174 if (glamor_prepare_access(dst, GLAMOR_ACCESS_RW) && glamor_prepare_access(src, GLAMOR_ACCESS_RO)) {
225 if (!glamor_prepare_access(src, GLAMOR_ACCESS_RO))
glamor_priv.h 351 GLAMOR_ACCESS_RO,
glamor_render.c 1811 glamor_prepare_access_picture_box(source, GLAMOR_ACCESS_RO,
1813 glamor_prepare_access_picture_box(mask, GLAMOR_ACCESS_RO,

Completed in 10 milliseconds