HomeSort by relevance Sort by last modified time
    Searched refs:paramSets (Results 1 - 4 of 4) sorted by null

  /external/deqp/modules/gles2/functional/
es2fBlendTests.cpp 101 const vector<BlendParams>& paramSets);
132 const vector<BlendParams>& paramSets)
134 , m_paramSets (paramSets)
361 vector<BlendParams> paramSets;
362 paramSets.push_back(BlendParams(eq.glValue, src.glValue, dst.glValue, eq.glValue, src.glValue, dst.glValue, defaultBlendColor));
364 group->addChild(new BlendCase(m_context, name.c_str(), description.c_str(), paramSets));
399 vector<BlendParams> paramSets;
400 paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_ONE, GL_FUNC_ADD, funcAlpha.glValue, GL_ONE, defaultBlendColor));
401 paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_ZERO, GL_FUNC_ADD, funcAlpha.glValue, GL_ZERO, defaultBlendColor));
402 paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_SRC_COLOR, GL_FUNC_ADD, funcAlpha.glValue, (…)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fBlendTests.cpp 118 const vector<BlendParams>& paramSets,
156 const vector<BlendParams>& paramSets,
159 , m_paramSets (paramSets)
429 vector<BlendParams> paramSets;
430 paramSets.push_back(BlendParams(eq.glValue, src.glValue, dst.glValue, eq.glValue, src.glValue, dst.glValue, defaultBlendColor));
432 group->addChild(new BlendCase(m_context, name.c_str(), description.c_str(), paramSets, useSrgbFbo));
464 vector<BlendParams> paramSets;
465 paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_ONE, GL_FUNC_ADD, funcAlpha.glValue, GL_ONE, defaultBlendColor));
466 paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_ZERO, GL_FUNC_ADD, funcAlpha.glValue, GL_ZERO, defaultBlendColor));
467 paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_SRC_COLOR, GL_FUNC_ADD, funcAlpha.glValue, (…)
    [all...]
  /frameworks/av/media/libstagefright/rtsp/
APacketSource.cpp 119 Vector<sp<ABuffer> > paramSets;
156 paramSets.push(nal);
190 sp<ABuffer> nal = paramSets.editItemAt(i);
208 sp<ABuffer> nal = paramSets.editItemAt(i + numSeqParameterSets);
  /external/aac/libSBRenc/src/
sbr_encoder.cpp 248 INT i, paramSets = sizeof (psTuningTable) / sizeof (psTuningTable [0]);
252 for (i = 0 ; i < paramSets ; i++) {
    [all...]

Completed in 65 milliseconds