Package | Description |
---|---|
com.sun.prism.d3d | |
com.sun.prism.es2 | |
com.sun.prism.impl | |
com.sun.prism.j2d | |
com.sun.prism.null3d | |
com.sun.prism.sw |
Modifier and Type | Class and Description |
---|---|
(package private) class |
D3DVramPool |
Modifier and Type | Class and Description |
---|---|
(package private) class |
ES2VramPool |
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 | Field and Description |
---|---|
private ResourcePool<T> |
ManagedResource.pool |
(package private) ResourcePool<T> |
BaseResourcePool.sharedParent |
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 |
---|---|
(package private) class |
J2DTexturePool |
Modifier and Type | Class and Description |
---|---|
class |
DummyTexturePool |
Modifier and Type | Class and Description |
---|---|
(package private) class |
SWTexturePool |