Home
last modified time | relevance | path

Searched refs:pGetDevices2 (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/common/
DtcuLibDrm.cpp49 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()
DtcuLibDrm.hpp79 PFNDRMGETDEVICES2PROC pGetDevices2; member in tcu::LibDrm