Home
last modified time | relevance | path

Searched refs:do_flip (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_texture.c932 GLboolean do_flip = (st_fb_orientation(ctx->ReadBuffer) == Y_0_TOP); in st_CopyTexSubImage() local
997 !do_flip) { in st_CopyTexSubImage()
1049 if (do_flip) { in st_CopyTexSubImage()
/external/pcre/dist/
Dpcretest.c3481 int do_flip = 0; in main() local
3572 do_flip = 1; in main()
3585 do_flip && (p[-1] == '<') ? " (byte-inverted)" : "", p); in main()
3617 if (do_flip) in main()
3778 case 'F': do_flip = 1; break; in main()
4230 if (do_flip) all_options = swap_uint32(all_options); in main()
4417 if (do_flip) regexflip(re, extra); in main()