(int target)
| 1150 | |
| 1151 | |
| 1152 | protected void enableTexturing(int target) { |
| 1153 | if (target == TEXTURE_2D) { |
| 1154 | texturingTargets[0] = true; |
| 1155 | } else if (target == TEXTURE_RECTANGLE) { |
| 1156 | texturingTargets[1] = true; |
| 1157 | } |
| 1158 | } |
| 1159 | |
| 1160 | |
| 1161 | protected void disableTexturing(int target) { |
no outgoing calls
no test coverage detected