Searched refs:getCaseName (Results 1 – 8 of 8) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fShaderUniformIntegerFunctionTests.cpp | 66 static std::string getCaseName (glu::Precision precision, glu::ShaderType shaderType); 69 : TestCase(context, getCaseName(precision, shaderType).c_str(), description) in UniformIntegerFunctionCase() 174 static std::string getCaseName (glu::Precision precision, glu::ShaderType shaderType) in getCaseName() function
|
/external/deqp/modules/gles3/functional/ |
D | es3fDefaultVertexAttributeTests.cpp | 110 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()
|
/external/deqp/modules/gles2/functional/ |
D | es2fDefaultVertexAttributeTests.cpp | 108 static const char* getCaseName (void) \ 142 static const char* getCaseName (void) \ 216 LoaderType::getCaseName(), in create()
|
/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationCommonEdgeTests.cpp | 459 std::string getCaseName (const TessPrimitiveType primitiveType, const SpacingMode spacingMode, cons… in getCaseName() function 489 …addFunctionCaseWithPrograms(group.get(), getCaseName(primitiveType, spacingMode, caseType), "", in… in createCommonEdgeTests()
|
D | vktTessellationWindingTests.cpp | 56 std::string getCaseName (const TessPrimitiveType primitiveType, const ShaderLanguage shaderLanguage… in getCaseName() function 218 : TestCase (testCtx, getCaseName(primitiveType, shaderLanguage, winding, yFlip), "") in WindingTest()
|
D | vktTessellationCoordinatesTests.cpp | 65 std::string getCaseName (const TessPrimitiveType primitiveType, const SpacingMode spacingMode) in getCaseName() function 381 : TestCase (testCtx, getCaseName(primitiveType, spacingMode), "") in TessCoordTest()
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageSizeTests.cpp | 231 std::string getCaseName (const Texture& texture, const deUint32 flags) in getCaseName() function 540 …imageGroup->addChild(new SizeTest(testCtx, getCaseName(texture, s_flags[flagNdx]), "", texture, fo… in createImageSizeTests()
|
/external/deqp/modules/internal/ |
D | ditTextureFormatTests.cpp | 1361 static std::string getCaseName (TextureFormat format) in getCaseName() function 1374 : tcu::TestCase (testCtx, getCaseName(format).c_str(), "") in TextureFormatCase()
|