Searched refs:swap_method (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/loader/
H A Dloader_dri3_helper.h166 unsigned int swap_method; member in struct:loader_dri3_drawable
H A Dloader_dri3_helper.c422 draw->swap_method = __DRI_ATTRIB_SWAP_UNDEFINED;
426 &draw->swap_method);
941 if (draw->swap_method != __DRI_ATTRIB_SWAP_UNDEFINED || force_copy)
954 if (draw->swap_method == __DRI_ATTRIB_SWAP_COPY || force_copy)
1988 if (draw->is_pixmap || draw->swap_method == __DRI_ATTRIB_SWAP_EXCHANGE)
2136 /* If necessary, prefill the back with data according to swap_method mode. */
/xsrc/external/mit/MesaLib/dist/src/loader/
H A Dloader_dri3_helper.h178 unsigned int swap_method; member in struct:loader_dri3_drawable
H A Dloader_dri3_helper.c477 draw->swap_method = __DRI_ATTRIB_SWAP_UNDEFINED;
481 &draw->swap_method);
1017 if (draw->swap_method != __DRI_ATTRIB_SWAP_UNDEFINED || force_copy)
1030 if (draw->swap_method == __DRI_ATTRIB_SWAP_COPY || force_copy)
2144 if (draw->is_pixmap || draw->swap_method == __DRI_ATTRIB_SWAP_EXCHANGE)
2292 /* If necessary, prefill the back with data according to swap_method mode. */

Completed in 10 milliseconds