Searched refs:is_rtt (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_fbo.h69 boolean is_rtt; /**< whether Driver.RenderTexture was called */ member in struct:st_renderbuffer
H A Dst_atom_framebuffer.c148 if (strb->is_rtt || (strb->texture &&
180 if (strb->is_rtt) {
H A Dst_cb_fbo.c471 if (strb->is_rtt) {
508 if (strb->is_rtt && resource->array_size > 1 &&
583 strb->is_rtt = TRUE;
619 strb->is_rtt = FALSE;
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_fbo.h69 boolean is_rtt; /**< whether Driver.RenderTexture was called */ member in struct:st_renderbuffer
H A Dst_atom_framebuffer.c148 if (strb->is_rtt || (strb->texture &&
183 if (strb->is_rtt) {
H A Dst_cb_fbo.c502 if (strb->is_rtt) {
539 if (strb->is_rtt && resource->array_size > 1 &&
616 strb->is_rtt = TRUE;
652 strb->is_rtt = FALSE;

Completed in 6 milliseconds