Searched refs:pLibrary (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_loader.cpp37 screen->pLibrary = NULL;
46 screen->pLibrary = util_dl_open(filename);
47 if (!screen->pLibrary) {
52 util_dl_proc pApiProc = util_dl_get_proc_address(screen->pLibrary,
54 util_dl_proc pTileApiProc = util_dl_get_proc_address(screen->pLibrary,
56 util_dl_proc pInitFunc = util_dl_get_proc_address(screen->pLibrary,
60 util_dl_close(screen->pLibrary);
61 screen->pLibrary = NULL;
H A Dswr_screen.h58 util_dl_library *pLibrary; member in struct:swr_screen
H A Dswr_screen.cpp1044 if ((*screen)->pLibrary)
1045 util_dl_close((*screen)->pLibrary);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_loader.cpp37 screen->pLibrary = NULL;
45 screen->pLibrary = util_dl_open(filename);
46 if (!screen->pLibrary) {
51 util_dl_proc pApiProc = util_dl_get_proc_address(screen->pLibrary,
53 util_dl_proc pInitFunc = util_dl_get_proc_address(screen->pLibrary,
57 util_dl_close(screen->pLibrary);
58 screen->pLibrary = NULL;
H A Dswr_screen.h55 util_dl_library *pLibrary; member in struct:swr_screen
H A Dswr_screen.cpp1092 if ((*screen)->pLibrary)
1093 util_dl_close((*screen)->pLibrary);

Completed in 6 milliseconds