Searched refs:getFormatStr (Results 1 – 10 of 10) 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()
474 const string formatStr = de::toString(getFormatStr(formats2D[formatNdx].format)); in populateTextureSwizzleTests()501 const string formatStr = de::toString(getFormatStr(formats2D[formatNdx].format)); in populateTextureSwizzleTests()
608 std::string getFormatStr(GLenum format) in getFormatStr() function2012 << getFormatStr(m_internalFormat.sizedFormat) << tcu::TestLog::EndMessage; in doRead()2024 << getFormatStr(m_internalFormat.sizedFormat) << tcu::TestLog::EndMessage; in doRead()2119 << getFormatStr(m_inputFormat.format) << ", " << getTypeStr(m_inputType.type) in readPixelsInner()2120 << "] output = [" << getFormatStr(outputFormat.format) << ", " in readPixelsInner()2134 << getFormatStr(m_inputFormat.format) << ", " << getTypeStr(m_inputType.type) in readPixelsInner()2135 << "] output = [" << getFormatStr(outputFormat.format) << ", " in readPixelsInner()2147 << getFormatStr(m_inputFormat.format) << ", " << getTypeStr(m_inputType.type) in readPixelsInner()2148 … << "] output = [" << getFormatStr(outputFormat.format) << ", " << getTypeStr(outputType.type) in readPixelsInner()2379 << getFormatStr(m_copyInternalFormat.sizedFormat) << ", attachement " in doCopyInner()[all …]
485 return de::toLower(de::toString(getFormatStr(format)).substr(10)); in getFormatCaseName()
74 return de::toLower(de::toString(getFormatStr(format)).substr(10)); in getFormatCaseName()
84 return de::toLower(de::toString(getFormatStr(format)).substr(10)); in getFormatCaseName()
1747 return de::toLower(de::toString(getFormatStr(format)).substr(10)); in getFormatCaseName()
72 return de::toLower(de::toString(getFormatStr(format)).substr(10)); in getFormatCaseName()
5370 return de::toLower(de::toString(getFormatStr(format)).substr(10)); in getFormatCaseName()
127 inline tcu::Format::Enum<VkFormat> getFormatStr (VkFormat value) { retu… function242 … operator<< (std::ostream& s, VkFormat value) { return s << getFormatStr(value); …