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

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/filters/
H A DFECustomFilter.cpp289 int maxSupportedSampleCount = 0; local
290 m_context->getIntegerv(Extensions3D::MAX_SAMPLES, &maxSupportedSampleCount);
291 int sampleCount = std::min(kMaxSampleCount, maxSupportedSampleCount);

Completed in 190 milliseconds