OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cTest
(Results
1 - 4
of
4
) sorted by null
/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
162
const tcu::IVec4
cTest
= test.getPixelInt(x, y);
165
if ((*pixelCmp)(cRef,
cTest
))
197
if ((*pixelCmp)(
cTest
, ref.getPixelInt(kX, kY)))
283
const tcu::IVec4
cTest
= image.getPixelInt(x, y);
285
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
165
const tcu::IVec4
cTest
= test.getPixelInt(x, y);
168
if ((*pixelCmp)(cRef,
cTest
))
200
if ((*pixelCmp)(
cTest
, ref.getPixelInt(kX, kY)))
286
const tcu::IVec4
cTest
= image.getPixelInt(x, y);
288
const bool pixelValid = isBlack(
cTest
) || isHalfFilled(
cTest
) || (m_renderTarget.getNumSamples() > 1 && isLessThanHalfFilled(
cTest
));
[
all
...]
Completed in 496 milliseconds