Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/samples/tuningfork/prototest/src/
Dsztool.cc80 std::vector<int>& ann_values) { in NextAnnotation() argument
84 if(ann_values[i]==0) { in NextAnnotation()
85 ann_values[i]++; in NextAnnotation()
90 if(ann_values[i]<fd->enum_type()->value_count()) { in NextAnnotation()
91 ann_values[i]++; in NextAnnotation()
95 ann_values[i] = 0; in NextAnnotation()
102 const std::vector<int>& ann_values) { in MakeAnnotation() argument
110 r->SetBool(m, fd, ann_values[i]!=0); in MakeAnnotation()
114 if(ann_values[i]>0) in MakeAnnotation()
115 r->SetEnumValue(m, fd, ann_values[i]); in MakeAnnotation()
[all …]