Searched refs:BlendParams (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A 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.glValue, defaultBlendColor)); in init() 404 vector<BlendParams> paramSets; in init() 405 paramSets.push_back(BlendParams(GL_FUNC_AD in init() [all...] |
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A 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.glValue, defaultBlendColor)); in init() 469 vector<BlendParams> paramSets; in init() 470 paramSets.push_back(BlendParams(GL_FUNC_AD in init() [all...] |
Completed in 2 milliseconds