Home | History | Annotate | Download | only in material

Lines Matching defs:getUnit

432                 int texUnit = ((MatParamTexture) matParam).getUnit();
437 if (texParam.getUnit() > texUnit) {
438 texParam.setUnit(texParam.getUnit() - 1);
457 getUnit();
463 if (texParam.getUnit() > texUnit) {
464 texParam.setUnit(texParam.getUnit() - 1);
1107 if (nextTexUnit < texVal.getUnit() + 1) {
1108 nextTexUnit = texVal.getUnit() + 1;