Searched refs:keepstencil (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dtexstore.c359 GLboolean keepdepth = GL_FALSE, keepstencil = GL_FALSE; local in function:_mesa_texstore_z24_s8
362 keepstencil = GL_TRUE;
372 keepstencil ? depth : dstRow, /* dst addr */
376 if (keepstencil == GL_FALSE)
385 if (keepstencil)
440 GLboolean keepdepth = GL_FALSE, keepstencil = GL_FALSE; local in function:_mesa_texstore_s8_z24
443 keepstencil = GL_TRUE;
453 keepstencil ? depth : dstRow, /* dst addr */
457 if (keepstencil == GL_FALSE)
467 if (keepstencil)
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dtexstore.c357 GLboolean keepdepth = GL_FALSE, keepstencil = GL_FALSE; local in function:_mesa_texstore_z24_s8
360 keepstencil = GL_TRUE;
370 keepstencil ? depth : dstRow, /* dst addr */
374 if (keepstencil == GL_FALSE)
383 if (keepstencil)
438 GLboolean keepdepth = GL_FALSE, keepstencil = GL_FALSE; local in function:_mesa_texstore_s8_z24
441 keepstencil = GL_TRUE;
451 keepstencil ? depth : dstRow, /* dst addr */
455 if (keepstencil == GL_FALSE)
465 if (keepstencil)
[all...]

Completed in 4 milliseconds