| Package | Description | 
|---|---|
| gov.nasa.worldwind | |
| gov.nasa.worldwind.awt | |
| gov.nasa.worldwind.cache | |
| gov.nasa.worldwind.layers | |
| gov.nasa.worldwind.render | 
| Modifier and Type | Field and Description | 
|---|---|
protected GpuResourceCache | 
WorldWindowImpl.gpuResourceCache  | 
protected GpuResourceCache | 
AbstractSceneController.gpuResourceCache  | 
| Modifier and Type | Method and Description | 
|---|---|
static GpuResourceCache | 
WorldWindowImpl.createGpuResourceCache()  | 
GpuResourceCache | 
WorldWindowImpl.getGpuResourceCache()  | 
GpuResourceCache | 
WorldWindow.getGpuResourceCache()
Returns the GPU Resource used by this WorldWindow. 
 | 
GpuResourceCache | 
SceneController.getGpuResourceCache()
Returns this scene controller's GPU Resource cache. 
 | 
GpuResourceCache | 
AbstractSceneController.getGpuResourceCache()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
WorldWindowGLDrawable.initGpuResourceCache(GpuResourceCache cache)  | 
void | 
WorldWindowGLAutoDrawable.initGpuResourceCache(GpuResourceCache cache)  | 
void | 
WorldWindowImpl.setGpuResourceCache(GpuResourceCache gpuResourceCache)  | 
void | 
SceneController.setGpuResourceCache(GpuResourceCache gpuResourceCache)
Specifies the GPU Resource cache to use. 
 | 
void | 
AbstractSceneController.setGpuResourceCache(GpuResourceCache gpuResourceCache)  | 
| Modifier and Type | Method and Description | 
|---|---|
GpuResourceCache | 
WorldWindowGLCanvas.getGpuResourceCache()  | 
GpuResourceCache | 
WorldWindowGLJPanel.getGpuResourceCache()  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BasicGpuResourceCache
Provides the interface for caching of OpenGL resources that are stored on or registered with a GL context. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
com.jogamp.opengl.util.texture.Texture | 
TextureTile.getTexture(GpuResourceCache tc)  | 
boolean | 
TextureTile.isTextureInMemory(GpuResourceCache tc)  | 
void | 
TextureTile.setTexture(GpuResourceCache tc,
          com.jogamp.opengl.util.texture.Texture texture)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected GpuResourceCache | 
DrawContextImpl.gpuResourceCache  | 
| Modifier and Type | Method and Description | 
|---|---|
GpuResourceCache | 
DrawContextImpl.getGpuResourceCache()  | 
GpuResourceCache | 
DrawContext.getGpuResourceCache()
Returns the GPU resource cache used by this draw context. 
 | 
GpuResourceCache | 
DrawContextImpl.getTextureCache()  | 
GpuResourceCache | 
DrawContext.getTextureCache()
Returns the GPU resource cache for this draw context. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DrawContextImpl.setGpuResourceCache(GpuResourceCache gpuResourceCache)  | 
void | 
DrawContext.setGpuResourceCache(GpuResourceCache gpuResourceCache)
Specifies the GPU resource cache for this draw context. 
 |