HomeSort by relevance Sort by last modified time
    Searched defs:driContext (Results 1 - 12 of 12) sorted by null

  /external/mesa3d/src/glx/
dri2_priv.h 62 __DRIcontext *driContext;
drisw_priv.h 34 __DRIcontext *driContext;
dri3_priv.h 114 __DRIcontext *driContext;
dri_glx.c 82 __DRIcontext *driContext;
533 (*psc->core->destroyContext) (pcp->driContext);
555 if ((*psc->core->bindContext) (pcp->driContext,
568 (*psc->core->unbindContext) (pcp->driContext);
610 shared = pcp_shared->driContext;
631 pcp->driContext =
635 if (pcp->driContext == NULL) {
glxclient.h 355 void *driContext;
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_context.c 109 __DRIcontext *driContext = intel->driContext;
110 __DRIdrawable *driDrawable = driContext->driDrawablePriv;
225 __DRIcontext *driContext = intel->driContext;
228 drawable = driContext->driDrawablePriv;
229 if (drawable && drawable->dri2.stamp != driContext->dri2.draw_stamp) {
231 intel_update_renderbuffers(driContext, drawable);
233 driContext->dri2.draw_stamp = drawable->dri2.stamp;
236 drawable = driContext->driReadablePriv
    [all...]
intel_context.h 252 __DRIcontext *driContext;
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common_context.c 165 radeon->driContext = driContextPriv;
325 __DRIcontext *driContext = radeon->driContext;
329 screen = driContext->driScreenPriv;
333 drawable = driContext->driDrawablePriv;
334 if (drawable->dri2.stamp != driContext->dri2.draw_stamp) {
336 radeon_update_renderbuffers(driContext, drawable, GL_FALSE);
341 driContext->dri2.draw_stamp = drawable->dri2.stamp;
344 drawable = driContext->driReadablePriv;
345 if (drawable->dri2.stamp != driContext->dri2.read_stamp)
    [all...]
radeon_common.c 361 radeon_update_renderbuffers(radeon->driContext,
362 radeon->driContext->driDrawablePriv, GL_FALSE);
378 radeon_update_renderbuffers(rmesa->driContext,
379 rmesa->driContext->driReadablePriv, GL_FALSE);
402 __DRIcontext *driContext = radeon->driContext;
409 radeon_update_renderbuffers(driContext, driContext->driDrawablePriv, GL_FALSE);
410 if (driContext->driDrawablePriv != driContext->driReadablePriv
    [all...]
radeon_common_context.h 377 __DRIcontext *driContext; /* DRI context */
492 return radeon->driContext->driDrawablePriv;
497 return radeon->driContext->driReadablePriv;
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_context.c 149 __DRIcontext *driContext = brw->driContext;
152 if (driContext->driDrawablePriv)
153 dri2InvalidateDrawable(driContext->driDrawablePriv);
154 if (driContext->driReadablePriv)
155 dri2InvalidateDrawable(driContext->driReadablePriv);
373 __DRIcontext *driContext = brw->driContext;
374 __DRIdrawable *driDrawable = driContext->driDrawablePriv;
436 if (!brw->driContext->driScreenPriv->dri2.useInvalidate
    [all...]
brw_context.h     [all...]

Completed in 847 milliseconds