OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getWatchDog
(Results
1 - 9
of
9
) sorted by null
/external/deqp/framework/common/
tcuTestContext.hpp
65
qpWatchDog*
getWatchDog
(void) { return m_watchDog; }
tcuTestExecutor.cpp
225
if (m_testCtx.
getWatchDog
())
226
qpWatchDog_reset(m_testCtx.
getWatchDog
());
/external/deqp/modules/gles3/stress/
es3sOcclusionQueryTests.cpp
248
if ((queryIter % WATCHDOG_INTERVAL) == 0 && m_testCtx.
getWatchDog
())
249
qpWatchDog_touch(m_testCtx.
getWatchDog
());
271
if ((queryIter % WATCHDOG_INTERVAL) == 0 && m_testCtx.
getWatchDog
())
272
qpWatchDog_touch(m_testCtx.
getWatchDog
());
/external/deqp/modules/gles2/functional/
es2fFlushFinishTests.cpp
470
if (m_testCtx.
getWatchDog
())
471
qpWatchDog_touch(m_testCtx.
getWatchDog
());
es2fTextureMipmapTests.cpp
397
lookupPrec, lodPrec, m_testCtx.
getWatchDog
());
721
lookupPrec, lodPrec, m_testCtx.
getWatchDog
());
[
all
...]
/external/deqp/modules/gles3/functional/
es3fFlushFinishTests.cpp
544
if (m_testCtx.
getWatchDog
())
545
qpWatchDog_touch(m_testCtx.
getWatchDog
());
es3fTextureMipmapTests.cpp
441
lookupPrec, lodPrec, m_testCtx.
getWatchDog
());
760
lookupPrec, lodPrec, m_testCtx.
getWatchDog
());
[
all
...]
/external/deqp/modules/gles2/performance/
es2pTextureUploadTests.cpp
369
qpWatchDog* dog = m_testCtx.
getWatchDog
();
/external/deqp/modules/glshared/
glsTextureTestUtil.cpp
[
all
...]
Completed in 279 milliseconds