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

  /development/perftests/panorama/feature_mos/src/mosaic/
MosaicTypes.h 152 } BlendParams;
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
MosaicTypes.h 152 } BlendParams;
  /external/deqp/modules/gles2/functional/
es2fBlendTests.cpp 68 struct BlendParams
78 BlendParams (GLenum equationRGB_,
102 const vector<BlendParams>& paramSets);
115 vector<BlendParams> m_paramSets;
133 const vector<BlendParams>& paramSets)
216 const BlendParams& paramSet = m_paramSets[m_curParamSetNdx];
366 vector<BlendParams> paramSets;
367 paramSets.push_back(BlendParams(eq.glValue, src.glValue, dst.glValue, eq.glValue, src.glValue, dst.glValue, defaultBlendColor));
404 vector<BlendParams> paramSets;
405 paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_ONE, GL_FUNC_ADD, funcAlpha.glValue, GL_ONE, defaultBlendColo (…)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fBlendTests.cpp 80 struct BlendParams
90 BlendParams (GLenum equationRGB_,
114 const vector<BlendParams>& paramSets,
128 vector<BlendParams> m_paramSets;
152 const vector<BlendParams>& paramSets,
264 const BlendParams& paramSet = m_paramSets[m_curParamSetNdx];
434 vector<BlendParams> paramSets;
435 paramSets.push_back(BlendParams(eq.glValue, src.glValue, dst.glValue, eq.glValue, src.glValue, dst.glValue, defaultBlendColor));
469 vector<BlendParams> paramSets;
470 paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_ONE, GL_FUNC_ADD, funcAlpha.glValue, GL_ONE, defaultBlendColo (…)
    [all...]

Completed in 158 milliseconds