Uses of Class
com.neovisionaries.android.opengl.RenderBufferFormat

Packages that use RenderBufferFormat
com.neovisionaries.android.opengl   
 

Uses of RenderBufferFormat in com.neovisionaries.android.opengl
 

Methods in com.neovisionaries.android.opengl that return RenderBufferFormat
static RenderBufferFormat RenderBufferFormat.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RenderBufferFormat[] RenderBufferFormat.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.neovisionaries.android.opengl with parameters of type RenderBufferFormat
 RenderBuffer RenderBuffer.setFormat(RenderBufferFormat format, int width, int height)
          Set format, width and height of this render buffer using glRenderbufferStorage().
 

Constructors in com.neovisionaries.android.opengl with parameters of type RenderBufferFormat
RenderBuffer(RenderBufferFormat format, int width, int height)
          A constructor with format parameters.