Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdePoolArray.cpp280 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 Des3fPolygonOffsetTests.cpp114 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 Des3fClippingTests.cpp164 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 Des2fPolygonOffsetTests.cpp111 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 Des2fClippingTests.cpp161 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 12 milliseconds