/test/xts/acts/graphic/vulkan/src/ |
D | shrinkdefine.h | 36 if (result.isComplete) { \ 37 EXPECT_TRUE(result.isComplete); \
|
/test/xts/acts/graphic/vkgl/src/ |
D | shrinkdefine.h | 40 } else if (result.isComplete) { \ 41 EXPECT_TRUE(result.isComplete); \
|
/test/xts/acts/graphic/vkgl/src/khrgles2/ |
D | Khrgles2BaseFunc.cpp | 70 runResult.isComplete = app->getResult().isComplete; in RunTestKHRGLES()
|
/test/xts/acts/graphic/vkgl/src/deqpgles3/ |
D | Deqpgles3BaseFunc.cpp | 70 runResult.isComplete = app->getResult().isComplete; in RunTestKHRGLES()
|
/test/xts/acts/graphic/vkgl/src/deqpgles31/ |
D | Deqpgles31BaseFunc.cpp | 70 runResult.isComplete = app->getResult().isComplete; in RunTestKHRGLES()
|
/test/xts/acts/graphic/vkgl/src/khrgles31/ |
D | Khrgles31BaseFunc.cpp | 70 runResult.isComplete = app->getResult().isComplete; in RunTestKHRGLES()
|
/test/xts/acts/graphic/vkgl/src/khrglesext/ |
D | KhrglesextBaseFunc.cpp | 70 runResult.isComplete = app->getResult().isComplete; in RunTestKHRGLES()
|
D | KhrglesextBaseFunc.h | 26 bool isComplete; // !< Is run complete. member
|
/test/xts/acts/graphic/vkgl/src/khrgles3/ |
D | Khrgles3BaseFunc.cpp | 70 runResult.isComplete = app->getResult().isComplete; in RunTestKHRGLES()
|
/test/xts/acts/graphic/vkgl/src/deqpgles2/ |
D | Deqpgles2BaseFunc.cpp | 70 runResult.isComplete = app->getResult().isComplete; in RunTestKHRGLES()
|
/test/xts/acts/graphic/vkgl/src/khrgles32/ |
D | Khrgles32BaseFunc.cpp | 70 runResult.isComplete = app->getResult().isComplete; in RunTestKHRGLES()
|
/test/xts/acts/graphic/vulkan/src/renderpass2/ |
D | Renderpass2BaseFunc.cpp | 73 runResult.isComplete = app->getResult().isComplete; in RunTestKHRGLES()
|
D | Renderpass2BaseFunc.h | 26 bool isComplete; // !< Is run complete. member
|
/test/xts/acts/graphic/vulkan/src/texture/ |
D | TextureBaseFunc.cpp | 74 runResult.isComplete = app->getResult().isComplete; in RunTestKHRGLES()
|
D | TextureBaseFunc.h | 26 bool isComplete; // !< Is run complete. member
|
/test/xts/acts/graphic/vulkan/src/renderpass/ |
D | RenderpassBaseFunc.cpp | 73 runResult.isComplete = app->getResult().isComplete; in RunTestKHRGLES()
|
D | RenderpassBaseFunc.h | 26 bool isComplete; // !< Is run complete. member
|
/test/xts/acts/graphic/vulkan/src/synchronization/ |
D | SynchronizationBaseFunc.cpp | 74 runResult.isComplete = app->getResult().isComplete; in RunTestKHRGLES()
|
D | SynchronizationBaseFunc.h | 26 bool isComplete; // !< Is run complete. member
|
/test/xts/acts/graphic/vulkan/src/robustness/ |
D | RobustnessBaseFunc.cpp | 74 runResult.isComplete = app->getResult().isComplete; in RunTestKHRGLES()
|
/test/xts/acts/graphic/vulkan/src/subgroups/ |
D | SubgroupsBaseFunc.cpp | 74 runResult.isComplete = app->getResult().isComplete; in RunTestKHRGLES()
|
D | SubgroupsBaseFunc.h | 26 bool isComplete; // !< Is run complete. member
|
/test/xts/acts/graphic/vulkan/src/image/ |
D | ImageBaseFunc.cpp | 73 runResult.isComplete = app->getResult().isComplete; in RunTestKHRGLES()
|
/test/xts/acts/graphic/vulkan/src/compute/ |
D | ComputeBaseFunc.cpp | 73 runResult.isComplete = app->getResult().isComplete; in RunTestKHRGLES()
|
/test/xts/acts/graphic/vulkan/src/ubo/ |
D | UboBaseFunc.cpp | 74 runResult.isComplete = app->getResult().isComplete; in RunTestKHRGLES()
|