Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/state_tracker/
Dst_context.h330 bool download_enabled; member
Dst_cb_readpixels.c486 if (st->pbo.download_enabled && pack->BufferObj) { in st_ReadPixels()
Dst_pbo.c649 st->pbo.download_enabled = in st_init_pbo_helpers()
Dst_cb_texture.c2555 if (st->pbo.download_enabled && ctx->Pack.BufferObj) { in st_GetTexSubImage()