Searched refs:OGLSDOps (Results 1 - 19 of 19) sorted by relevance

/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLSurfaceData.c40 extern jlong OGLSD_GetNativeConfigInfo(OGLSDOps *oglsdo);
41 extern jboolean OGLSD_InitOGLWindow(JNIEnv *env, OGLSDOps *oglsdo);
42 extern void OGLSD_DestroyOGLSurface(JNIEnv *env, OGLSDOps *oglsdo);
44 void OGLSD_SetNativeDimensions(JNIEnv *env, OGLSDOps *oglsdo, jint w, jint h);
134 OGLSD_InitTextureObject(OGLSDOps *oglsdo,
248 OGLSDOps *oglsdo = (OGLSDOps *)jlong_to_ptr(pData);
399 OGLSDOps *oglsdo = (OGLSDOps *)jlong_to_ptr(pData);
459 OGLSDOps *oglsd
[all...]
H A DOGLTextRenderer.h50 void OGLTR_DrawGlyphList(JNIEnv *env, OGLContext *oglc, OGLSDOps *dstOps,
H A DOGLPaints.h43 void OGLPaints_SetLinearGradientPaint(OGLContext *oglc, OGLSDOps *dstOps,
49 void OGLPaints_SetRadialGradientPaint(OGLContext *oglc, OGLSDOps *dstOps,
H A DOGLRenderer.h54 void OGLRenderer_DrawAAParallelogram(OGLContext *oglc, OGLSDOps *dstOps,
68 void OGLRenderer_FillAAParallelogram(OGLContext *oglc, OGLSDOps *dstOps,
H A DOGLBufImgOps.c182 OGLSDOps *srcOps = (OGLSDOps *)jlong_to_ptr(pSrcOps);
392 OGLSDOps *srcOps = (OGLSDOps *)jlong_to_ptr(pSrcOps);
626 OGLSDOps *srcOps = (OGLSDOps *)jlong_to_ptr(pSrcOps);
H A DOGLContext.h198 void OGLContext_SetRectClip(OGLContext *oglc, OGLSDOps *dstOps,
201 void OGLContext_EndShapeClip(OGLContext *oglc, OGLSDOps *dstOps);
H A DOGLSurfaceData.h38 typedef struct _OGLSDOps OGLSDOps; typedef in typeref:struct:_OGLSDOps
80 * The OGLSDOps structure describes a native OpenGL surface and contains all
138 * and height fields in this OGLSDOps structure. For example, if the image
289 void OGLSD_Delete(JNIEnv *env, OGLSDOps *oglsdo);
H A DOGLContext.c45 extern jboolean OGLSD_InitOGLWindow(JNIEnv *env, OGLSDOps *oglsdo);
47 OGLSDOps *srcOps,
48 OGLSDOps *dstOps);
83 OGLContext_SetViewport(OGLSDOps *srcOps, OGLSDOps *dstOps)
151 OGLSDOps *srcOps = (OGLSDOps *)jlong_to_ptr(pSrc);
152 OGLSDOps *dstOps = (OGLSDOps *)jlong_to_ptr(pDst);
225 OGLContext_SetRectClip(OGLContext *oglc, OGLSDOps *dstOp
[all...]
H A DOGLBlitLoops.h65 OGLContext *oglc, OGLSDOps *dstOps,
H A DOGLRenderQueue.h130 OGLSDOps *OGLRenderQueue_GetCurrentDestination();
H A DOGLBlitLoops.c52 OGLBlitSurfaceToSurface(OGLContext *oglc, OGLSDOps *srcOps, OGLSDOps *dstOps,
106 OGLSDOps *srcOps, OGLSDOps *dstOps,
259 OGLPixelFormat *pf, OGLSDOps *srcOps,
393 OGLSDOps *dstOps,
451 OGLSDOps *srcOps = (OGLSDOps *)jlong_to_ptr(pSrcOps);
452 OGLSDOps *dstOps = (OGLSDOps *)jlong_to_pt
[all...]
H A DOGLRenderQueue.c57 static OGLSDOps *dstOps = NULL;
438 dstOps = (OGLSDOps *)jlong_to_ptr(pDst);
454 OGLSDOps *oglsdo = (OGLSDOps *)jlong_to_ptr(pData);
465 OGLSDOps *oglsdo = (OGLSDOps *)jlong_to_ptr(pData);
729 OGLSDOps *
H A DOGLPaints.c237 OGLSDOps *srcOps = (OGLSDOps *)jlong_to_ptr(pSrcOps);
735 OGLPaints_SetLinearGradientPaint(OGLContext *oglc, OGLSDOps *dstOps,
858 OGLPaints_SetRadialGradientPaint(OGLContext *oglc, OGLSDOps *dstOps,
H A DOGLTextRenderer.c712 OGLTR_UpdateCachedDestination(OGLSDOps *dstOps, GlyphInfo *ginfo,
821 OGLTR_DrawLCDGlyphViaCache(OGLContext *oglc, OGLSDOps *dstOps,
951 OGLTR_DrawLCDGlyphNoCache(OGLContext *oglc, OGLSDOps *dstOps,
1063 OGLTR_DrawGlyphList(JNIEnv *env, OGLContext *oglc, OGLSDOps *dstOps,
1181 OGLSDOps *dstOps = OGLRenderQueue_GetCurrentDestination();
H A DOGLRenderer.c588 OGLRenderer_FillAAParallelogram(OGLContext *oglc, OGLSDOps *dstOps,
649 OGLRenderer_FillAAParallelogramInnerOuter(OGLContext *oglc, OGLSDOps *dstOps,
721 OGLRenderer_DrawAAParallelogram(OGLContext *oglc, OGLSDOps *dstOps,
/openjdk7/jdk/src/solaris/native/sun/java2d/opengl/
H A DGLXSurfaceData.c51 OGLSD_SetNativeDimensions(JNIEnv *env, OGLSDOps *oglsdo, jint w, jint h);
60 OGLSDOps *oglsdo = (OGLSDOps *)SurfaceData_InitOps(env, glxsd,
61 sizeof(OGLSDOps));
135 * with this surface. For instance, if the given OGLSDOps is of type
140 OGLSD_DestroyOGLSurface(JNIEnv *env, OGLSDOps *oglsdo)
190 * associated with the given OGLSDOps. This method can be called from
195 OGLSD_GetNativeConfigInfo(OGLSDOps *oglsdo)
264 OGLSD_MakeOGLContextCurrent(JNIEnv *env, OGLSDOps *srcOps, OGLSDOps *dstOp
[all...]
/openjdk7/jdk/src/macosx/native/sun/java2d/opengl/
H A DCGLSurfaceData.m59 OGLSD_UnlockFocus(OGLContext *oglc, OGLSDOps *dstOps)
113 * with this surface. For instance, if the given OGLSDOps is of type
118 OGLSD_DestroyOGLSurface(JNIEnv *env, OGLSDOps *oglsdo)
149 * associated with the given OGLSDOps. This method can be called from
154 OGLSD_GetNativeConfigInfo(OGLSDOps *oglsdo)
231 OGLSD_MakeOGLContextCurrent(JNIEnv *env, OGLSDOps *srcOps, OGLSDOps *dstOps)
318 * bounds in the given OGLSDOps. Returns JNI_TRUE if the operation was
322 OGLSD_InitOGLWindow(JNIEnv *env, OGLSDOps *oglsdo)
369 OGLSDOps *dstOp
[all...]
H A DCGLLayer.m193 OGLSDOps *oglsdo = (OGLSDOps*) SurfaceData_GetOps(env, surfaceData);
/openjdk7/jdk/src/windows/native/sun/java2d/opengl/
H A DWGLSurfaceData.c57 OGLSD_SetNativeDimensions(JNIEnv *env, OGLSDOps *oglsdo, jint w, jint h);
64 OGLSDOps *oglsdo = (OGLSDOps *)SurfaceData_InitOps(env, wglsd,
65 sizeof(OGLSDOps));
109 * with this surface. For instance, if the given OGLSDOps is of type
114 OGLSD_DestroyOGLSurface(JNIEnv *env, OGLSDOps *oglsdo)
163 * associated with the given OGLSDOps. This method can be called from
168 OGLSD_GetNativeConfigInfo(OGLSDOps *oglsdo)
231 OGLSD_MakeOGLContextCurrent(JNIEnv *env, OGLSDOps *srcOps, OGLSDOps *dstOp
[all...]

Completed in 552 milliseconds