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

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_context.c 278 __DRIcontext *driContext = intel->driContext;
279 __DRIdrawable *driDrawable = driContext->driDrawablePriv;
402 __DRIcontext *driContext = intel->driContext;
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->driReadablePriv
    [all...]
intel_context.h 333 __DRIcontext *driContext;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_common_context.c 306 __DRIcontext *driContext = radeon->dri.context;
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->dri2.read_stamp = drawable->dri2.stamp
    [all...]
radeon_common.c 415 __DRIcontext *driContext = radeon->dri.context;
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/intel/
intel_context.c 278 __DRIcontext *driContext = intel->driContext;
279 __DRIdrawable *driDrawable = driContext->driDrawablePriv;
402 __DRIcontext *driContext = intel->driContext;
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->driReadablePriv
    [all...]
intel_context.h 333 __DRIcontext *driContext;
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common_context.c 306 __DRIcontext *driContext = radeon->dri.context;
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->dri2.read_stamp = drawable->dri2.stamp
    [all...]
radeon_common.c 415 __DRIcontext *driContext = radeon->dri.context;
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/chromium_org/third_party/mesa/src/src/glx/
drisw_glx.c 39 __DRIcontext *driContext;
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 == NULL)
    [all...]
dri_glx.c 82 __DRIcontext *driContext;
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) {
dri2_glx.c 101 __DRIcontext *driContext;
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 == NULL
    [all...]
glxclient.h 334 void *driContext;
  /external/mesa3d/src/glx/
drisw_glx.c 39 __DRIcontext *driContext;
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 == NULL)
    [all...]
dri_glx.c 82 __DRIcontext *driContext;
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) {
dri2_glx.c 101 __DRIcontext *driContext;
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 == NULL
    [all...]
glxclient.h 334 void *driContext;

Completed in 190 milliseconds