Searched refs:m_blendFuncExt (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/glshared/
H A DglsFragmentOpUtil.cpp142 , m_blendFuncExt (!glu::glslVersionIsES(glslVersion) && (glslVersion >= glu::GLSL_VERSION_330))
162 if (m_blendFuncExt)
165 if (m_positionLoc < 0 || m_colorLoc < 0 || (m_blendFuncExt && m_color1Loc < 0))
197 if (m_blendFuncExt)
H A DglsFragmentOpUtil.hpp82 const bool m_blendFuncExt; member in class:deqp::gls::FragmentOpUtil::QuadRenderer

Completed in 4216 milliseconds