Searched refs:dstIs3D (Results 1 – 1 of 1) sorted by relevance
2119 const bool dstIs3D = dstTarget == GL_TEXTURE_2D_ARRAY || dstTarget == GL_TEXTURE_3D; in addCopyTests() local2127 …ressedFormat(dstFormat) && !tcu::isAstcFormat(glu::mapGLCompressedTexFormat(dstFormat)) && dstIs3D) in addCopyTests()2136 …const IVec3 dstSize = getTestedSize(dstTarget, dstFormat, (dstIs3D ? targetSize3D : targetSize2… in addCopyTests()