(int target)
| 1193 | |
| 1194 | |
| 1195 | protected void enableTexturing(int target) { |
| 1196 | if (target == TEXTURE_2D) { |
| 1197 | texturingTargets[0] = true; |
| 1198 | } else if (target == TEXTURE_RECTANGLE) { |
| 1199 | texturingTargets[1] = true; |
| 1200 | } |
| 1201 | } |
| 1202 | |
| 1203 | |
| 1204 | protected void disableTexturing(int target) { |
no outgoing calls
no test coverage detected