Package | Description |
---|---|
com.sun.prism.impl | |
com.sun.prism.null3d |
Modifier and Type | Interface and Description |
---|---|
interface |
TextureResourcePool<T>
A
ResourcePool that manages memory for textures. |
Modifier and Type | Class and Description |
---|---|
class |
BaseResourcePool<T>
The base implementation of the
ResourcePool interface, providing
bookkeeping for the BaseResourcePool.managed() method and support for sharing
resources amongst multiple pools. |
Modifier and Type | Method and Description |
---|---|
ResourcePool<T> |
ManagedResource.getPool() |
Constructor and Description |
---|
BaseResourcePool(ResourcePool<T> parent) |
BaseResourcePool(ResourcePool<T> parent,
long target,
long max) |
DisposerManagedResource(T resource,
ResourcePool pool,
Disposer.Record record) |
ManagedResource(T resource,
ResourcePool<T> pool) |
Modifier and Type | Class and Description |
---|---|
class |
DummyTexturePool |
Copyright © 2020. All rights reserved.