Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/tree_ops/
DEmulatePrecision.h72 typedef std::set<TypePair, TypePairComparator> EmulationSet; typedef
73 EmulationSet mEmulateCompoundAdd;
74 EmulationSet mEmulateCompoundSub;
75 EmulationSet mEmulateCompoundMul;
76 EmulationSet mEmulateCompoundDiv;
DEmulatePrecision.cpp675 EmulationSet::const_iterator it; in writeEmulationHelpers()