Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/
DgluContextInfo.hpp86 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.cpp143 … renderCtxInfo.isFragmentHighPrecisionSupported() ? glu::PRECISION_HIGHP // Use highp if available. in Texture2DMipmapCase()
155 if (!m_renderCtxInfo.isFragmentHighPrecisionSupported()) in init()
440 … renderCtxInfo.isFragmentHighPrecisionSupported() ? glu::PRECISION_HIGHP // Use highp if available. in TextureCubeMipmapCase()
452 if (!m_renderCtxInfo.isFragmentHighPrecisionSupported()) in init()
Des2aVaryingInterpolationTests.cpp194 …recision == glu::PRECISION_HIGHP && !m_context.getContextInfo().isFragmentHighPrecisionSupported()) in iterate()
/external/deqp/modules/gles2/functional/
Des2fTextureMipmapTests.cpp143 … renderCtxInfo.isFragmentHighPrecisionSupported() ? glu::PRECISION_HIGHP // Use highp if available. in Texture2DMipmapCase()
155 if (!m_renderCtxInfo.isFragmentHighPrecisionSupported()) in init()
493 … renderCtxInfo.isFragmentHighPrecisionSupported() ? glu::PRECISION_HIGHP // Use highp if available. in TextureCubeMipmapCase()
505 if (!m_renderCtxInfo.isFragmentHighPrecisionSupported()) in init()
Des2fShaderStructTests.cpp127 !m_ctxInfo.isFragmentHighPrecisionSupported()) in init()
/external/deqp/modules/gles3/accuracy/
Des3aVaryingInterpolationTests.cpp200 …recision == glu::PRECISION_HIGHP && !m_context.getContextInfo().isFragmentHighPrecisionSupported()) in iterate()