Home
last modified time | relevance | path

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

/external/skqp/src/compute/common/cl/
Dfind_cl.c39 bool match_platform=false, match_device=false; in clFindIdsByName() local
139 … if (!match_device && match_platform && (strstr(device_name,target_device_substring) != NULL)) in clFindIdsByName()
141 match_device = true; in clFindIdsByName()
196 if (!match_device) in clFindIdsByName()