HomeSort by relevance Sort by last modified time
    Searched refs:supportedSampleCounts (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles3/functional/
es3fFboTestCase.cpp 350 const std::vector<int> supportedSampleCounts = querySampleCounts(m_context.getRenderContext().getFunctions(), sizedFormat);
352 if (std::find(supportedSampleCounts.begin(), supportedSampleCounts.end(), numSamples) == supportedSampleCounts.end())
  /external/deqp/modules/gles31/functional/
es31fFboTestCase.cpp 355 const std::vector<int> supportedSampleCounts = querySampleCounts(m_context.getRenderContext().getFunctions(), sizedFormat);
357 if (std::find(supportedSampleCounts.begin(), supportedSampleCounts.end(), numSamples) == supportedSampleCounts.end())

Completed in 60 milliseconds