Searched refs:CGLCtxInfo (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/macosx/native/sun/java2d/opengl/
H A DCGLGraphicsConfig.h95 * The CGLCtxInfo structure contains the native CGLContext information
115 } CGLCtxInfo; typedef in typeref:struct:_CGLCtxInfo
H A DCGLSurfaceData.m61 CGLCtxInfo *ctxinfo = (CGLCtxInfo *)oglc->ctxInfo;
93 CGLCtxInfo *ctxinfo = (CGLCtxInfo *)oglc->ctxInfo;
138 CGLCtxInfo *ctxinfo = (CGLCtxInfo *)oglc->ctxInfo;
190 CGLCtxInfo *ctxinfo = (CGLCtxInfo *)oglc->ctxInfo;
245 CGLCtxInfo *ctxinfo = (CGLCtxInfo *)ogl
[all...]
H A DCGLGraphicsConfig.m64 CGLCtxInfo *ctxinfo = (CGLCtxInfo *)oglc->ctxInfo;
374 CGLCtxInfo *ctxinfo = (CGLCtxInfo *)malloc(sizeof(CGLCtxInfo));
381 memset(ctxinfo, 0, sizeof(CGLCtxInfo));

Completed in 1505 milliseconds