|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.neovisionaries.android.opengl.GLESState
public final class GLESState
GLES state.
Method Summary | |
---|---|
static int |
getActiveTexture()
Get the state value of GL_ACTIVE_TEXTURE. |
static int |
getArrayBufferBinding()
Get the state value of GL_ARRAY_BUFFER_BINDING. |
static boolean[] |
getColorWritemask()
Get the state value of GL_COLOR_WRITEMASK. |
static boolean |
getDepthWritemask()
Get the state value of GL_DEPTH_WRITEMASK. |
static int |
getElementArrayBufferBinding()
Get the state value of GL_ELEMENT_ARRAY_BUFFER_BINDING. |
static Set<String> |
getExtensions()
Get the state value of GL_EXTENSIONS. |
static int |
getMaxRenderbufferSize()
Get the state value of GL_MAX_RENDERBUFFER_SIZE. |
static int |
getMaxTextureImageUnits()
Get the state value of GL_MAX_TEXTURE_IMAGE_UNITS. |
static int |
getRenderbufferBinding()
Get the state value of GL_RENDERBUFFER_BINDING. |
static int |
getTextureBinding2D()
Get the state value of GL_TEXTURE_BINDING_2D. |
static int |
getTextureBindingCubeMap()
Get the state value of GL_TEXTURE_BINDING_CUBE_MAP. |
static String |
getVersion()
Get the state value of GL_VERSION. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static int getActiveTexture()
public static int getArrayBufferBinding()
public static boolean[] getColorWritemask()
public static boolean getDepthWritemask()
public static int getElementArrayBufferBinding()
public static Set<String> getExtensions()
Extension
public static int getMaxRenderbufferSize()
public static int getMaxTextureImageUnits()
public static int getRenderbufferBinding()
public static int getTextureBinding2D()
public static int getTextureBindingCubeMap()
public static String getVersion()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |