Searched defs:cRef (Results 1 - 5 of 5) sorted by relevance

/external/deqp/framework/delibs/decpp/
H A DdePoolArray.cpp280 const PoolArray<int>& cRef = arr; local
282 for (PoolArray<int>::ConstIterator iter = cRef.begin(); iter != cRef.end(); iter++, ndx++)
/external/deqp/modules/gles2/functional/
H A Des2fPolygonOffsetTests.cpp112 const tcu::IVec4 cRef = ref.getPixelInt(x, y); local
117 if (compareThreshold(cRef, cTest, threshold))
133 if (compareThreshold(cRef, cTest, threshold))
H A Des2fClippingTests.cpp161 const tcu::IVec4 cRef = ref.getPixelInt(x, y); local
165 if ((*pixelCmp)(cRef, cTest))
186 if ((*pixelCmp)(cRef, test.getPixelInt(kX, kY)))
/external/deqp/modules/gles3/functional/
H A Des3fPolygonOffsetTests.cpp115 const tcu::IVec4 cRef = ref.getPixelInt(x, y); local
120 if (compareThreshold(cRef, cTest, threshold))
136 if (compareThreshold(cRef, cTest, threshold))
H A Des3fClippingTests.cpp164 const tcu::IVec4 cRef = ref.getPixelInt(x, y); local
168 if ((*pixelCmp)(cRef, cTest))
189 if ((*pixelCmp)(cRef, test.getPixelInt(kX, kY)))

Completed in 185 milliseconds