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)
           
static int JCuda.cudaDestroyTextureObject(cudaTextureObject texObject)
           
static int JCuda.cudaGetTextureObjectResourceDesc(cudaResourceDesc pResDesc, cudaTextureObject texObject)
           
static int JCuda.cudaGetTextureObjectResourceViewDesc(cudaResourceViewDesc pResViewDesc, cudaTextureObject texObject)
           
static int JCuda.cudaGetTextureObjectTextureDesc(cudaTextureDesc pTexDesc, cudaTextureObject texObject)