OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ownsBatch
(Results
1 - 2
of
2
) sorted by null
/external/libgdx/gdx/src/com/badlogic/gdx/maps/tiled/renderers/
BatchTiledMapRenderer.java
70
protected boolean
ownsBatch
;
103
this.
ownsBatch
= true;
115
this.
ownsBatch
= false;
251
if (
ownsBatch
) {
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/
Stage.java
70
private boolean
ownsBatch
;
93
ownsBatch
= true;
100
ownsBatch
= true;
817
if (
ownsBatch
) batch.dispose();
Completed in 437 milliseconds