Home
last modified time | relevance | path

Searched refs:getCaseName (Results 1 – 8 of 8) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/functional/
Des31fShaderUniformIntegerFunctionTests.cpp66 static std::string getCaseName (glu::Precision precision, glu::ShaderType shaderType);
69 : TestCase(context, getCaseName(precision, shaderType).c_str(), description) in UniformIntegerFunctionCase()
146 static std::string getCaseName (glu::Precision precision, glu::ShaderType shaderType) in getCaseName() function
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fDefaultVertexAttributeTests.cpp110 static const char* getCaseName (void) \
144 static const char* getCaseName (void) \
178 static const char* getCaseName (void) \
212 static const char* getCaseName (void) \
292 LoaderType::getCaseName(), in create()
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fDefaultVertexAttributeTests.cpp108 static const char* getCaseName (void) \
142 static const char* getCaseName (void) \
216 LoaderType::getCaseName(), in create()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationCommonEdgeTests.cpp460 std::string getCaseName (const TessPrimitiveType primitiveType, const SpacingMode spacingMode, cons… in getCaseName() function
490 …addFunctionCaseWithPrograms(group.get(), getCaseName(primitiveType, spacingMode, caseType), "", in… in createCommonEdgeTests()
DvktTessellationWindingTests.cpp56 std::string getCaseName (const TessPrimitiveType primitiveType, const ShaderLanguage shaderLanguage… in getCaseName() function
218 : TestCase (testCtx, getCaseName(primitiveType, shaderLanguage, winding, yFlip), "") in WindingTest()
DvktTessellationCoordinatesTests.cpp65 std::string getCaseName (const TessPrimitiveType primitiveType, const SpacingMode spacingMode, bool… in getCaseName() function
387 …: TestCase (testCtx, getCaseName(primitiveType, spacingMode, executionModeInEvaluationShader… in TessCoordTest()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageSizeTests.cpp239 std::string getCaseName (const Texture& texture, const deUint32 flags) in getCaseName() function
536 …imageGroup->addChild(new SizeTest(testCtx, getCaseName(texture, s_flags[flagNdx]), "", texture, fo… in createImageSizeTests()
/third_party/vk-gl-cts/modules/internal/
DditTextureFormatTests.cpp1407 static std::string getCaseName (TextureFormat format) in getCaseName() function
1420 : tcu::TestCase (testCtx, getCaseName(format).c_str(), "") in TextureFormatCase()