(int target)
| 1159 | |
| 1160 | |
| 1161 | protected void disableTexturing(int target) { |
| 1162 | if (target == TEXTURE_2D) { |
| 1163 | texturingTargets[0] = false; |
| 1164 | } else if (target == TEXTURE_RECTANGLE) { |
| 1165 | texturingTargets[1] = false; |
| 1166 | } |
| 1167 | } |
| 1168 | |
| 1169 | |
| 1170 | protected boolean texturingIsEnabled(int target) { |
no outgoing calls
no test coverage detected