Home | History | Annotate | Download | only in functional

Lines Matching defs:dstTarget

1875 	const deUint32	dstTarget		= dstInfo.getTarget();
1881 const bool dstIsCube = dstTarget == GL_TEXTURE_CUBE_MAP;
2118 const deUint32 dstTarget = targets[dstTargetNdx];
2119 const bool dstIs3D = dstTarget == GL_TEXTURE_2D_ARRAY || dstTarget == GL_TEXTURE_3D;
2121 if (glu::isCompressedFormat(dstFormat) && dstTarget == GL_RENDERBUFFER)
2124 if (dstTarget == GL_RENDERBUFFER && !isColorRenderable(dstFormat))
2130 const string targetTestName = string(targetToName(srcTarget)) + "_to_" + targetToName(dstTarget);
2136 const IVec3 dstSize = getTestedSize(dstTarget, dstFormat, (dstIs3D ? targetSize3D : targetSize2D));
2140 ImageInfo(dstFormat, dstTarget, dstSize),