Searched refs:sourceFormat (Results 1 – 4 of 4) sorted by relevance
165 private final CaseFormat sourceFormat; field in CaseFormat.StringConverter168 StringConverter(CaseFormat sourceFormat, CaseFormat targetFormat) { in StringConverter() argument169 this.sourceFormat = checkNotNull(sourceFormat); in StringConverter()175 return s == null ? null : sourceFormat.to(targetFormat, s); in doForward()180 return s == null ? null : targetFormat.to(sourceFormat, s); in doBackward()186 return sourceFormat.equals(that.sourceFormat) in equals()193 return sourceFormat.hashCode() ^ targetFormat.hashCode(); in hashCode()197 return sourceFormat + ".converterTo(" + targetFormat + ")"; in toString()
310 private final String sourceFormat; field in LocalizedFormats316 private LocalizedFormats(final String sourceFormat) { in LocalizedFormats() argument317 this.sourceFormat = sourceFormat; in LocalizedFormats()322 return sourceFormat; in getSourceString()341 return sourceFormat; in getLocalizedString()
431 Vec4 getFixedPointFormatThreshold (const tcu::TextureFormat& sourceFormat, const tcu::TextureFormat… in getFixedPointFormatThreshold() argument433 …DE_ASSERT(tcu::getTextureChannelClass(sourceFormat.type) != tcu::TEXTURECHANNELCLASS_FLOATING_POIN… in getFixedPointFormatThreshold()436 …DE_ASSERT(tcu::getTextureChannelClass(sourceFormat.type) != tcu::TEXTURECHANNELCLASS_SIGNED_INTEGE… in getFixedPointFormatThreshold()439 …DE_ASSERT(tcu::getTextureChannelClass(sourceFormat.type) != tcu::TEXTURECHANNELCLASS_UNSIGNED_INTE… in getFixedPointFormatThreshold()442 const tcu::IVec4 srcBits = tcu::getTextureFormatBitDepth(sourceFormat); in getFixedPointFormatThreshold()
1430 Vec4 calculateThreshold (const tcu::TextureFormat& sourceFormat, const tcu::TextureFormat& readPixe… in calculateThreshold() argument1432 …DE_ASSERT(tcu::getTextureChannelClass(sourceFormat.type) != tcu::TEXTURECHANNELCLASS_FLOATING_POIN… in calculateThreshold()1435 …DE_ASSERT(tcu::getTextureChannelClass(sourceFormat.type) != tcu::TEXTURECHANNELCLASS_SIGNED_INTEGE… in calculateThreshold()1438 …DE_ASSERT(tcu::getTextureChannelClass(sourceFormat.type) != tcu::TEXTURECHANNELCLASS_UNSIGNED_INTE… in calculateThreshold()1442 const tcu::IVec4 srcBits = tcu::getTextureFormatBitDepth(sourceFormat); in calculateThreshold()