Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/libGLESv2/
DCaps.h20 typedef std::set<GLuint> SupportedSampleSet; typedef
35 SupportedSampleSet sampleCounts;
DCaps.cpp39 for (SupportedSampleSet::const_iterator i = sampleCounts.begin(); i != sampleCounts.end(); i++) in getNearestSamples()