Searched refs:compatibleTypeIndex (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/api/
H A Dgen_runtime.cpp123 int compatibleTypeIndex; // Index in TYPES for which the test data must also fit. member in struct:__anon1461::ParameterDefinition
638 compatibleTypeIndex = -1;
661 compatibleTypeIndex = FindCType(option.substr(11, pParen - 11));
1468 if (param.compatibleTypeIndex >= 0) {
1471 TYPES[param.compatibleTypeIndex],
1475 TYPES[param.compatibleTypeIndex],

Completed in 1383 milliseconds