Searched refs:BlendParams (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fBlendTests.cpp | 68 struct BlendParams struct 78 BlendParams (GLenum equationRGB_, in BlendParams() function 102 const vector<BlendParams>& paramSets); 115 vector<BlendParams> m_paramSets; 133 const vector<BlendParams>& paramSets) in BlendCase() 216 const BlendParams& paramSet = m_paramSets[m_curParamSetNdx]; in iterate() 366 vector<BlendParams> paramSets; in init() 367 …paramSets.push_back(BlendParams(eq.glValue, src.glValue, dst.glValue, eq.glValue, src.glValue, dst… in init() 404 vector<BlendParams> paramSets; in init() 405 …paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_ONE, GL_FUNC_ADD, funcAlpha.glV… in init() [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fBlendTests.cpp | 80 struct BlendParams struct 90 BlendParams (GLenum equationRGB_, in BlendParams() function 114 const vector<BlendParams>& paramSets, 128 vector<BlendParams> m_paramSets; 152 const vector<BlendParams>& paramSets, in BlendCase() 264 const BlendParams& paramSet = m_paramSets[m_curParamSetNdx]; in iterate() 434 vector<BlendParams> paramSets; in init() 435 …paramSets.push_back(BlendParams(eq.glValue, src.glValue, dst.glValue, eq.glValue, src.glValue, dst… in init() 469 vector<BlendParams> paramSets; in init() 470 …paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_ONE, GL_FUNC_ADD, funcAlpha.glV… in init() [all …]
|