Searched defs:invertX (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_blit.c131 const GLboolean invertX = (srcX1 < srcX0) ^ (dstX1 < dstX0); variable in typeref:typename:const GLboolean
532 const GLboolean invertX = (srcX1 < srcX0) ^ (dstX1 < dstX0); local in function:blit_linear
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_blit.c131 const GLboolean invertX = (srcX1 < srcX0) ^ (dstX1 < dstX0); variable in typeref:typename:const GLboolean
532 const GLboolean invertX = (srcX1 < srcX0) ^ (dstX1 < dstX0); local in function:blit_linear

Completed in 6 milliseconds