OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QP_TEST_RESULT_INTERNAL_ERROR
(Results
1 - 5
of
5
) sorted by null
/external/deqp/framework/common/
tcuTestContext.cpp
74
case
QP_TEST_RESULT_INTERNAL_ERROR
: return 120;
tcuTestExecutor.cpp
184
m_testCtx.setTestResult(
QP_TEST_RESULT_INTERNAL_ERROR
, "Unexpected error in subcase init");
/external/deqp/framework/qphelper/
qpTestLog.h
61
QP_TEST_RESULT_INTERNAL_ERROR
, /*!< Error occurred within Tester Core */
qpTestLog.c
171
{
QP_TEST_RESULT_INTERNAL_ERROR
, "InternalError" },
[
all
...]
/external/deqp/modules/gles3/functional/
es3fRasterizerDiscardTests.cpp
277
m_testCtx.setTestResult(
QP_TEST_RESULT_INTERNAL_ERROR
, "Error");
Completed in 886 milliseconds