Searched refs:paramSets (Results 1 – 3 of 3) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fBlendTests.cpp | 101 const vector<BlendParams>& paramSets); 132 const vector<BlendParams>& paramSets) in BlendCase() argument 134 , m_paramSets (paramSets) in BlendCase() 361 vector<BlendParams> paramSets; in init() local 362 …paramSets.push_back(BlendParams(eq.glValue, src.glValue, dst.glValue, eq.glValue, src.glValue, dst… in init() 364 group->addChild(new BlendCase(m_context, name.c_str(), description.c_str(), paramSets)); in init() 399 vector<BlendParams> paramSets; in init() local 400 …paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_ONE, GL_FUNC_ADD, funcAlpha.glV… in init() 401 …paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_ZERO, GL_FUNC_ADD, funcAlpha.gl… in init() 402 …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 | 118 const vector<BlendParams>& paramSets, 156 const vector<BlendParams>& paramSets, in BlendCase() argument 159 , m_paramSets (paramSets) in BlendCase() 429 vector<BlendParams> paramSets; in init() local 430 …paramSets.push_back(BlendParams(eq.glValue, src.glValue, dst.glValue, eq.glValue, src.glValue, dst… in init() 432 …group->addChild(new BlendCase(m_context, name.c_str(), description.c_str(), paramSets, useSrgbFbo)… in init() 464 vector<BlendParams> paramSets; in init() local 465 …paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_ONE, GL_FUNC_ADD, funcAlpha.glV… in init() 466 …paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_ZERO, GL_FUNC_ADD, funcAlpha.gl… in init() 467 …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 | 248 INT i, paramSets = sizeof (psTuningTable) / sizeof (psTuningTable [0]); in getPsTuningTableIndex() local 252 for (i = 0 ; i < paramSets ; i++) { in getPsTuningTableIndex()
|