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

  /external/deqp/modules/gles2/functional/
es2fTextureUnitTests.cpp 474 Vec4 outColors[4] = { Vec4(0.0f), Vec4(0.0f), Vec4(0.0f), Vec4(0.0f) };
522 outColors[fragNdx] += colorMultiplier * texSamples[fragNdx];
527 rr::writeFragmentOutput(context, packetNdx, fragNdx, 0, outColors[fragNdx]);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureUnitTests.cpp 630 Vec4 outColors[4] = { Vec4(0.0f), Vec4(0.0f), Vec4(0.0f), Vec4(0.0f) };
676 outColors[fragNdx] += colorMultiplier * (texSamples[fragNdx]*m_texScales[unitNdx] + m_texBiases[unitNdx]);
681 rr::writeFragmentOutput(context, packetNdx, fragNdx, 0, outColors[fragNdx]);
    [all...]
  /external/python/cpython2/Mac/Modules/app/
_Appmodule.c 586 CTabHandle outColors;
592 _err = GetThemeAccentColors(&outColors);
595 ResObj_New, outColors);
    [all...]

Completed in 90 milliseconds