Home
last modified time | relevance | path

Searched refs:numPassed (Results 1 – 25 of 38) sorted by relevance

12

/test/xts/acts/graphic/vulkan/src/
Dshrinkdefine.h31 TestSuite::runResult.numPassed += result.numPassed; \
38 if(result.numPassed==1){ \
39 EXPECT_TRUE(result.numPassed ==1); \
Dtestsuitehead.h30 runResult.numPassed = 0; \
39 … printf("Test run totals --- Passed[%d]\n", runResult.numPassed); \
/test/xts/acts/graphic/vkgl/src/
Dshrinkdefine.h32 TestSuite::runResult.numPassed += result.numPassed; \
36 TestSuite::runResult.numPassed += result.numWarnings; \
Dtestsuitehead.h30 runResult.numPassed = 0; \
39 … printf("Test run totals --- Passed[%d]\n", runResult.numPassed); \
/test/xts/acts/graphic/vkgl/src/khrgles2/
DKhrgles2BaseFunc.cpp71 runResult.numPassed = app->getResult().numPassed; in RunTestKHRGLES()
/test/xts/acts/graphic/vkgl/src/deqpgles3/
DDeqpgles3BaseFunc.cpp71 runResult.numPassed = app->getResult().numPassed; in RunTestKHRGLES()
/test/xts/acts/graphic/vkgl/src/deqpgles31/
DDeqpgles31BaseFunc.cpp71 runResult.numPassed = app->getResult().numPassed; in RunTestKHRGLES()
/test/xts/acts/graphic/vkgl/src/khrgles31/
DKhrgles31BaseFunc.cpp71 runResult.numPassed = app->getResult().numPassed; in RunTestKHRGLES()
/test/xts/acts/graphic/vkgl/src/khrglesext/
DKhrglesextBaseFunc.cpp71 runResult.numPassed = app->getResult().numPassed; in RunTestKHRGLES()
/test/xts/acts/graphic/vkgl/src/khrgles3/
DKhrgles3BaseFunc.cpp71 runResult.numPassed = app->getResult().numPassed; in RunTestKHRGLES()
/test/xts/acts/graphic/vkgl/src/deqpgles2/
DDeqpgles2BaseFunc.cpp71 runResult.numPassed = app->getResult().numPassed; in RunTestKHRGLES()
/test/xts/acts/graphic/vkgl/src/khrgles32/
DKhrgles32BaseFunc.cpp71 runResult.numPassed = app->getResult().numPassed; in RunTestKHRGLES()
/test/xts/acts/graphic/vulkan/src/renderpass2/
DRenderpass2BaseFunc.cpp74 runResult.numPassed = app->getResult().numPassed; in RunTestKHRGLES()
/test/xts/acts/graphic/vulkan/src/texture/
DTextureBaseFunc.cpp75 runResult.numPassed = app->getResult().numPassed; in RunTestKHRGLES()
DTextureBaseFunc.h21 int numPassed; // !< Number of cases passed. member
/test/xts/acts/graphic/vulkan/src/renderpass/
DRenderpassBaseFunc.cpp74 runResult.numPassed = app->getResult().numPassed; in RunTestKHRGLES()
DRenderpassBaseFunc.h21 int numPassed; // !< Number of cases passed. member
/test/xts/acts/graphic/vulkan/src/synchronization/
DSynchronizationBaseFunc.cpp75 runResult.numPassed = app->getResult().numPassed; in RunTestKHRGLES()
DSynchronizationBaseFunc.h21 int numPassed; // !< Number of cases passed. member
/test/xts/acts/graphic/vulkan/src/robustness/
DRobustnessBaseFunc.cpp75 runResult.numPassed = app->getResult().numPassed; in RunTestKHRGLES()
/test/xts/acts/graphic/vulkan/src/subgroups/
DSubgroupsBaseFunc.cpp75 runResult.numPassed = app->getResult().numPassed; in RunTestKHRGLES()
DSubgroupsBaseFunc.h21 int numPassed; // !< Number of cases passed. member
/test/xts/acts/graphic/vulkan/src/image/
DImageBaseFunc.cpp74 runResult.numPassed = app->getResult().numPassed; in RunTestKHRGLES()
/test/xts/acts/graphic/vulkan/src/compute/
DComputeBaseFunc.cpp74 runResult.numPassed = app->getResult().numPassed; in RunTestKHRGLES()
/test/xts/acts/graphic/vulkan/src/ubo/
DUboBaseFunc.cpp75 runResult.numPassed = app->getResult().numPassed; in RunTestKHRGLES()

12