Method Summary |
|
public static int | formatChannels(int format) Returns the number of channels associated with a given
GL pixel format. |
public static int | glFogNumParams(int pname) Returns the number of values required by the given
parameter pname by glFog*v . |
public static int | glFramebufferAttachmentParameterNumParams(int pname) Returns the number of values required by the given parameter
pname by
glFramebufferAttachmentParameterivOES and
glGetFramebufferAttachmentParameterivOES . |
public static int | glGetBufferParametervNumParams(int pname) Returns the number of values required by the given parameter
pname by glGetBufferParameteriv . |
public static int | glGetNumParams(int pname) Returns the number of values required by the given
parameter pname by glGetFixedv ,
glGetFloatv , and glGetIntegerv . |
public static int | glLightModelNumParams(int pname) Returns the number of values required by the given parameter
pname by glLightModel*v . |
public static int | glLightNumParams(int pname) Returns the number of values required by the given parameter
pname by glLight*v . |
public static int | glMaterialNumParams(int pname) Returns the number of values required by the given parameter
pname by glMaterial*v . |
public static int | glPointParameterNumParams(int pname) Returns the number of values required by the given parameter
pname by glPointParameter*v . |
public static int | glRenderbufferParameterNumParams(int pname) Returns the number of values required by the given parameter
pname by glRenderbufferParameterivOES
and glGetRenderbufferParameterivOES . |
public static int | glTexEnvNumParams(int pname) Returns the number of values required by the given parameter
pname by glTexEnv*v . |
public static int | glTexGenNumParams(int pname) Returns the number of values required by the given parameter
pname by glTexGen*v . |
public static int | glTexParameterNumParams(int pname) Returns the number of values required by the given parameter
pname by glTexParameter*v . |
public static int | sizeOfType(int type) Returns the number of bytes associated with a given GL data type. |