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

/external/deqp/framework/opengl/
H A DgluContextInfo.hpp86 virtual bool isFragmentHighPrecisionSupported (void) const { return true; } function in class:glu::ContextInfo
H A DgluContextInfo.cpp74 bool isFragmentHighPrecisionSupported (void) const { return m_fragmentHighPrecisionSupported.getValue(m_context); } function in class:glu::ES2ContextInfo
/external/deqp/modules/gles2/accuracy/
H A Des2aTextureMipmapTests.cpp141 renderCtxInfo.isFragmentHighPrecisionSupported() ? glu::PRECISION_HIGHP // Use highp if available.
153 if (!m_renderCtxInfo.isFragmentHighPrecisionSupported())
438 renderCtxInfo.isFragmentHighPrecisionSupported() ? glu::PRECISION_HIGHP // Use highp if available.
450 if (!m_renderCtxInfo.isFragmentHighPrecisionSupported())
H A Des2aVaryingInterpolationTests.cpp193 if (m_precision == glu::PRECISION_HIGHP && !m_context.getContextInfo().isFragmentHighPrecisionSupported())
/external/deqp/modules/gles2/functional/
H A Des2fTextureMipmapTests.cpp142 renderCtxInfo.isFragmentHighPrecisionSupported() ? glu::PRECISION_HIGHP // Use highp if available.
154 if (!m_renderCtxInfo.isFragmentHighPrecisionSupported())
492 renderCtxInfo.isFragmentHighPrecisionSupported() ? glu::PRECISION_HIGHP // Use highp if available.
504 if (!m_renderCtxInfo.isFragmentHighPrecisionSupported())
/external/deqp/modules/gles3/accuracy/
H A Des3aVaryingInterpolationTests.cpp200 if (m_precision == glu::PRECISION_HIGHP && !m_context.getContextInfo().isFragmentHighPrecisionSupported())

Completed in 228 milliseconds