Home
last modified time | relevance | path

Searched refs:backgroundCallable (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/dri/
Ddri_context.c65 const __DRIbackgroundCallableExtension *backgroundCallable = in dri_create_context() local
66 screen->sPriv->dri2.backgroundCallable; in dri_create_context()
205 if (backgroundCallable && backgroundCallable->base.version >= 2 && in dri_create_context()
206 backgroundCallable->isThreadSafe) { in dri_create_context()
208 if (backgroundCallable->isThreadSafe(cPriv->loaderPrivate)) in dri_create_context()
Ddri_screen.c536 const __DRIbackgroundCallableExtension *backgroundCallable = in dri_set_background_context() local
537 ctx->sPriv->dri2.backgroundCallable; in dri_set_background_context()
543 assert(backgroundCallable); in dri_set_background_context()
544 backgroundCallable->setBackgroundContext(ctx->cPriv->loaderPrivate); in dri_set_background_context()
/third_party/mesa3d/src/mesa/drivers/dri/common/
Ddri_util.h212 const __DRIbackgroundCallableExtension *backgroundCallable; member
Ddri_util.c84 psp->dri2.backgroundCallable = (__DRIbackgroundCallableExtension *) extensions[i]; in setupLoaderExtensions()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.c131 const __DRIbackgroundCallableExtension *backgroundCallable = in brw_set_background_context() local
132 driScreen->dri2.backgroundCallable; in brw_set_background_context()
139 backgroundCallable->setBackgroundContext(driContext->loaderPrivate); in brw_set_background_context()
1224 if (driContextPriv->driScreenPriv->dri2.backgroundCallable && in brw_create_context()