Searched refs:getFormatStr (Results 1 – 7 of 7) sorted by relevance
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 …]
255 const string formatStr = de::toString(getFormatStr(formats[formatNdx].format)); in populateTextureCompressedFormatTests()
365 const string formatStr = de::toString(getFormatStr(formats2D[formatNdx].format)); in populateTextureSwizzleTests()
68 inline tcu::Format::Enum<VkFormat> getFormatStr (VkFormat value) { return tcu::Fo… function127 inline std::ostream& operator<< (std::ostream& s, VkFormat value) { return s << getFormatStr(…
1406 return de::toLower(de::toString(getFormatStr(format)).substr(10)); in getFormatCaseName()
69 return de::toLower(de::toString(getFormatStr(format)).substr(10)); in getFormatCaseName()
4027 return de::toLower(de::toString(getFormatStr(format)).substr(10)); in getFormatCaseName()