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.worldwindFields in gov.nasa.worldwind declared as GpuResourceCache Modifier and Type Field Description protected GpuResourceCacheAbstractSceneController. gpuResourceCacheprotected GpuResourceCacheWorldWindowImpl. gpuResourceCacheMethods in gov.nasa.worldwind that return GpuResourceCache Modifier and Type Method Description static GpuResourceCacheWorldWindowImpl. createGpuResourceCache()GpuResourceCacheAbstractSceneController. getGpuResourceCache()GpuResourceCacheSceneController. getGpuResourceCache()Returns this scene controller's GPU Resource cache.GpuResourceCacheWorldWindow. getGpuResourceCache()Returns the GPU Resource used by this WorldWindow.GpuResourceCacheWorldWindowImpl. getGpuResourceCache()Methods in gov.nasa.worldwind with parameters of type GpuResourceCache Modifier and Type Method Description voidWorldWindowGLAutoDrawable. initGpuResourceCache(GpuResourceCache cache)voidWorldWindowGLDrawable. initGpuResourceCache(GpuResourceCache cache)voidAbstractSceneController. setGpuResourceCache(GpuResourceCache gpuResourceCache)voidSceneController. setGpuResourceCache(GpuResourceCache gpuResourceCache)Specifies the GPU Resource cache to use.voidWorldWindowImpl. setGpuResourceCache(GpuResourceCache gpuResourceCache)
- 
Uses of GpuResourceCache in gov.nasa.worldwind.awtMethods in gov.nasa.worldwind.awt that return GpuResourceCache Modifier and Type Method Description GpuResourceCacheWorldWindowGLCanvas. getGpuResourceCache()GpuResourceCacheWorldWindowGLJPanel. getGpuResourceCache()
- 
Uses of GpuResourceCache in gov.nasa.worldwind.cacheClasses in gov.nasa.worldwind.cache that implement GpuResourceCache Modifier and Type Class Description classBasicGpuResourceCacheProvides the interface for caching of OpenGL resources that are stored on or registered with a GL context.
- 
Uses of GpuResourceCache in gov.nasa.worldwind.layersMethods in gov.nasa.worldwind.layers with parameters of type GpuResourceCache Modifier and Type Method Description com.jogamp.opengl.util.texture.TextureTextureTile. getTexture(GpuResourceCache tc)booleanTextureTile. isTextureInMemory(GpuResourceCache tc)voidTextureTile. setTexture(GpuResourceCache tc, com.jogamp.opengl.util.texture.Texture texture)
- 
Uses of GpuResourceCache in gov.nasa.worldwind.renderFields in gov.nasa.worldwind.render declared as GpuResourceCache Modifier and Type Field Description protected GpuResourceCacheDrawContextImpl. gpuResourceCacheMethods in gov.nasa.worldwind.render that return GpuResourceCache Modifier and Type Method Description GpuResourceCacheDrawContext. getGpuResourceCache()Returns the GPU resource cache used by this draw context.GpuResourceCacheDrawContextImpl. getGpuResourceCache()GpuResourceCacheDrawContext. getTextureCache()Returns the GPU resource cache for this draw context.GpuResourceCacheDrawContextImpl. getTextureCache()Methods in gov.nasa.worldwind.render with parameters of type GpuResourceCache Modifier and Type Method Description voidDrawContext. setGpuResourceCache(GpuResourceCache gpuResourceCache)Specifies the GPU resource cache for this draw context.voidDrawContextImpl. setGpuResourceCache(GpuResourceCache gpuResourceCache)
 
-