Lines Matching defs:OGLContext
56 * The OGLContext structure contains cached state relevant to the native
58 * OGLContext object is associated with a native-level OGLContext structure.
60 * GraphicsConfig associated with this context (see OGLContext.java for
63 * used in the OGLContext.set*() methods.
66 * OGLContext is created. The acceptable values (e.g. GL_MODULATE,
88 } OGLContext;
101 * See OGLContext.java for more on these flags.
140 * given OGLContext. Note that only the constant name needs to be passed as
148 * of OGLContext. Later we can use this information to select
196 OGLContext *OGLContext_SetSurfaces(JNIEnv *env, jlong pSrc, jlong pDst);
197 void OGLContext_ResetClip(OGLContext *oglc);
198 void OGLContext_SetRectClip(OGLContext *oglc, OGLSDOps *dstOps,
200 void OGLContext_BeginShapeClip(OGLContext *oglc);
201 void OGLContext_EndShapeClip(OGLContext *oglc, OGLSDOps *dstOps);
203 void OGLContext_ResetComposite(OGLContext *oglc);
204 void OGLContext_SetAlphaComposite(OGLContext *oglc,
206 void OGLContext_SetXorComposite(OGLContext *oglc, jint xorPixel);
207 void OGLContext_ResetTransform(OGLContext *oglc);
208 void OGLContext_SetTransform(OGLContext *oglc,
213 jboolean OGLContext_InitBlitTileTexture(OGLContext *oglc);
217 void OGLContext_DestroyContextResources(OGLContext *oglc);