Package | Description |
---|---|
com.sun.prism.d3d | |
com.sun.prism.es2 | |
com.sun.prism.impl | |
com.sun.prism.j2d | |
com.sun.prism.null3d |
Modifier and Type | Class and Description |
---|---|
(package private) class |
D3DTextureResource |
Modifier and Type | Class and Description |
---|---|
(package private) class |
ES2TextureResource<T extends ES2TextureData> |
Modifier and Type | Class and Description |
---|---|
class |
BaseTexture<T extends ManagedResource> |
Modifier and Type | Class and Description |
---|---|
class |
DisposerManagedResource<T> |
Modifier and Type | Field and Description |
---|---|
protected T |
BaseTexture.resource |
Modifier and Type | Field and Description |
---|---|
(package private) java.lang.ref.WeakReference<ManagedResource<T>> |
BaseResourcePool.WeakLinkedList.theResourceRef |
Modifier and Type | Method and Description |
---|---|
(package private) ManagedResource<T> |
BaseResourcePool.WeakLinkedList.getResource() |
Modifier and Type | Method and Description |
---|---|
(package private) static boolean |
ManagedResource._isgone(ManagedResource<?> mr) |
(package private) void |
BaseResourcePool.WeakLinkedList.insert(ManagedResource<T> mresource,
long size) |
void |
BaseResourcePool.resourceFreed(ManagedResource<T> freed) |
void |
ResourcePool.resourceFreed(ManagedResource<T> resource)
Record the
ManagedResource object as no longer being managed
by this pool. |
void |
BaseResourcePool.resourceManaged(ManagedResource<T> mr) |
void |
ResourcePool.resourceManaged(ManagedResource<T> resource)
Record the
ManagedResource object as being currently managed
by this pool. |
boolean |
BaseResourcePool.Predicate.test(ManagedResource<?> mr) |
Constructor and Description |
---|
WeakLinkedList(ManagedResource<T> mresource,
long size,
BaseResourcePool.WeakLinkedList<T> next) |
Modifier and Type | Class and Description |
---|---|
(package private) static class |
J2DTexture.J2DTexResource |
Modifier and Type | Class and Description |
---|---|
(package private) static class |
DummyTexture.DummyManagedResource |