| org.apache.harmony.awt.gl.linux.XGraphicsConfiguration org.apache.harmony.awt.gl.linux.GLXGraphicsConfiguration
Inner Class :final static class GlxConfigsRec | |
Method Summary | |
public VolatileImage | createCompatibleVolatileImage(int width, int height) | final public OffscreenBufferObject | createOffscreenBuffer(int w, int h) | final public void | destroyOGLContext(long oglContext) | protected void | finalize() | public void | freeOffscreenBuffer(OffscreenBufferObject pbuffer) | public void | freeOffscreenBuffer(long id, long hdc) | final public long | getOGLContext(long drawable, long hdc) | final public boolean | makeContextCurrent(long oglContext, long draw, long read, long drawHDC, long readHDC) | final public boolean | makeCurrent(long oglContext, long drawable, long hdc) | final public void | swapBuffers(long drawable, long hdc) |
createCompatibleVolatileImage | public VolatileImage createCompatibleVolatileImage(int width, int height)(Code) | | |
createOffscreenBuffer | final public OffscreenBufferObject createOffscreenBuffer(int w, int h)(Code) | | |
destroyOGLContext | final public void destroyOGLContext(long oglContext)(Code) | | |
freeOffscreenBuffer | public void freeOffscreenBuffer(OffscreenBufferObject pbuffer)(Code) | | |
freeOffscreenBuffer | public void freeOffscreenBuffer(long id, long hdc)(Code) | | |
getOGLContext | final public long getOGLContext(long drawable, long hdc)(Code) | | |
makeContextCurrent | final public boolean makeContextCurrent(long oglContext, long draw, long read, long drawHDC, long readHDC)(Code) | | |
makeCurrent | final public boolean makeCurrent(long oglContext, long drawable, long hdc)(Code) | | |
swapBuffers | final public void swapBuffers(long drawable, long hdc)(Code) | | |
|
|