Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_readpixels.c96 bool invert_y, in try_pbo_readpixels() argument
222 cso_set_viewport_dims(cso, fb.width, fb.height, invert_y); in try_pbo_readpixels()
224 if (invert_y) in try_pbo_readpixels()
259 bool invert_y, in blit_to_staging() argument
315 if (invert_y) { in blit_to_staging()
328 bool invert_y, in try_cached_readpixels() argument
369 st->readpix_cache.cache = blit_to_staging(st, strb, invert_y, in try_cached_readpixels()