Searched refs:keepdepth (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
365 keepdepth = GL_TRUE;
368 if (keepdepth == GL_FALSE)
440 GLboolean keepdepth = GL_FALSE, keepstencil = GL_FALSE; local in function:_mesa_texstore_s8_z24
446 keepdepth = GL_TRUE;
449 if (keepdepth == GL_FALSE)
/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
363 keepdepth = GL_TRUE;
366 if (keepdepth == GL_FALSE)
438 GLboolean keepdepth = GL_FALSE, keepstencil = GL_FALSE; local in function:_mesa_texstore_s8_z24
444 keepdepth = GL_TRUE;
447 if (keepdepth == GL_FALSE)

Completed in 5 milliseconds