Home
last modified time | relevance | path

Searched refs:force_copy (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/venv/
D__init__.py187 force_copy = not self.symlinks
188 if not force_copy:
198 force_copy = True
199 if force_copy:
/third_party/mesa3d/src/loader/
Dloader_dri3_helper.h228 bool force_copy);
Dloader_dri3_helper.c974 bool force_copy) in loader_dri3_swap_buffers_msc() argument
1034 if (draw->swap_method != __DRI_ATTRIB_SWAP_UNDEFINED || force_copy) in loader_dri3_swap_buffers_msc()
1047 if (draw->swap_method == __DRI_ATTRIB_SWAP_COPY || force_copy) in loader_dri3_swap_buffers_msc()
/third_party/ffmpeg/libavutil/
Dframe.c350 static int frame_copy_props(AVFrame *dst, const AVFrame *src, int force_copy) in frame_copy_props() argument
404 if (force_copy) { in frame_copy_props()