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

  /external/deqp/framework/opengl/
gluContextInfo.hpp 86 virtual bool isFragmentHighPrecisionSupported (void) const { return true; }
gluContextInfo.cpp 74 bool isFragmentHighPrecisionSupported (void) const { return m_fragmentHighPrecisionSupported.getValue(m_context); }
  /external/deqp/modules/gles2/accuracy/
es2aTextureMipmapTests.cpp 143 renderCtxInfo.isFragmentHighPrecisionSupported() ? glu::PRECISION_HIGHP // Use highp if available.
155 if (!m_renderCtxInfo.isFragmentHighPrecisionSupported())
440 renderCtxInfo.isFragmentHighPrecisionSupported() ? glu::PRECISION_HIGHP // Use highp if available.
452 if (!m_renderCtxInfo.isFragmentHighPrecisionSupported())
es2aVaryingInterpolationTests.cpp 194 if (m_precision == glu::PRECISION_HIGHP && !m_context.getContextInfo().isFragmentHighPrecisionSupported())
  /external/deqp/modules/gles2/functional/
es2fTextureMipmapTests.cpp 143 renderCtxInfo.isFragmentHighPrecisionSupported() ? glu::PRECISION_HIGHP // Use highp if available.
155 if (!m_renderCtxInfo.isFragmentHighPrecisionSupported())
493 renderCtxInfo.isFragmentHighPrecisionSupported() ? glu::PRECISION_HIGHP // Use highp if available.
505 if (!m_renderCtxInfo.isFragmentHighPrecisionSupported())
    [all...]
  /external/deqp/modules/gles3/accuracy/
es3aVaryingInterpolationTests.cpp 200 if (m_precision == glu::PRECISION_HIGHP && !m_context.getContextInfo().isFragmentHighPrecisionSupported())

Completed in 248 milliseconds