Home
last modified time | relevance | path

Searched defs:caseName (Results 1 - 25 of 129) sorted by relevance

123456

/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/
H A Dtestcasefactory.cpp533 std::shared_ptr<TestBase> TestCaseFactory::GetFunctionCpuCase(std::string caseName) in GetFunctionCpuCase() argument
543 std::shared_ptr<TestBase> TestCaseFactory::GetPerformanceCpuCase(std::string caseName) in GetPerformanceCpuCase() argument
553 std::shared_ptr<TestBase> TestCaseFactory::GetStabilityCpuCase(std::string caseName) in GetStabilityCpuCase() argument
[all...]
H A Dmy_xnode.cpp58 std::string caseName = ""; in NapiFunction() local
90 std::string caseName = ""; in NapiPerformance() local
124 std::string caseName = ""; NapiGetPixelMapWidth() local
157 std::string caseName = ""; NapiGetPixelMapHeight() local
176 TestFunction(OH_Drawing_Canvas* canvas, std::string caseName) TestFunction() argument
190 TestPerformance(OH_Drawing_Canvas* canvas, std::string caseName, uint32_t testCount) TestPerformance() argument
[all...]
H A Dmy_xcomponent.cpp264 void MyXComponent::TestPerformanceCpu(napi_env env, std::string caseName) in TestPerformanceCpu() argument
278 void MyXComponent::TestPerformanceGpu(napi_env env, std::string caseName) in TestPerformanceGpu() argument
292 void MyXComponent::TestFunctionCpu(napi_env env, std::string caseName) in TestFunctionCpu() argument
305 void MyXComponent::TestStabilityCpuInner(std::string caseName) in TestStabilityCpuInner() argument
331 TestStabilityCpu(napi_env env, std::string caseName) TestStabilityCpu() argument
337 TestFunctionGpu(napi_env env, std::string caseName) TestFunctionGpu() argument
535 std::string caseName = ""; NapiFunctionCpu() local
587 std::string caseName = ""; NapiStabilityCpu() local
639 std::string caseName = ""; NapiFunctionGpu() local
693 std::string caseName = ""; NapiPerformanceCpu() local
746 std::string caseName = ""; NapiPerformanceGpu() local
[all...]
/third_party/vk-gl-cts/modules/gles3/scripts/
H A Dgen-large-constant-arrays.py106 caseName = "%s_%s" % (dataType, arraySize) variable
H A Dgen-swizzles.py262 caseName = "%s_%s_%s" % (precision, dataType, swizzle) variable
/kernel/liteos_m/testsuites/src/
H A DiCunit.c49 iUINT32 ICunitAddCase(iCHAR *caseName, CASE_FUNCTION caseFunc, iUINT16 testcaseLayer, iUINT16 testcaseModule, in ICunitAddCase() argument
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
H A Dangle_deqp_libtester_main.cpp142 ANGLE_LIBTESTER_EXPORT dEQPTestResult deqp_libtester_run(const char *caseName) in deqp_libtester_run() argument
/third_party/vk-gl-cts/framework/common/
H A DtcuTestHierarchyUtil.cpp92 const string caseName = node->getName(); in writeXmlCaselist() local
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fShaderAlgorithmTests.cpp73 static ShaderAlgorithmCase* createExpressionCase (Context& context, const char* caseName, const char* description, bool isVertexCase, ShaderEvalFunc evalFunc, LineStream& shaderBody) in createExpressionCase() argument
/foundation/graphic/graphic_2d/graphic_test/graphic_test_framework/src/
H A Drs_graphic_test_main.cpp116 string caseName = "*"; in FilterTestUnit() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationLimitsTests.cpp119 std::string caseName; in createLimitsTests() member
/third_party/vk-gl-cts/executor/tools/
H A DxeBatchResultToJUnit.cpp114 std::string caseName = result.casePath.substr(sepPos+1); in testCaseResultComplete() local
/third_party/vk-gl-cts/modules/glshared/
H A DglsShaderConstExprTests.cpp145 const string caseName = string(cases[caseNdx].name) + (minComponents==maxComponents ? "" : ("_" + typeName)); in createTests() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationLimitsTests.cpp119 std::string caseName; in createLimitsTests() member
H A DvktTessellationMiscDrawTests.cpp542 inline std::string getReferenceImagePathPrefix (const std::string& caseName) in getReferenceImagePathPrefix() argument
566 const std::string caseName = std::string() + "fill_cover_" + getTessPrimitiveTypeShaderName(primitiveType) + "_" + getSpacingModeShaderName(spacingMode); in createMiscDrawTests() local
578 const std::string caseName = std::string() + "fill_overlap_" + getTessPrimitiveTypeShaderName(primitiveType) + "_" + getSpacingModeShaderName(spacingMode); in createMiscDrawTests() local
588 const std::string caseName = std::string() + "isolines_" + getSpacingModeShaderName(spacingMode); in createMiscDrawTests() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcShaderConstExprTests.cpp62 std::string caseName; member
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderStateQueryTests.cpp473 const char* caseName; in init() member
H A Des31fTessellationTests.cpp7508 const string caseName = "patch_vertices_" + de::toString(inSize) + "_in_" + de::toString(outSize) + "_out"; in init() local
7518 const char* const caseName = PerPatchDataCase::getCaseTypeName(caseType); in init() local
7527 const char* const caseName = GLPositionCase::getCaseTypeName(caseType); in init() local
7549 const string caseName = string() + "fill_cover_" + primTypeName + "_" + getSpacingModeShaderName((SpacingMode)spacingI); in init() local
7568 const string caseName = string() + "fill_overlap_" + primTypeName + "_" + getSpacingModeShaderName((SpacingMode)spacingI); init() local
7579 const string caseName = string() + "isolines_" + getSpacingModeShaderName((SpacingMode)spacingI); init() local
7604 const string caseName = (string() + getTessPrimitiveTypeShaderName(primitiveType) init() local
[all...]
/third_party/vk-gl-cts/modules/gles2/scripts/
H A Dgen-swizzles.py258 caseName = "%s_%s_%s" % (precision, dataType, swizzle) variable
/kernel/liteos_a/testsuites/kernel/src/
H A DiCunit.c141 iUINT32 ICunitAddCase(const iCHAR *caseName, CASE_FUNCTION caseFunc, iUINT16 testcaseLayer, iUINT16 testcaseModule, in ICunitAddCase() argument
/test/xts/tools/lite/hctest/src/
H A Dhctest.c139 static void RunSingleTestCase(CTestCase *cTestCase, const char *caseName, const int32 flag) in RunSingleTestCase() argument
150 RunSpecialTestSuite( const char *subSystemName, const char *moduleName, const char *suiteName, const char *caseName, int caseLevel) RunSpecialTestSuite() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryInstancedRenderingTests.cpp425 std::ostringstream caseName; in createInstancedRenderingTests() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleResolveRenderAreaTests.cpp537 std::string caseName; in createMultisampleResolveRenderpassRenderAreaTests() member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureSwizzleTests.cpp535 const string caseName = de::toLower(formatStr.substr(10)) + "_2d" in populateTextureSwizzleTests() local
562 const string caseName = de::toLower(formatStr.substr(10)) + "_2d" in populateTextureSwizzleTests() local
588 const string caseName = de::toLower(formatStr.substr(10)) + "_2d" in populateTextureSwizzleTests() local
616 const string caseName = de::toLower(formatStr.substr(10)) + "_2d" in populateTextureSwizzleTests() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/
H A DvktGeometryInstancedRenderingTests.cpp425 std::ostringstream caseName; in createInstancedRenderingTests() local

Completed in 23 milliseconds

123456