Uses of Class
com.jogamp.opencl.CLMemory.GLObjectType

Packages that use CLMemory.GLObjectType
com.jogamp.opencl High level java bindings to OpenCL. 
com.jogamp.opencl.gl High level java bindings, OpenCL-OpenGL interoperability. 
 

Uses of CLMemory.GLObjectType in com.jogamp.opencl
 

Methods in com.jogamp.opencl that return CLMemory.GLObjectType
static CLMemory.GLObjectType CLMemory.GLObjectType.valueOf(int type)
           
static CLMemory.GLObjectType CLMemory.GLObjectType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CLMemory.GLObjectType[] CLMemory.GLObjectType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of CLMemory.GLObjectType in com.jogamp.opencl.gl
 

Methods in com.jogamp.opencl.gl that return CLMemory.GLObjectType
 CLMemory.GLObjectType CLGLBuffer.getGLObjectType()
           
 CLMemory.GLObjectType CLGLImage2d.getGLObjectType()
           
 CLMemory.GLObjectType CLGLObject.getGLObjectType()
          Returns the OpenGL buffer type of this shared object.
 CLMemory.GLObjectType CLGLTexture2d.getGLObjectType()
           
 CLMemory.GLObjectType CLGLTexture3d.getGLObjectType()