OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compareSingleColor
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/gles3/functional/
es3fShaderFragDataTests.cpp
82
static bool
compareSingleColor
(tcu::TestLog& log, const tcu::Surface& surface, tcu::RGBA expectedColor, tcu::RGBA threshold)
225
isOk =
compareSingleColor
(m_testCtx.getLog(), result, tcu::RGBA::green(), threshold);
352
if (!
compareSingleColor
(m_testCtx.getLog(), result, tcu::RGBA::green(), threshold))
/external/deqp/modules/gles2/functional/
es2fShaderFragDataTests.cpp
64
static bool
compareSingleColor
(tcu::TestLog& log, const tcu::Surface& surface, tcu::RGBA expectedColor, tcu::RGBA threshold)
207
isOk =
compareSingleColor
(m_testCtx.getLog(), result, tcu::RGBA::green(), threshold);
Completed in 121 milliseconds