Home
last modified time | relevance | path

Searched refs:explicitLengths (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fShaderApiTests.cpp1073 const bool explicitLengths = (stringLengthsInt != 0); in init() local
1076 const deUint32 flags = (explicitLengths ? CASE_EXPLICIT_SOURCE_LENGTHS : 0) in init()
1081 …+ (randomNullTerm ? "_random_negative_length" : (explicitLengths ? "_specify_lengths" : "_null_ter… in init()
1088 + (explicitLengths ? ", using explicitly specified string lengths" : "") in init()
/external/deqp/modules/gles3/functional/
Des3fShaderApiTests.cpp1699 const bool explicitLengths = (stringLengthsInt != 0); in init() local
1702 const deUint32 flags = (explicitLengths ? CASE_EXPLICIT_SOURCE_LENGTHS : 0) in init()
1707 …+ (randomNullTerm ? "_random_negative_length" : (explicitLengths ? "_specify_lengths" : "_null_ter… in init()
1714 + (explicitLengths ? ", using explicitly specified string lengths" : "") in init()