Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/functional/
Des2fBlendTests.cpp68 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/
Des3fBlendTests.cpp80 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 …]