Searched defs:bestCost (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/sksl/
H A DSkSLIRGenerator.cpp1582 int bestCost = INT_MAX; local
1587 if (cost < bestCost) {
1588 bestCost = cost;
/external/skqp/src/sksl/
H A DSkSLIRGenerator.cpp1581 int bestCost = INT_MAX; local
1586 if (cost < bestCost) {
1587 bestCost = cost;

Completed in 139 milliseconds