Searched refs:backgroundCallable (Results 1 – 5 of 5) sorted by relevance
65 const __DRIbackgroundCallableExtension *backgroundCallable = in dri_create_context() local66 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()
536 const __DRIbackgroundCallableExtension *backgroundCallable = in dri_set_background_context() local537 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()
212 const __DRIbackgroundCallableExtension *backgroundCallable; member
84 psp->dri2.backgroundCallable = (__DRIbackgroundCallableExtension *) extensions[i]; in setupLoaderExtensions()
131 const __DRIbackgroundCallableExtension *backgroundCallable = in brw_set_background_context() local132 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()