Home | History | Annotate | Download | only in functional

Lines Matching defs:dstTarget

1835 	const deUint32	dstTarget		= dstInfo.getTarget();
1841 const bool dstIsCube = dstTarget == GL_TEXTURE_CUBE_MAP;
2071 const deUint32 dstTarget = targets[dstTargetNdx];
2072 const bool dstIs3D = dstTarget == GL_TEXTURE_2D_ARRAY || dstTarget == GL_TEXTURE_3D;
2074 if (glu::isCompressedFormat(dstFormat) && dstTarget == GL_RENDERBUFFER)
2077 if (dstTarget == GL_RENDERBUFFER && !isColorRenderable(dstFormat))
2083 const string targetTestName = string(targetToName(srcTarget)) + "_to_" + targetToName(dstTarget);
2089 const IVec3 dstSize = getTestedSize(dstTarget, dstFormat, (dstIs3D ? targetSize3D : targetSize2D));
2093 ImageInfo(dstFormat, dstTarget, dstSize),