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

  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsCommon.cpp 16 for (int cTest = 0; cTest < contourCount; ++cTest) {
17 SkOpContour* contour = (*contourList)[cTest];
27 for (int cTest = 0; cTest < contourCount; ++cTest) {
28 SkOpContour* contour = (*contourList)[cTest];
51 for (int cTest = 0; cTest < contourCount; ++cTest)
    [all...]
  /external/skia/src/pathops/
SkPathOpsCommon.cpp 16 for (int cTest = 0; cTest < contourCount; ++cTest) {
17 SkOpContour* contour = (*contourList)[cTest];
27 for (int cTest = 0; cTest < contourCount; ++cTest) {
28 SkOpContour* contour = (*contourList)[cTest];
51 for (int cTest = 0; cTest < contourCount; ++cTest)
    [all...]
  /external/deqp/modules/gles2/functional/
es2fPolygonOffsetTests.cpp 116 const tcu::IVec4 cTest = test.getPixelInt(x, y);
117 if (compareThreshold(cRef, cTest, threshold))
132 const tcu::IVec4 cTest = test.getPixelInt(kX, kY);
133 if (compareThreshold(cRef, cTest, threshold))
    [all...]
es2fClippingTests.cpp 163 const tcu::IVec4 cTest = test.getPixelInt(x, y);
166 if ((*pixelCmp)(cRef, cTest))
198 if ((*pixelCmp)(cTest, ref.getPixelInt(kX, kY)))
284 const tcu::IVec4 cTest = image.getPixelInt(x, y);
286 const bool pixelValid = isBlack(cTest) || isHalfFilled(cTest) || (m_renderTarget.getNumSamples() > 1 && isLessThanHalfFilled(cTest));
    [all...]
  /external/deqp/modules/gles3/functional/
es3fPolygonOffsetTests.cpp 119 const tcu::IVec4 cTest = test.getPixelInt(x, y);
120 if (compareThreshold(cRef, cTest, threshold))
135 const tcu::IVec4 cTest = test.getPixelInt(kX, kY);
136 if (compareThreshold(cRef, cTest, threshold))
    [all...]
es3fClippingTests.cpp 166 const tcu::IVec4 cTest = test.getPixelInt(x, y);
169 if ((*pixelCmp)(cRef, cTest))
201 if ((*pixelCmp)(cTest, ref.getPixelInt(kX, kY)))
287 const tcu::IVec4 cTest = image.getPixelInt(x, y);
289 const bool pixelValid = isBlack(cTest) || isHalfFilled(cTest) || (m_renderTarget.getNumSamples() > 1 && isLessThanHalfFilled(cTest));
    [all...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
Simplify.cpp     [all...]
  /external/skia/experimental/Intersection/
Simplify.cpp     [all...]

Completed in 332 milliseconds