OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ModelCache
(Results
1 - 8
of
8
) sorted by null
/external/glide/library/src/main/java/com/bumptech/glide/load/model/
ModelCache.java
16
public class
ModelCache
<A, B> {
21
public
ModelCache
() {
25
public
ModelCache
(int size) {
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/
ModelCache.java
34
/**
ModelCache
tries to combine multiple render calls into a single render call by merging them where possible. Can be used for
35
* multiple type of models (e.g. varying vertex attributes or materials), the
ModelCache
will combine where possible. Can be used
40
public class
ModelCache
implements Disposable, RenderableProvider {
188
/** Create a
ModelCache
using the default {@link Sorter} and the {@link SimpleMeshPool} implementation. This might not be the
190
public
ModelCache
() {
194
/** Create a
ModelCache
using the specified {@link RenderableSorter} and {@link MeshPool} implementation. The
198
public
ModelCache
(RenderableSorter sorter, MeshPool meshPool) {
320
if (!building) throw new GdxRuntimeException("Can only add items to the
ModelCache
in between .begin() and .end()");
343
if (building) throw new GdxRuntimeException("Cannot render a
ModelCache
in between .begin() and .end()");
353
if (building) throw new GdxRuntimeException("Cannot dispose a
ModelCache
in between .begin() and .end()")
[
all
...]
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-model-builder-3.2.1.jar
/prebuilts/tools/common/m2/repository/org/apache/maven/maven-model-builder/3.3.9/
maven-model-builder-3.3.9.jar
/external/guice/extensions/struts2/lib/
freemarker-2.3.16.jar
/prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20.jar
/prebuilts/sdk/tools/
jack-launcher.jar
jack-server-4.8.ALPHA.jar
Completed in 264 milliseconds