Searched refs:pGetDevices (Results 1 – 2 of 2) sorted by relevance
50 pGetDevices = (PFNDRMGETDEVICESPROC)getFunction("drmGetDevices"); in LibDrm()62 if (!pGetDevices2 && !pGetDevices) in LibDrm()195 return pGetDevices(devices, maxDevices); in intGetDevices()
80 PFNDRMGETDEVICESPROC pGetDevices; member in tcu::LibDrm