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.c3478 int do_flip = 0; in main() local
3569 do_flip = 1; in main()
3582 do_flip && (p[-1] == '<') ? " (byte-inverted)" : "", p); in main()
3614 if (do_flip) in main()
3775 case 'F': do_flip = 1; break; in main()
4227 if (do_flip) all_options = swap_uint32(all_options); in main()
4414 if (do_flip) regexflip(re, extra); in main()