Searched refs:CreatePixmap2 (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/exa/
H A Dexa_driver.c79 if (pExaScr->info->CreatePixmap2) {
81 pExaPixmap->driverPriv = pExaScr->info->CreatePixmap2(pScreen, w, h, depth, usage_hint, bpp, &new_pitch);
H A Dexa_migration_mixed.c56 if (pExaScr->info->CreatePixmap2) {
58 pExaPixmap->driverPriv = pExaScr->info->CreatePixmap2(pScreen, w, h, depth, usage_hint, bpp, &new_pitch);
H A Dexa.h714 void *(*CreatePixmap2)(ScreenPtr pScreen, int width, int height, member in struct:_ExaDriver
H A Dexa.c858 if (!pScreenInfo->CreatePixmap && !pScreenInfo->CreatePixmap2) {
/xsrc/external/mit/xorg-server/dist/exa/
H A Dexa_driver.c80 if (pExaScr->info->CreatePixmap2) {
84 pExaScr->info->CreatePixmap2(pScreen, w, h, depth, usage_hint, bpp,
H A Dexa_migration_mixed.c57 if (pExaScr->info->CreatePixmap2) {
61 pExaScr->info->CreatePixmap2(pScreen, w, h, depth, usage_hint, bpp,
H A Dexa.h693 void *(*CreatePixmap2) (ScreenPtr pScreen, int width, int height, member in struct:_ExaDriver
H A Dexa.c827 if (!pScreenInfo->CreatePixmap && !pScreenInfo->CreatePixmap2) {
/xsrc/external/mit/xf86-video-nouveau/dist/src/
H A Dnouveau_exa.c437 exa->CreatePixmap2 = nouveau_exa_create_pixmap;
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_exa_funcs.c895 info->accel_state->exa->CreatePixmap2 = RADEONEXACreatePixmap2;
H A Devergreen_exa.c1926 info->accel_state->exa->CreatePixmap2 = RADEONEXACreatePixmap2;
H A Dr600_exa.c2292 info->accel_state->exa->CreatePixmap2 = RADEONEXACreatePixmap2;
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_exa_funcs.c648 info->accel_state->exa->CreatePixmap2 = RADEONEXACreatePixmap2;
H A Devergreen_exa.c2074 info->accel_state->exa->CreatePixmap2 = RADEONEXACreatePixmap2;
H A Dr600_exa.c2053 info->accel_state->exa->CreatePixmap2 = RADEONEXACreatePixmap2;

Completed in 24 milliseconds