Home
last modified time | relevance | path

Searched refs:m_blendColor (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.hpp946 tcu::Vec4 m_blendColor; member in sglr::ReferenceContext
DsglrReferenceContext.cpp375 , m_blendColor (0.0f, 0.0f, 0.0f, 0.0f) in ReferenceContext()
2942 m_blendColor = Vec4(de::clamp(red, 0.0f, 1.0f), in blendColor()
4333 state.fragOps.blendColor = m_blendColor; in drawWithReference()