Uses of Class
jcuda.runtime.cudaTextureObject

Packages that use cudaTextureObject
jcuda.runtime Contains the classes related to the JCuda runtime API. 
 

Uses of cudaTextureObject in jcuda.runtime
 

Methods in jcuda.runtime with parameters of type cudaTextureObject
static int JCuda.cudaCreateTextureObject(cudaTextureObject pTexObject, cudaResourceDesc pResDesc, cudaTextureDesc pTexDesc, cudaResourceViewDesc pResViewDesc)
          Creates a texture object.
static int JCuda.cudaDestroyTextureObject(cudaTextureObject texObject)
          Destroys a texture object.
static int JCuda.cudaGetTextureObjectResourceDesc(cudaResourceDesc pResDesc, cudaTextureObject texObject)
          Returns a texture object's resource descriptor.
static int JCuda.cudaGetTextureObjectResourceViewDesc(cudaResourceViewDesc pResViewDesc, cudaTextureObject texObject)
          Returns a texture object's resource view descriptor.
static int JCuda.cudaGetTextureObjectTextureDesc(cudaTextureDesc pTexDesc, cudaTextureObject texObject)
          Returns a texture object's texture descriptor.