Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/swrast/
Ds_clear.c282 const GLbitfield BUFFER_DS = BUFFER_BIT_DEPTH | BUFFER_BIT_STENCIL; in _swrast_Clear() local
313 if (buffers & BUFFER_DS) { in _swrast_Clear()
319 if ((buffers & BUFFER_DS) == BUFFER_DS && depthRb == stencilRb) { in _swrast_Clear()