Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dglthread.c72 ctx->Driver.SetBackgroundContext(ctx, &ctx->GLThread.stats); in glthread_thread_initialization()
Ddd.h1129 void (*SetBackgroundContext)(struct gl_context *ctx, member
/external/mesa3d/src/mesa/drivers/common/
Ddriverfuncs.c211 driver->SetBackgroundContext = NULL; in _mesa_init_driver_functions()
/external/mesa3d/src/mesa/state_tracker/
Dst_context.c971 functions->SetBackgroundContext = st_set_background_context; in st_init_driver_functions()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.c416 functions->SetBackgroundContext = brw_set_background_context; in brw_init_driver_functions()