Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/functional/
Des2fBlendTests.cpp101 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
362paramSets.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
400paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_ONE, GL_FUNC_ADD, funcAlpha.glV… in init()
401paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_ZERO, GL_FUNC_ADD, funcAlpha.gl… in init()
402paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_SRC_COLOR, GL_FUNC_ADD, funcAlph… in init()
[all …]
/external/deqp/modules/gles3/functional/
Des3fBlendTests.cpp118 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
430paramSets.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
465paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_ONE, GL_FUNC_ADD, funcAlpha.glV… in init()
466paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_ZERO, GL_FUNC_ADD, funcAlpha.gl… in init()
467paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_SRC_COLOR, GL_FUNC_ADD, funcAlph… in init()
[all …]
/external/aac/libSBRenc/src/
Dsbr_encoder.cpp248 INT i, paramSets = sizeof (psTuningTable) / sizeof (psTuningTable [0]); in getPsTuningTableIndex() local
252 for (i = 0 ; i < paramSets ; i++) { in getPsTuningTableIndex()