Searched refs:maxUnit (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dtexenv.c399 GLuint maxUnit; local in function:_mesa_TexEnvfv
402 maxUnit = (target == GL_POINT_SPRITE_NV && pname == GL_COORD_REPLACE_NV)
404 if (ctx->Texture.CurrentUnit >= maxUnit) {
661 GLuint maxUnit; local in function:_mesa_GetTexEnvfv
664 maxUnit = (target == GL_POINT_SPRITE_NV && pname == GL_COORD_REPLACE_NV)
666 if (ctx->Texture.CurrentUnit >= maxUnit) {
738 GLuint maxUnit; local in function:_mesa_GetTexEnviv
741 maxUnit = (target == GL_POINT_SPRITE_NV && pname == GL_COORD_REPLACE_NV)
743 if (ctx->Texture.CurrentUnit >= maxUnit) {
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dtexenv.c399 GLuint maxUnit; local in function:_mesa_texenvfv_indexed
401 maxUnit = (target == GL_POINT_SPRITE && pname == GL_COORD_REPLACE)
403 if (texunit >= maxUnit) {
722 GLuint maxUnit; local in function:_mesa_gettexenvfv_indexed
725 maxUnit = (target == GL_POINT_SPRITE && pname == GL_COORD_REPLACE)
727 if (texunit >= maxUnit) {
797 GLuint maxUnit; local in function:_mesa_gettexenviv_indexed
800 maxUnit = (target == GL_POINT_SPRITE && pname == GL_COORD_REPLACE)
802 if (texunit >= maxUnit) {
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_span.c476 const GLuint maxUnit local in function:interpolate_texcoords
481 for (u = 0; u < maxUnit; u++) {
H A Ds_texfilter.c1839 const GLuint maxUnit local in function:texture_unit_index
1844 for (u = 0; u < maxUnit; u++) {
1848 if (u >= maxUnit)
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_span.c476 const GLuint maxUnit local in function:interpolate_texcoords
481 for (u = 0; u < maxUnit; u++) {
H A Ds_texfilter.c1839 const GLuint maxUnit local in function:texture_unit_index
1844 for (u = 0; u < maxUnit; u++) {
1848 if (u >= maxUnit)

Completed in 17 milliseconds