Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/
DgluContextInfo.hpp93 virtual bool isFragmentHighPrecisionSupported (void) const { return true; } in isFragmentHighPrecisionSupported() function in glu::ContextInfo
DgluContextInfo.cpp74 …bool isFragmentHighPrecisionSupported (void) const { return m_fragmentHighPrecisionSupporte… in isFragmentHighPrecisionSupported() function in glu::ES2ContextInfo
/external/deqp/modules/gles2/accuracy/
Des2aTextureMipmapTests.cpp141 … renderCtxInfo.isFragmentHighPrecisionSupported() ? glu::PRECISION_HIGHP // Use highp if available. in Texture2DMipmapCase()
153 if (!m_renderCtxInfo.isFragmentHighPrecisionSupported()) in init()
438 … renderCtxInfo.isFragmentHighPrecisionSupported() ? glu::PRECISION_HIGHP // Use highp if available. in TextureCubeMipmapCase()
450 if (!m_renderCtxInfo.isFragmentHighPrecisionSupported()) in init()
Des2aVaryingInterpolationTests.cpp193 …recision == glu::PRECISION_HIGHP && !m_context.getContextInfo().isFragmentHighPrecisionSupported()) in iterate()
/external/deqp/modules/gles2/functional/
Des2fTextureMipmapTests.cpp142 … renderCtxInfo.isFragmentHighPrecisionSupported() ? glu::PRECISION_HIGHP // Use highp if available. in Texture2DMipmapCase()
154 if (!m_renderCtxInfo.isFragmentHighPrecisionSupported()) in init()
492 … renderCtxInfo.isFragmentHighPrecisionSupported() ? glu::PRECISION_HIGHP // Use highp if available. in TextureCubeMipmapCase()
504 if (!m_renderCtxInfo.isFragmentHighPrecisionSupported()) in init()
/external/deqp/modules/gles3/accuracy/
Des3aVaryingInterpolationTests.cpp200 …recision == glu::PRECISION_HIGHP && !m_context.getContextInfo().isFragmentHighPrecisionSupported()) in iterate()