Searched refs:cRef (Results 1 - 5 of 5) sorted by relevance
/third_party/vk-gl-cts/framework/delibs/decpp/ |
H A D | dePoolArray.cpp | 280 const PoolArray<int>& cRef = arr; in iteratorTest() local 282 for (PoolArray<int>::ConstIterator iter = cRef.begin(); iter != cRef.end(); iter++, ndx++) in iteratorTest()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fPolygonOffsetTests.cpp | 114 const tcu::IVec4 cRef = ref.getPixelInt(x, y); in compareImages() local 119 if (compareThreshold(cRef, cTest, threshold)) in compareImages() 135 if (compareThreshold(cRef, cTest, threshold)) in compareImages()
|
H A D | es3fClippingTests.cpp | 164 const tcu::IVec4 cRef = ref.getPixelInt(x, y); in compareImages() local 168 if ((*pixelCmp)(cRef, cTest)) in compareImages() 189 if ((*pixelCmp)(cRef, test.getPixelInt(kX, kY))) in compareImages()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fPolygonOffsetTests.cpp | 111 const tcu::IVec4 cRef = ref.getPixelInt(x, y); in compareImages() local 116 if (compareThreshold(cRef, cTest, threshold)) in compareImages() 132 if (compareThreshold(cRef, cTest, threshold)) in compareImages()
|
H A D | es2fClippingTests.cpp | 161 const tcu::IVec4 cRef = ref.getPixelInt(x, y); in compareImages() local 165 if ((*pixelCmp)(cRef, cTest)) in compareImages() 186 if ((*pixelCmp)(cRef, test.getPixelInt(kX, kY))) in compareImages()
|
Completed in 17 milliseconds