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

/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLContext.c149 OGLContext_SetSurfaces(JNIEnv *env, jlong pSrc, jlong pDst) function
155 J2dTraceLn(J2D_TRACE_INFO, "OGLContext_SetSurfaces");
159 "OGLContext_SetSurfaces: ops are null");
168 "OGLContext_SetSurfaces: texture cannot be used as destination");
176 "OGLContext_SetSurfaces: could not init OGL window");
185 "OGLContext_SetSurfaces: could not make context current");

Completed in 66 milliseconds