Searched defs:scanmask (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ | ||
| H A D | arrayobj.c | 624 GLbitfield scanmask = mask & vbos & ~bound; local in function:_mesa_update_vao_derived_arrays 759 GLbitfield scanmask = mask & ~vbos & ~bound; local in function:_mesa_update_vao_derived_arrays |
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ | ||
| H A D | arrayobj.c | 585 GLbitfield scanmask = mask & vbos & ~bound; local in function:_mesa_update_vao_derived_arrays 720 GLbitfield scanmask = mask & ~vbos & ~bound; local in function:_mesa_update_vao_derived_arrays |
Completed in 5 milliseconds