Marks the texture object for deletion.
()
| 1176 | * Marks the texture object for deletion. |
| 1177 | */ |
| 1178 | protected void dispose() { |
| 1179 | if (glres != null) { |
| 1180 | glres.dispose(); |
| 1181 | glres = null; |
| 1182 | glName = 0; |
| 1183 | } |
| 1184 | } |
| 1185 | |
| 1186 | |
| 1187 | protected boolean contextIsOutdated() { |
no outgoing calls
no test coverage detected