Searched defs:driContext (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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);
/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);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
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/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
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/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
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/i915/
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_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_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/chromium_org/third_party/mesa/src/src/glx/
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
/external/mesa3d/src/glx/
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

Completed in 331 milliseconds