Searched refs:paramSets (Results 1 – 3 of 3) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fBlendTests.cpp | 102 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 367 …paramSets.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 405 …paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_ONE, GL_FUNC_ADD, funcAlpha.glV… in init() 406 …paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_ZERO, GL_FUNC_ADD, funcAlpha.gl… in init() 407 …paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_SRC_COLOR, GL_FUNC_ADD, funcAlph… in init() [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fBlendTests.cpp | 114 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 435 …paramSets.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 470 …paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_ONE, GL_FUNC_ADD, funcAlpha.glV… in init() 471 …paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_ZERO, GL_FUNC_ADD, funcAlpha.gl… in init() 472 …paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_SRC_COLOR, GL_FUNC_ADD, funcAlph… in init() [all …]
|
/external/aac/libSBRenc/src/ |
D | sbr_encoder.cpp | 303 INT i, paramSets = sizeof(psTuningTable) / sizeof(psTuningTable[0]); in getPsTuningTableIndex() local 307 for (i = 0; i < paramSets; i++) { in getPsTuningTableIndex()
|