• Home
  • Raw
  • Download

Lines Matching refs:dstFormat

2352 void addCopyTests (TestCaseGroup* root, deUint32 srcFormat, deUint32 dstFormat)  in addCopyTests()  argument
2354 const string groupName = string(formatToName(srcFormat)) + "_" + formatToName(dstFormat); in addCopyTests()
2387 if (glu::isCompressedFormat(dstFormat) && dstTarget == GL_RENDERBUFFER) in addCopyTests()
2390 if (dstTarget == GL_RENDERBUFFER && !isColorRenderable(dstFormat)) in addCopyTests()
2393 …if (glu::isCompressedFormat(dstFormat) && !tcu::isAstcFormat(glu::mapGLCompressedTexFormat(dstForm… in addCopyTests()
2399 … bool isCompressedCase = glu::isCompressedFormat(srcFormat) || glu::isCompressedFormat(dstFormat); in addCopyTests()
2402 const IVec3 dstSize = getTestedSize(dstTarget, dstFormat, targetSize); in addCopyTests()
2406 ImageInfo(dstFormat, dstTarget, dstSize), in addCopyTests()
2672 const deUint32 dstFormat = formats[dstFormatNdx]; in init() local
2674 if (srcFormat != dstFormat && isFloatFormat(srcFormat) && isFloatFormat(dstFormat)) in init()
2677 addCopyTests(viewGroup, srcFormat, dstFormat); in init()
2693 const deUint32 dstFormat = formats[dstFormatNdx]; in init() local
2695 if (srcFormat != dstFormat && isFloatFormat(srcFormat) && isFloatFormat(dstFormat)) in init()
2698 addCopyTests(viewGroup, srcFormat, dstFormat); in init()
2717 const deUint32 dstFormat = compressedFormats[dstFormatNdx]; in init() local
2719 if (srcFormat != dstFormat && isFloatFormat(srcFormat) && isFloatFormat(dstFormat)) in init()
2722 addCopyTests(viewGroup, srcFormat, dstFormat); in init()
2723 addCopyTests(viewGroup, dstFormat, srcFormat); in init()