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

  /external/deqp/modules/glshared/
glsFragmentOpUtil.cpp 142 , 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)
glsFragmentOpUtil.hpp 82 const bool m_blendFuncExt;

Completed in 48 milliseconds