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

  /external/deqp/modules/gles31/functional/
es31fFboTestUtil.cpp 241 tcu::Vec4 tmpColors[4];
243 tex->sample4(tmpColors, texCoords);
246 colors[fragNdx] += tmpColors[fragNdx] * scale + bias;
  /external/deqp/modules/gles3/functional/
es3fFboTestUtil.cpp 398 tcu::Vec4 tmpColors[4];
400 tex->sample4(tmpColors, texCoords);
403 colors[fragNdx] += tmpColors[fragNdx] * scale + bias;
    [all...]

Completed in 79 milliseconds