Uses of Interface
gov.nasa.worldwind.cache.GpuResourceCache
-
Packages that use GpuResourceCache Package Description gov.nasa.worldwind gov.nasa.worldwind.awt gov.nasa.worldwind.cache gov.nasa.worldwind.layers gov.nasa.worldwind.render -
-
Uses of GpuResourceCache in gov.nasa.worldwind
Fields in gov.nasa.worldwind declared as GpuResourceCache Modifier and Type Field Description protected GpuResourceCache
AbstractSceneController. gpuResourceCache
protected GpuResourceCache
WorldWindowImpl. gpuResourceCache
Methods in gov.nasa.worldwind that return GpuResourceCache Modifier and Type Method Description static GpuResourceCache
WorldWindowImpl. createGpuResourceCache()
GpuResourceCache
AbstractSceneController. getGpuResourceCache()
GpuResourceCache
SceneController. getGpuResourceCache()
Returns this scene controller's GPU Resource cache.GpuResourceCache
WorldWindow. getGpuResourceCache()
Returns the GPU Resource used by this WorldWindow.GpuResourceCache
WorldWindowImpl. getGpuResourceCache()
Methods in gov.nasa.worldwind with parameters of type GpuResourceCache Modifier and Type Method Description void
WorldWindowGLAutoDrawable. initGpuResourceCache(GpuResourceCache cache)
void
WorldWindowGLDrawable. initGpuResourceCache(GpuResourceCache cache)
void
AbstractSceneController. setGpuResourceCache(GpuResourceCache gpuResourceCache)
void
SceneController. setGpuResourceCache(GpuResourceCache gpuResourceCache)
Specifies the GPU Resource cache to use.void
WorldWindowImpl. setGpuResourceCache(GpuResourceCache gpuResourceCache)
-
Uses of GpuResourceCache in gov.nasa.worldwind.awt
Methods in gov.nasa.worldwind.awt that return GpuResourceCache Modifier and Type Method Description GpuResourceCache
WorldWindowGLCanvas. getGpuResourceCache()
GpuResourceCache
WorldWindowGLJPanel. getGpuResourceCache()
-
Uses of GpuResourceCache in gov.nasa.worldwind.cache
Classes in gov.nasa.worldwind.cache that implement GpuResourceCache Modifier and Type Class Description class
BasicGpuResourceCache
Provides the interface for caching of OpenGL resources that are stored on or registered with a GL context. -
Uses of GpuResourceCache in gov.nasa.worldwind.layers
Methods in gov.nasa.worldwind.layers with parameters of type GpuResourceCache Modifier and Type Method 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)
-
Uses of GpuResourceCache in gov.nasa.worldwind.render
Fields in gov.nasa.worldwind.render declared as GpuResourceCache Modifier and Type Field Description protected GpuResourceCache
DrawContextImpl. gpuResourceCache
Methods in gov.nasa.worldwind.render that return GpuResourceCache Modifier and Type Method Description GpuResourceCache
DrawContext. getGpuResourceCache()
Returns the GPU resource cache used by this draw context.GpuResourceCache
DrawContextImpl. getGpuResourceCache()
GpuResourceCache
DrawContext. getTextureCache()
Returns the GPU resource cache for this draw context.GpuResourceCache
DrawContextImpl. getTextureCache()
Methods in gov.nasa.worldwind.render with parameters of type GpuResourceCache Modifier and Type Method Description void
DrawContext. setGpuResourceCache(GpuResourceCache gpuResourceCache)
Specifies the GPU resource cache for this draw context.void
DrawContextImpl. setGpuResourceCache(GpuResourceCache gpuResourceCache)
-