Searched defs:ctxInfo (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/java2d/opengl/
H A DGLXSurfaceData.c164 GLXCtxInfo *ctxInfo; local
174 ctxInfo = (GLXCtxInfo *)oglc->ctxInfo;
176 ctxInfo->scratchSurface,
177 ctxInfo->scratchSurface,
178 ctxInfo->context))
298 GLXCtxInfo *ctxinfo = (GLXCtxInfo *)oglc->ctxInfo;
/openjdk7/jdk/src/windows/native/sun/java2d/opengl/
H A DWGLSurfaceData.c141 WGLCtxInfo *ctxInfo; local
151 ctxInfo = (WGLCtxInfo *)oglc->ctxInfo;
152 if (!j2d_wglMakeCurrent(ctxInfo->scratchSurfaceDC, ctxInfo->context)) {
275 ctxinfo = (WGLCtxInfo *)oglc->ctxInfo;
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLContext.h57 * OpenGL context stored within the native ctxInfo field. Each Java-level
72 void *ctxInfo; member in struct:__anon927

Completed in 32 milliseconds