Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuLibDrm.cpp50 pGetDevices = (PFNDRMGETDEVICESPROC)getFunction("drmGetDevices"); in LibDrm()
62 if (!pGetDevices2 && !pGetDevices) in LibDrm()
195 return pGetDevices(devices, maxDevices); in intGetDevices()
DtcuLibDrm.hpp80 PFNDRMGETDEVICESPROC pGetDevices; member in tcu::LibDrm