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

  /external/chromium_org/third_party/skia/src/effects/gradients/
SkGradientShader.cpp     [all...]
  /external/deqp/modules/gles2/functional/
es2fRasterizationTests.cpp     [all...]
es2fTextureUnitTests.cpp 473 Vec4 outColors[4] = { Vec4(0.0f), Vec4(0.0f), Vec4(0.0f), Vec4(0.0f) };
521 outColors[fragNdx] += colorMultiplier * texSamples[fragNdx];
526 rr::writeFragmentOutput(context, packetNdx, fragNdx, 0, outColors[fragNdx]);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fRasterizationTests.cpp     [all...]
es3fTextureUnitTests.cpp 629 Vec4 outColors[4] = { Vec4(0.0f), Vec4(0.0f), Vec4(0.0f), Vec4(0.0f) };
675 outColors[fragNdx] += colorMultiplier * (texSamples[fragNdx]*m_texScales[unitNdx] + m_texBiases[unitNdx]);
680 rr::writeFragmentOutput(context, packetNdx, fragNdx, 0, outColors[fragNdx]);
    [all...]

Completed in 4424 milliseconds