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

  /external/deqp/framework/delibs/decpp/
dePoolArray.cpp 280 const PoolArray<int>& cRef = arr;
282 for (PoolArray<int>::ConstIterator iter = cRef.begin(); iter != cRef.end(); iter++, ndx++)
  /external/deqp/modules/gles2/functional/
es2fPolygonOffsetTests.cpp 112 const tcu::IVec4 cRef = ref.getPixelInt(x, y);
117 if (compareThreshold(cRef, cTest, threshold))
133 if (compareThreshold(cRef, cTest, threshold))
    [all...]
es2fClippingTests.cpp 161 const tcu::IVec4 cRef = ref.getPixelInt(x, y);
165 if ((*pixelCmp)(cRef, cTest))
186 if ((*pixelCmp)(cRef, test.getPixelInt(kX, kY)))
    [all...]
  /external/deqp/modules/gles3/functional/
es3fPolygonOffsetTests.cpp 115 const tcu::IVec4 cRef = ref.getPixelInt(x, y);
120 if (compareThreshold(cRef, cTest, threshold))
136 if (compareThreshold(cRef, cTest, threshold))
    [all...]
es3fClippingTests.cpp 164 const tcu::IVec4 cRef = ref.getPixelInt(x, y);
168 if ((*pixelCmp)(cRef, cTest))
189 if ((*pixelCmp)(cRef, test.getPixelInt(kX, kY)))
    [all...]

Completed in 608 milliseconds