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

12

/external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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...]
/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...]
/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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...]
/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...]
/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...]
/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...]
/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...]

Completed in 1513 milliseconds

12