Home | History | Annotate | Download | only in functional

Lines Matching refs:format

45 static const string getASTCFormatShortName (CompressedTexture::Format format)
47 DE_ASSERT(tcu::isASTCFormat(format));
48 const IVec3 blockSize = tcu::getASTCBlockSize(format);
51 return de::toString(blockSize.x()) + "x" + de::toString(blockSize.y()) + (tcu::isASTCSRGBFormat(format) ? "_srgb" : "");
80 const CompressedTexture::Format format = (CompressedTexture::Format)formatI;
82 if (!tcu::isASTCFormat(format))
84 if (tcu::isASTCSRGBFormat(format) && isBlockTestTypeHDROnly(astcTestType))
87 testTypeGroup->addChild(new ASTCBlockCase2D(m_context, getASTCFormatShortName(format).c_str(), glu::getCompressedTexFormatName(glu::getGLFormat(format)), astcTestType, format));
99 const CompressedTexture::Format format = (CompressedTexture::Format)formatI;
101 if (!tcu::isASTCFormat(format))
104 blockSizeRemainderGroup->addChild(new ASTCBlockSizeRemainderCase2D(m_context, getASTCFormatShortName(format).c_str(), glu::getCompressedTexFormatName(glu::getGLFormat(format)), format));