Home
last modified time | relevance | path

Searched refs:paramSets (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fBlendTests.cpp102 const vector<BlendParams>& paramSets);
133 const vector<BlendParams>& paramSets) in BlendCase() argument
135 , m_paramSets (paramSets) in BlendCase()
366 vector<BlendParams> paramSets; in init() local
367paramSets.push_back(BlendParams(eq.glValue, src.glValue, dst.glValue, eq.glValue, src.glValue, dst… 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
405paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_ONE, GL_FUNC_ADD, funcAlpha.glV… in init()
406paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_ZERO, GL_FUNC_ADD, funcAlpha.gl… in init()
407paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_SRC_COLOR, GL_FUNC_ADD, funcAlph… in init()
[all …]
/external/deqp/modules/gles3/functional/
Des3fBlendTests.cpp114 const vector<BlendParams>& paramSets,
152 const vector<BlendParams>& paramSets, in BlendCase() argument
155 , m_paramSets (paramSets) in BlendCase()
434 vector<BlendParams> paramSets; in init() local
435paramSets.push_back(BlendParams(eq.glValue, src.glValue, dst.glValue, eq.glValue, src.glValue, dst… 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
470paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_ONE, GL_FUNC_ADD, funcAlpha.glV… in init()
471paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_ZERO, GL_FUNC_ADD, funcAlpha.gl… in init()
472paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_SRC_COLOR, GL_FUNC_ADD, funcAlph… in init()
[all …]
/external/aac/libSBRenc/src/
Dsbr_encoder.cpp303 INT i, paramSets = sizeof(psTuningTable) / sizeof(psTuningTable[0]); in getPsTuningTableIndex() local
307 for (i = 0; i < paramSets; i++) { in getPsTuningTableIndex()