HomeSort by relevance Sort by last modified time
    Searched defs:maxUnit (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texenv.c 394 GLuint maxUnit;
399 maxUnit = (target == GL_POINT_SPRITE_NV && pname == GL_COORD_REPLACE_NV)
401 if (ctx->Texture.CurrentUnit >= maxUnit) {
667 GLuint maxUnit;
672 maxUnit = (target == GL_POINT_SPRITE_NV && pname == GL_COORD_REPLACE_NV)
674 if (ctx->Texture.CurrentUnit >= maxUnit) {
731 GLuint maxUnit;
736 maxUnit = (target == GL_POINT_SPRITE_NV && pname == GL_COORD_REPLACE_NV)
738 if (ctx->Texture.CurrentUnit >= maxUnit) {
  /external/mesa3d/src/mesa/main/
texenv.c 394 GLuint maxUnit;
399 maxUnit = (target == GL_POINT_SPRITE_NV && pname == GL_COORD_REPLACE_NV)
401 if (ctx->Texture.CurrentUnit >= maxUnit) {
667 GLuint maxUnit;
672 maxUnit = (target == GL_POINT_SPRITE_NV && pname == GL_COORD_REPLACE_NV)
674 if (ctx->Texture.CurrentUnit >= maxUnit) {
731 GLuint maxUnit;
736 maxUnit = (target == GL_POINT_SPRITE_NV && pname == GL_COORD_REPLACE_NV)
738 if (ctx->Texture.CurrentUnit >= maxUnit) {