Searched refs:flush_flag (Results 1 - 4 of 4) sorted by relevance
/third_party/lwip/src/netif/ppp/ |
H A D | demand.c | 65 int flush_flag; variable 98 flush_flag = 0; in demand_conf() 162 flush_flag = 0; in demand_discard() 243 if (!escape_flag && !flush_flag 250 flush_flag = 0; 255 if (flush_flag) 265 flush_flag = 1;
|
/third_party/mesa3d/src/loader/ |
H A D | loader_dri3_helper.c | 204 * \param flush_flag[in] Image blit flush flag. 211 int srcx0, int srcy0, int flush_flag) in loader_dri3_blit_image() 224 flush_flag |= __BLIT_FLAG_FLUSH; in loader_dri3_blit_image() 230 width, height, flush_flag); in loader_dri3_blit_image() 208 loader_dri3_blit_image(struct loader_dri3_drawable *draw, __DRIimage *dst, __DRIimage *src, int dstx0, int dsty0, int width, int height, int srcx0, int srcy0, int flush_flag) loader_dri3_blit_image() argument
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
H A D | dri2.c | 1745 int flush_flag) in dri2_blit_image() 1778 if (flush_flag == __BLIT_FLAG_FLUSH) { in dri2_blit_image() 1781 } else if (flush_flag == __BLIT_FLAG_FINISH) { in dri2_blit_image() 1742 dri2_blit_image(__DRIcontext *context, __DRIimage *dst, __DRIimage *src, int dstx0, int dsty0, int dstwidth, int dstheight, int srcx0, int srcy0, int srcwidth, int srcheight, int flush_flag) dri2_blit_image() argument
|
/third_party/mesa3d/include/GL/internal/ |
H A D | dri_interface.h | 1470 * flush_flag: 1480 int flush_flag);
|
Completed in 11 milliseconds