Searched refs:WGLSDOps (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/java2d/opengl/
H A DWGLSurfaceData.h34 * The WGLSDOps structure contains the WGL-specific information for a given
42 } WGLSDOps; typedef in typeref:struct:_WGLSDOps
H A DWGLSurfaceData.c66 WGLSDOps *wglsdo = (WGLSDOps *)malloc(sizeof(WGLSDOps));
116 WGLSDOps *wglsdo = (WGLSDOps *)oglsdo->privOps;
170 WGLSDOps *wglsdo;
178 wglsdo = (WGLSDOps *)oglsdo->privOps;
233 WGLSDOps *srcWGLOps = (WGLSDOps *)srcOps->privOps;
234 WGLSDOps *dstWGLOp
[all...]

Completed in 29 milliseconds