Home
last modified time | relevance | path

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

/external/deqp/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()
174 static std::string getCaseName (glu::Precision precision, glu::ShaderType shaderType) in getCaseName() function
/external/deqp/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()
/external/deqp/modules/gles2/functional/
Des2fDefaultVertexAttributeTests.cpp108 static const char* getCaseName (void) \
142 static const char* getCaseName (void) \
216 LoaderType::getCaseName(), in create()
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationCommonEdgeTests.cpp459 std::string getCaseName (const TessPrimitiveType primitiveType, const SpacingMode spacingMode, cons… in getCaseName() function
489 …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) in getCaseName() function
381 : TestCase (testCtx, getCaseName(primitiveType, spacingMode), "") in TessCoordTest()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageSizeTests.cpp231 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/
DditTextureFormatTests.cpp1361 static std::string getCaseName (TextureFormat format) in getCaseName() function
1374 : tcu::TestCase (testCtx, getCaseName(format).c_str(), "") in TextureFormatCase()