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

  /external/opencv3/3rdparty/openexr/IlmImf/
ImfChannelList.cpp 216 ChannelList::layers (set <string> &layerNames) const
218 layerNames.clear();
228 layerNames.insert (layerName);
ImfChannelList.h 215 void layers (std::set <std::string> &layerNames) const;
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiFeatureInfo.cpp 544 vector<string> layerNames;
550 layerNames.push_back(properties[ndx].layerName);
553 if (checkDuplicateLayers(log, layerNames))
611 vector<string> layerNames;
617 layerNames.push_back(properties[ndx].layerName);
620 if (checkDuplicateLayers(log, layerNames))
    [all...]

Completed in 491 milliseconds