Home | History | Annotate | Download | only in src

Lines Matching refs:exa

327 	if (!LoadSubModule(pScrn->module, "exa", NULL, NULL, NULL,
329 LoaderErrorMsg(NULL, "exa", errmaj, errmin);
796 "EXA: Driver will allow EXA pixmaps in VRAM\n");
799 "EXA: Driver will not allow EXA pixmaps in VRAM\n");
885 if (info->accel_state->exa) {
887 free(info->accel_state->exa);
888 info->accel_state->exa = NULL;
1236 if (info->accel_state->exa != NULL) {
1241 info->accel_state->exa = exaDriverAlloc();
1242 if (info->accel_state->exa == NULL) {