HomeSort by relevance Sort by last modified time
    Searched refs:getCLDeviceIds (Results 1 - 2 of 2) sorted by null

  /external/deqp/framework/common/
tcuCommandLine.hpp 164 void getCLDeviceIds (std::vector<int>& deviceIds) const { deviceIds = getCLDeviceIds(); }
165 const std::vector<int>& getCLDeviceIds (void) const;
tcuCommandLine.cpp 820 const std::vector<int>& CommandLine::getCLDeviceIds (void) const { return m_cmdLine.getOption<opt::CLDeviceIDs>(); }

Completed in 214 milliseconds