Searched refs:pGetDevices2 (Results 1 – 2 of 2) sorted by relevance
49 pGetDevices2 = (PFNDRMGETDEVICES2PROC)getFunction("drmGetDevices2"); in LibDrm()62 if (!pGetDevices2 && !pGetDevices) in LibDrm()192 if (pGetDevices2) in intGetDevices()193 return pGetDevices2(0, devices, maxDevices); in intGetDevices()
79 PFNDRMGETDEVICES2PROC pGetDevices2; member in tcu::LibDrm