Searched defs:OGLContext (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/java2d/opengl/
H A DOGLContext.java39 public class OGLContext extends BufferedContext { class in inherits:BufferedContext
43 OGLContext(RenderQueue rq, OGLGraphicsConfig config) { method in class:OGLContext
88 * revalidate the OGLContext (make it current, etc.) next time through
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLContext.h56 * The OGLContext structure contains cached state relevant to the native
58 * OGLContext object is associated with a native-level OGLContext structure.
60 * GraphicsConfig associated with this context (see OGLContext.java for
63 * used in the OGLContext.set*() methods.
66 * OGLContext is created. The acceptable values (e.g. GL_MODULATE,
88 } OGLContext; typedef in typeref:struct:__anon927
101 * See OGLContext.java for more on these flags.
140 * given OGLContext. Note that only the constant name needs to be passed as
148 * of OGLContext
[all...]

Completed in 490 milliseconds