Home
last modified time | relevance | path

Searched refs:paramSets (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fBlendTests.cpp102 const vector<BlendParams>& paramSets);
133 const vector<BlendParams>& paramSets) in BlendCase()
135 , m_paramSets (paramSets) in BlendCase()
366 vector<BlendParams> paramSets; in init() local
367 paramSets.push_back(BlendParams(eq.glValue, src.glValue, dst.glValue, eq.glValue, src.glValue, dst.glValue, defaultBlendColor)); in init()
369 group->addChild(new BlendCase(m_context, name.c_str(), description.c_str(), paramSets)); in init()
404 vector<BlendParams> paramSets; in init() local
405 paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_ONE, GL_FUNC_ADD, funcAlpha.glValue, GL_ONE, defaultBlendColor)); in init()
406 paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_ZERO, GL_FUNC_ADD, funcAlpha.glValue, GL_ZERO, defaultBlendColor)); in init()
407 paramSets in init()
130 BlendCase(Context& context, const char* name, const char* desc, const vector<BlendParams>& paramSets) BlendCase() argument
442 vector<BlendParams> paramSets; init() local
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fBlendTests.cpp114 const vector<BlendParams>& paramSets,
152 const vector<BlendParams>& paramSets, in BlendCase()
155 , m_paramSets (paramSets) in BlendCase()
434 vector<BlendParams> paramSets; in init() local
435 paramSets.push_back(BlendParams(eq.glValue, src.glValue, dst.glValue, eq.glValue, src.glValue, dst.glValue, defaultBlendColor)); in init()
437 group->addChild(new BlendCase(m_context, name.c_str(), description.c_str(), paramSets, useSrgbFbo)); in init()
469 vector<BlendParams> paramSets; in init() local
470 paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_ONE, GL_FUNC_ADD, funcAlpha.glValue, GL_ONE, defaultBlendColor)); in init()
471 paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_ZERO, GL_FUNC_ADD, funcAlpha.glValue, GL_ZERO, defaultBlendColor)); in init()
472 paramSets in init()
149 BlendCase(Context& context, const char* name, const char* desc, const vector<BlendParams>& paramSets, bool useSrgbFbo) BlendCase() argument
507 vector<BlendParams> paramSets; init() local
[all...]

Completed in 2 milliseconds