OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs: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
163
const tcu::IVec4
cTest
= test.getPixelInt(x, y);
166
if ((*pixelCmp)(cRef,
cTest
))
198
if ((*pixelCmp)(
cTest
, ref.getPixelInt(kX, kY)))
284
const tcu::IVec4
cTest
= image.getPixelInt(x, y);
286
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
166
const tcu::IVec4
cTest
= test.getPixelInt(x, y);
169
if ((*pixelCmp)(cRef,
cTest
))
201
if ((*pixelCmp)(
cTest
, ref.getPixelInt(kX, kY)))
287
const tcu::IVec4
cTest
= image.getPixelInt(x, y);
289
const bool pixelValid = isBlack(
cTest
) || isHalfFilled(
cTest
) || (m_renderTarget.getNumSamples() > 1 && isLessThanHalfFilled(
cTest
));
[
all
...]
Completed in 526 milliseconds