Searched refs:driContext (Results 1 - 20 of 20) sorted by relevance

/external/mesa3d/src/glx/apple/
H A Dapple_xgl_api_viewport.c43 if (gc && gc->driContext)
44 apple_glx_context_update(dpy, gc->driContext);
H A Dapple_xgl_api_read.c71 if (apple_glx_make_current_context(dpy, gc->driContext, gc->driContext,
74 (void) apple_glx_make_current_context(dpy, gc->driContext, gc->driContext,
88 if (apple_glx_make_current_context(dpy, gc->driContext, gc->driContext,
H A Dapple_xgl_api_stereo.c56 if (gc && apple_glx_context_uses_stereo(gc->driContext)) {
91 if (gc && apple_glx_context_uses_stereo(gc->driContext)) {
/external/mesa3d/src/glx/
H A Dapplegl_glx.c48 apple_glx_destroy_context(&gc->driContext, gc->psc->dpy);
57 (old && old != &dummyContext) ? old->driContext : NULL,
58 gc ? gc->driContext : NULL, draw);
86 (gc != &dummyContext) ? gc->driContext : NULL,
102 apple_glx_waitx(dpy, gc->driContext);
147 gc->driContext = NULL;
150 if(apple_glx_create_context(&gc->driContext, dpy, screen, config,
151 shareList ? shareList->driContext : NULL,
H A Ddrisw_glx.c39 __DRIcontext *driContext; member in struct:drisw_context
261 (*psc->core->destroyContext) (pcp->driContext);
282 if ((*psc->core->bindContext) (pcp->driContext,
295 (*psc->core->unbindContext) (pcp->driContext);
319 (*psc->texBuffer->setTexBuffer2) (pcp->driContext,
325 (*psc->texBuffer->setTexBuffer) (pcp->driContext,
351 (*psc->texBuffer->releaseTexBuffer) (pcp->driContext,
393 shared = pcp_shared->driContext;
406 pcp->driContext =
409 if (pcp->driContext
[all...]
H A Ddri2_glx.c101 __DRIcontext *driContext; member in struct:dri2_context
132 (*psc->core->destroyContext) (pcp->driContext);
154 if (!(*psc->core->bindContext) (pcp->driContext,
177 (*psc->core->unbindContext) (pcp->driContext);
199 shared = pcp_shared->driContext;
212 pcp->driContext =
216 if (pcp->driContext == NULL) {
262 shared = pcp_shared->driContext;
298 pcp->driContext =
308 if (pcp->driContext
[all...]
H A Ddri_glx.c82 __DRIcontext *driContext; member in struct:dri_context
522 (*psc->core->destroyContext) (pcp->driContext);
544 if ((*psc->core->bindContext) (pcp->driContext,
557 (*psc->core->unbindContext) (pcp->driContext);
595 shared = pcp_shared->driContext;
615 pcp->driContext =
619 if (pcp->driContext == NULL) {
H A Dglxclient.h334 void *driContext; member in struct:glx_context
H A Dglxcmds.c520 if(apple_glx_copy_context(gc->driContext, source->driContext, dest->driContext,
786 if(gc && apple_glx_is_current_drawable(dpy, gc->driContext, drawable)) {
787 apple_glx_swap_buffers(gc->driContext);
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_buffers.c99 dri2InvalidateDrawable(intel->driContext->driDrawablePriv);
122 dri2InvalidateDrawable(intel->driContext->driReadablePriv);
H A Dintel_context.c278 __DRIcontext *driContext = intel->driContext; local
279 __DRIdrawable *driDrawable = driContext->driDrawablePriv;
402 __DRIcontext *driContext = intel->driContext; local
405 drawable = driContext->driDrawablePriv;
406 if (drawable && drawable->dri2.stamp != driContext->dri2.draw_stamp) {
408 intel_update_renderbuffers(driContext, drawable);
410 driContext->dri2.draw_stamp = drawable->dri2.stamp;
413 drawable = driContext
454 __DRIcontext *driContext = intel->driContext; local
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_buffers.c99 dri2InvalidateDrawable(intel->driContext->driDrawablePriv);
122 dri2InvalidateDrawable(intel->driContext->driReadablePriv);
H A Dintel_context.c278 __DRIcontext *driContext = intel->driContext; local
279 __DRIdrawable *driDrawable = driContext->driDrawablePriv;
402 __DRIcontext *driContext = intel->driContext; local
405 drawable = driContext->driDrawablePriv;
406 if (drawable && drawable->dri2.stamp != driContext->dri2.draw_stamp) {
408 intel_update_renderbuffers(driContext, drawable);
410 driContext->dri2.draw_stamp = drawable->dri2.stamp;
413 drawable = driContext
454 __DRIcontext *driContext = intel->driContext; local
[all...]
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_buffers.c99 dri2InvalidateDrawable(intel->driContext->driDrawablePriv);
122 dri2InvalidateDrawable(intel->driContext->driReadablePriv);
H A Dintel_context.c278 __DRIcontext *driContext = intel->driContext; local
279 __DRIdrawable *driDrawable = driContext->driDrawablePriv;
402 __DRIcontext *driContext = intel->driContext; local
405 drawable = driContext->driDrawablePriv;
406 if (drawable && drawable->dri2.stamp != driContext->dri2.draw_stamp) {
408 intel_update_renderbuffers(driContext, drawable);
410 driContext->dri2.draw_stamp = drawable->dri2.stamp;
413 drawable = driContext
454 __DRIcontext *driContext = intel->driContext; local
[all...]
H A Dintel_context.h333 __DRIcontext *driContext; member in struct:intel_context
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_common_context.c306 __DRIcontext *driContext = radeon->dri.context; local
310 screen = driContext->driScreenPriv;
314 drawable = driContext->driDrawablePriv;
315 if (drawable->dri2.stamp != driContext->dri2.draw_stamp) {
317 radeon_update_renderbuffers(driContext, drawable, GL_FALSE);
322 driContext->dri2.draw_stamp = drawable->dri2.stamp;
325 drawable = driContext->driReadablePriv;
326 if (drawable->dri2.stamp != driContext->dri2.read_stamp) {
328 radeon_update_renderbuffers(driContext, drawable, GL_FALSE);
329 driContext
[all...]
H A Dradeon_common.c415 __DRIcontext *driContext = radeon->dri.context; local
423 radeon_update_renderbuffers(driContext, driContext->driDrawablePriv, GL_FALSE);
424 if (driContext->driDrawablePriv != driContext->driReadablePriv)
425 radeon_update_renderbuffers(driContext, driContext->driReadablePriv, GL_FALSE);
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_common_context.c306 __DRIcontext *driContext = radeon->dri.context; local
310 screen = driContext->driScreenPriv;
314 drawable = driContext->driDrawablePriv;
315 if (drawable->dri2.stamp != driContext->dri2.draw_stamp) {
317 radeon_update_renderbuffers(driContext, drawable, GL_FALSE);
322 driContext->dri2.draw_stamp = drawable->dri2.stamp;
325 drawable = driContext->driReadablePriv;
326 if (drawable->dri2.stamp != driContext->dri2.read_stamp) {
328 radeon_update_renderbuffers(driContext, drawable, GL_FALSE);
329 driContext
[all...]
H A Dradeon_common.c415 __DRIcontext *driContext = radeon->dri.context; local
423 radeon_update_renderbuffers(driContext, driContext->driDrawablePriv, GL_FALSE);
424 if (driContext->driDrawablePriv != driContext->driReadablePriv)
425 radeon_update_renderbuffers(driContext, driContext->driReadablePriv, GL_FALSE);

Completed in 165 milliseconds