Searched refs:nextTexUnit (Results 1 – 1 of 1) sorted by relevance
93 private int nextTexUnit = 0; field in Material433 nextTexUnit--; in clearParam()459 nextTexUnit--; in clearTextureParam()489 paramValues.put(name, new MatParamTexture(type, name, value, nextTexUnit++)); in setTextureParam()495 technique.notifySetParam(name, type, nextTexUnit - 1); in setTextureParam()1107 if (nextTexUnit < texVal.getUnit() + 1) { in read()1108 nextTexUnit = texVal.getUnit() + 1; in read()