Home
last modified time | relevance | path

Searched refs:setBackgroundContext (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/frontends/dri/
Ddri_screen.c564 backgroundCallable->setBackgroundContext(ctx->cPriv->loaderPrivate); in dri_set_background_context()
/external/mesa3d/include/GL/internal/
Ddri_interface.h2149 void (*setBackgroundContext)(void *loaderPrivate); member
/external/mesa3d/src/glx/
Ddri3_glx.c569 .setBackgroundContext = dri_set_background_context,
Ddri2_glx.c1005 .setBackgroundContext = driSetBackgroundContext,
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.c157 backgroundCallable->setBackgroundContext(driContext->loaderPrivate); in brw_set_background_context()
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c197 .setBackgroundContext = dri_set_background_context,