Searched refs:getFormatStr (Results 1 – 11 of 11) sorted by relevance
405 const string formatStr = de::toString(getFormatStr(formats[formatNdx].format)); in populateTextureCompressedFormatTests()430 const string formatStr = de::toString(getFormatStr(formats[formatNdx].format)); in populate3DTextureCompressedFormatTests()
475 const string formatStr = de::toString(getFormatStr(formats2D[formatNdx].format)); in populateTextureSwizzleTests()502 const string formatStr = de::toString(getFormatStr(formats2D[formatNdx].format)); in populateTextureSwizzleTests()
608 std::string getFormatStr(GLenum format) in getFormatStr() function2020 << getFormatStr(m_internalFormat.sizedFormat) << tcu::TestLog::EndMessage; in doRead()2032 << getFormatStr(m_internalFormat.sizedFormat) << tcu::TestLog::EndMessage; in doRead()2127 << getFormatStr(m_inputFormat.format) << ", " << getTypeStr(m_inputType.type) in readPixelsInner()2128 << "] output = [" << getFormatStr(outputFormat.format) << ", " in readPixelsInner()2142 << getFormatStr(m_inputFormat.format) << ", " << getTypeStr(m_inputType.type) in readPixelsInner()2143 << "] output = [" << getFormatStr(outputFormat.format) << ", " in readPixelsInner()2155 << getFormatStr(m_inputFormat.format) << ", " << getTypeStr(m_inputType.type) in readPixelsInner()2156 … << "] output = [" << getFormatStr(outputFormat.format) << ", " << getTypeStr(outputType.type) in readPixelsInner()2387 << getFormatStr(m_copyInternalFormat.sizedFormat) << ", attachement " in doCopyInner()[all …]
703 return de::toLower(de::toString(getFormatStr(format)).substr(10)); in getFormatCaseName()
78 return de::toLower(de::toString(getFormatStr(format)).substr(10)); in getFormatCaseName()
167 return de::toLower(de::toString(getFormatStr(format)).substr(10)); in getFormatCaseName()
84 return de::toLower(de::toString(getFormatStr(format)).substr(10)); in getFormatCaseName()
1825 return de::toLower(de::toString(getFormatStr(format)).substr(10)); in getFormatCaseName()
72 return de::toLower(de::toString(getFormatStr(format)).substr(10)); in getFormatCaseName()
7011 return de::toLower(de::toString(getFormatStr(format)).substr(10)); in getFormatCaseName()
132 inline tcu::Format::Enum<VkFormat> getFormatStr (VkFormat value) { retu… function252 … operator<< (std::ostream& s, VkFormat value) { return s << getFormatStr(value); …