Searched refs:legalBits (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ | ||
| H A D | s_clear.c | 216 const GLbitfield legalBits = local in function:_swrast_Clear 225 assert((buffers & (~legalBits)) == 0); |
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ | ||
| H A D | s_clear.c | 286 const GLbitfield legalBits = local in function:_swrast_Clear 294 assert((buffers & (~legalBits)) == 0); |
Completed in 2 milliseconds