OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:depthOk
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/internal/
ditFrameworkTests.cpp
816
const bool
depthOk
= verifyDepth && (depthDiff <= maxDepthUlpDiff);
833
if (!
depthOk
)
836
if (!colorOk || !
depthOk
)
/external/deqp/modules/gles3/functional/
es3fTextureSpecificationTests.cpp
515
bool
depthOk
= tcu::intThresholdCompare(m_testCtx.getLog(), name.c_str(), desc.c_str(), reference.getAccess(), result.getAccess(), threshold,
518
if (!
depthOk
)
616
bool
depthOk
= tcu::intThresholdCompare(m_testCtx.getLog(), name.c_str(), desc.c_str(), reference.getAccess(), result.getAccess(), threshold,
619
if (!
depthOk
)
[
all
...]
Completed in 60 milliseconds